Skip to content

Commit

Permalink
Merge pull request #273 from ESMCI/rljacob/cime/acme-batch
Browse files Browse the repository at this point in the history
Add batch type for all acme machines in config_batch.xml
  • Loading branch information
jgfouca authored Jul 20, 2016
2 parents 592ef76 + 3274c2a commit 559ee29
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cime_config/acme/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</batch_system>

<!-- edison is SLURM as of Jan-4-2016 -->
<batch_system MACH="edison" version="x.y">
<batch_system MACH="edison" type="slurm" version="x.y">
<directives>
<directive> -A {{ account }} </directive>
</directives>
Expand All @@ -166,7 +166,7 @@
</batch_system>

<!-- eos is PBS -->
<batch_system MACH="eos" version="x.y">
<batch_system MACH="eos" type="pbs" version="x.y">
<jobid_pattern>^(\d+)</jobid_pattern>
<directives>
<directive>-A {{ project }}</directive>
Expand Down Expand Up @@ -216,7 +216,7 @@
</walltimes>
</batch_system>

<batch_system MACH="constance" version="x.y">
<batch_system MACH="constance" type="slurm" version="x.y">
<directives>
<directive>-A climate</directive>
<directive>--mail-type=END</directive>
Expand Down Expand Up @@ -254,7 +254,7 @@
</batch_system>


<batch_system MACH="mustang" version="x.y">
<batch_system MACH="mustang" type="moab" version="x.y">
<batch_directive>#MSUB</batch_directive>
<directives>
<directive>-l nodes={{ num_nodes }}:ppn={{ tasks_per_node }}</directive>
Expand All @@ -266,7 +266,7 @@
</walltimes>
</batch_system>

<batch_system MACH="wolf" version="x.y">
<batch_system MACH="wolf" type="moab" version="x.y">
<batch_directive>#MSUB</batch_directive>
<directives>
<directive>-l nodes={{ num_nodes }}:ppn={{ tasks_per_node }}</directive>
Expand All @@ -292,7 +292,7 @@
</walltimes>
</batch_system>

<batch_system MACH="oic2" version="x.y">
<batch_system MACH="oic2" type="pbs" version="x.y">
<directives>
<directive>-l nodes={{ num_nodes }}:ppn={{ tasks_per_node }}</directive>
</directives>
Expand All @@ -304,7 +304,7 @@
</walltimes>
</batch_system>

<batch_system MACH="oic5" version="x.y">
<batch_system MACH="oic5" type="pbs" version="x.y">
<directives>
<directive>-l nodes={{ num_nodes }}:ppn={{ tasks_per_node }}</directive>
</directives>
Expand All @@ -328,7 +328,7 @@
</walltimes>
</batch_system>

<batch_system MACH="titan" version="x.y">
<batch_system MACH="titan" type="pbs" version="x.y">
<jobid_pattern>(\d+)</jobid_pattern>
<directives>
<directive>-A {{ project }}</directive>
Expand All @@ -344,7 +344,7 @@
</walltimes>
</batch_system>

<batch_system MACH="lawrencium-lr2" version="x.y">
<batch_system MACH="lawrencium-lr2" type="slurm" version="x.y">
<directives>
<directive>--partition=lr2</directive>
<directive>--account={{ project }}</directive>
Expand All @@ -358,7 +358,7 @@
</walltimes>
</batch_system>

<batch_system MACH="lawrencium-lr3" version="x.y">
<batch_system MACH="lawrencium-lr3" type="slurm" version="x.y">
<directives>
<directive>--partition=lr3</directive>
<directive>--account={{ project }}</directive>
Expand Down

0 comments on commit 559ee29

Please sign in to comment.