Skip to content

Commit

Permalink
revert unintended change to slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Andrew Bogenschutz committed May 15, 2017
1 parent d3dde85 commit 84d585f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cime/config/acme/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@

<batch_system type="slurm" >
<batch_query>squeue</batch_query>
<batch_submit>msub</batch_submit>
<batch_directive>#MSUB</batch_directive>
<batch_submit>sbatch</batch_submit>
<batch_directive>#SBATCH</batch_directive>
<jobid_pattern>(\d+)$</jobid_pattern>
<depend_string> --dependency=afterok:jobid</depend_string>
<walltime_format>%H:%M:%S</walltime_format>
Expand Down

0 comments on commit 84d585f

Please sign in to comment.