Skip to content

Commit

Permalink
Merge pull request #1943 from jedwards4b/small_systems
Browse files Browse the repository at this point in the history
fix tests for small systems

Make sure that scripts_regression_tests.py and cime_developer work on systems with no more than
4 mpi tasks and 8 threads

Test suite: scripts_regression_tests.py
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes
User interface changes?:

Update gh-pages html (Y/N)?:

Code review:
  • Loading branch information
jgfouca authored Oct 2, 2017
2 parents 34522a3 + c9f2284 commit 0742931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/cesm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<GMAKE_J>8</GMAKE_J>
<BATCH_SYSTEM>none</BATCH_SYSTEM>
<SUPPORTED_BY>[email protected]</SUPPORTED_BY>
<MAX_TASKS_PER_NODE>4</MAX_TASKS_PER_NODE>
<MAX_TASKS_PER_NODE>8</MAX_TASKS_PER_NODE>
<MAX_MPITASKS_PER_NODE>4</MAX_MPITASKS_PER_NODE>
<PROJECT_REQUIRED>FALSE</PROJECT_REQUIRED>
<mpirun mpilib="default">
Expand Down
4 changes: 2 additions & 2 deletions scripts/lib/update_acme_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"ERP.f45_g37_rx1.A",
"SMS_D_Ln9.f19_g16_rx1.A",
"DAE.f19_f19.A",
"PET_P32.f19_f19.A",
"PET_P4.f19_f19.A",
"SMS.T42_T42.S",
"PRE.f19_f19.ADESP",
"PRE.f19_f19.ADESP_TEST",
"MCC_P12.f19_g16_rx1.A")
"MCC_P1.f19_g16_rx1.A")
),

#
Expand Down

0 comments on commit 0742931

Please sign in to comment.