Skip to content

Commit

Permalink
Merge pull request #363 from ESMCI/rljacob/machines/fix-acme
Browse files Browse the repository at this point in the history

Fix issues found in acme machines files while testing the new CIME with ACME.

blues: increase default walltime from 15 mins to 1 hour
edison: remove -A directive; define SAVE_TIMING_DIR

Tested with an X-case on blues and edison.
Test namelist changes: none
Test status: bit for bit

Fixes #354
  • Loading branch information
jgfouca authored Aug 9, 2016
2 parents d67b267 + 0773aac commit 8dc2354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions cime_config/acme/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,12 @@
<queue>shared</queue>
</queues>
<walltimes>
<walltime default="true">00:15:00</walltime>
<walltime default="true">01:00:00</walltime>
</walltimes>
</batch_system>

<!-- edison is SLURM as of Jan-4-2016 -->
<batch_system MACH="edison" type="slurm" version="x.y">
<directives>
<directive> -A {{ account }} </directive>
</directives>
<queues>
<queue walltimemax="36:00:00" jobmin="1" jobmax="130181" default="true">regular</queue>
<queue walltimemax="00:30:00" jobmin="1" jobmax="12288">debug</queue>
Expand Down
1 change: 1 addition & 0 deletions cime_config/acme/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<DIN_LOC_ROOT_CLMFORC>/project/projectdirs/acme/inputdata/atm/datm7</DIN_LOC_ROOT_CLMFORC>
<CCSM_BASELINE>/project/projectdirs/acme/baselines</CCSM_BASELINE>
<CCSM_CPRNC>/project/projectdirs/acme/tools/cprnc.edison/cprnc</CCSM_CPRNC>
<SAVE_TIMING_DIR>/project/projectdirs/$PROJECT</SAVE_TIMING_DIR>
<mpirun mpilib="default">
<executable>srun</executable>
<arguments>
Expand Down

0 comments on commit 8dc2354

Please sign in to comment.