Skip to content

Commit

Permalink
Remove configurations for unsupported machines
Browse files Browse the repository at this point in the history
[BFB]
  • Loading branch information
jgfouca committed Oct 15, 2015
1 parent a729c63 commit e33c5a4
Show file tree
Hide file tree
Showing 30 changed files with 37 additions and 3,199 deletions.
6 changes: 0 additions & 6 deletions cime/machines-acme/Depends.babbageKnc

This file was deleted.

5 changes: 0 additions & 5 deletions cime/machines-acme/Depends.bluewaters

This file was deleted.

4 changes: 0 additions & 4 deletions cime/machines-acme/Depends.goldbach

This file was deleted.

107 changes: 0 additions & 107 deletions cime/machines-acme/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,38 +136,6 @@
</directives>
</batch_system>

<!-- eos is PBS -->
<batch_system MACH="eos" version="x.y">
<jobid_pattern>^(\d+)</jobid_pattern>
<directives>
<directive>-A {{ project }}</directive>
<directive>-l mppwidth={{ mppwidth }}</directive>
<directive>-l nodes={{ num_nodes }}</directive>
</directives>
</batch_system>

<!-- gaea is PBS -->
<batch_system MACH="gaea" version="x.y">
<directives>
<directive>-A cpo</directive>
<directive>-l {{ partition }}</directive>
<directive>-l size={{ mppsize }}</directive>
<directive>-E </directive>
<directive>-d {{ rundir }}</directive>
<directive>-o {{ rundir }}/{{ case }}.out </directive>
<directive>-S /bin/bash -V </directive>
</directives>
</batch_system>

<!-- hera is SLURM -->
<batch_system MACH="hera">
<batch_directive>#MSUB</batch_directive>
<directives>
<directive>-A ees</directive>
<directive>-l gres=lscratchd</directive>
</directives>
</batch_system>

<!-- skybridge is slurm -->

<batch_system MACH="skybridge" version="x.y">
Expand All @@ -184,72 +152,6 @@
</directives>
</batch_system>

<!-- all pleiades machines are PBS -->
<batch_system MACH="pleiades-has" version="x.y">
<directives>
<directive>-W group_list={{ project }} </directive>
<directive>-L select={{ num_nodes }}:ncpus{{ MAX_TASKS_PER_NODE }}:mpiprocs={{ tasks_per_node }}:ompthreads={{ thread_count }}:model:has</directive>
<directive>-l place=scatter:excl</directive>
</directives>
</batch_system>

<!-- all pleiades machines are PBS -->
<batch_system MACH="pleiades-ivy" version="x.y">
<directives>
<directive>-W group_list={{ project }} </directive>
<directive>-l select={{ num_nodes }}:ncpus{{ MAX_TASKS_PER_NODE }}:mpiprocs={{ tasks_per_node }}:ompthreads={{ thread_count }}:model:ivy</directive>
<directive>-l place=scatter:excl</directive>
</directives>
</batch_system>

<!-- all pleiades machines are PBS -->
<batch_system MACH="pleiades-san" version="x.y">
<directives>
<directive>-W group_list={{ project }} </directive>
<directive>-l select={{ num_nodes }}:ncpus{{ MAX_TASKS_PER_NODE }}:mpiprocs={{ tasks_per_node }}:ompthreads={{ thread_count }}:model:san</directive>
<directive>-l place=scatter:excl</directive>
</directives>
</batch_system>

<!-- all pleiades machines are PBS -->
<batch_system MACH="pleiades-wes" version="x.y">
<directives>
<directive>-W group_list={{ project }} </directive>
<directive>-L select={{ num_nodes }}:ncpus{{ MAX_TASKS_PER_NODE }}:mpiprocs={{ tasks_per_node }}:ompthreads={{ thread_count }}:model:wes</directive>
<directive>-l place=scatter:excl</directive>
</directives>
</batch_system>

<batch_system MACH="sierra">
<batch_directive>#MSUB</batch_directive>
<directives>
<directive>-V </directive>
<directive>-A ees </directive>
<directive>-l nodes={{ num_nodes }}</directive>
<directive>-l gres=lscratchd</directive>
</directives>
</batch_system>


<batch_system MACH="bluewaters" version="x.y">
<directives>
<directive>-A {{ project }}</directive>
<directive>-l nodes={{ num_nodes }}:ppn={{ tasks_per_node }}:xe</directive>
</directives>
</batch_system>

<batch_system MACH="goldbach" version="x.y">
<directives>
<directive>-l nodes={{ num_nodes }}:ppn={{ tasks_per_node }}</directive>
</directives>
</batch_system>

<batch_system MACH="hobart" version="x.y">
<directives>
<directive>-l nodes={{ num_nodes }}:ppn={{ tasks_per_node }}</directive>
</directives>
</batch_system>

<batch_system MACH="mustang" version="x.y">
<batch_directive>#MSUB</batch_directive>
<directives>
Expand All @@ -264,15 +166,6 @@
</directives>
</batch_system>

<batch_system MACH="cab" version="x.y">
<batch_directive>#MSUB</batch_directive>
<directives>
<directive>-A {{ project }}</directive>
<directive>-l nodes={{ num_nodes }}</directive>
<directive>-l gres=lscratchd</directive>
</directives>
</batch_system>

<batch_system MACH="titan" version="x.y">
<jobid_pattern>(\d+)</jobid_pattern>
<directives>
Expand Down
Loading

0 comments on commit e33c5a4

Please sign in to comment.