Skip to content

Commit

Permalink
fix tests for small systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Oct 2, 2017
1 parent d3a2da4 commit c9f2284
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 c9f2284

Please sign in to comment.