Skip to content

Commit

Permalink
Rename partition on Jetstream to multi
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Apr 15, 2016
1 parent 8b299c5 commit f9bc828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jetstreamiuenv/templates/slurm/slurm.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ NodeName={{ node_type.name_prefix }}{{ loop.index0 }} NodeAddr={{ node.addr }} R
# Partition Configurations
#
{% for node_type in slurm_nodes %}
PartitionName=large State=UP MaxTime=48:20:00 MaxNodes=1 Nodes={{ node_type.name_prefix }}[0-{{ (node_type.nodes | length) - 1 }}]
PartitionName=multi State=UP MaxTime=48:20:00 MaxNodes=1 Nodes={{ node_type.name_prefix }}[0-{{ (node_type.nodes | length) - 1 }}]
{% endfor %}

SlurmctldDebug=7
Expand Down
2 changes: 1 addition & 1 deletion jetstreamtaccenv/templates/slurm/slurm.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ NodeName={{ node_type.name_prefix }}{{ loop.index0 }} NodeAddr={{ node.addr }} R
# Partition Configurations
#
{% for node_type in slurm_nodes %}
PartitionName=large State=UP MaxTime=48:20:00 MaxNodes=1 Nodes={{ node_type.name_prefix }}[0-{{ (node_type.nodes | length) - 1 }}]
PartitionName=multi State=UP MaxTime=48:20:00 MaxNodes=1 Nodes={{ node_type.name_prefix }}[0-{{ (node_type.nodes | length) - 1 }}]
{% endfor %}

SlurmctldDebug=7
Expand Down

0 comments on commit f9bc828

Please sign in to comment.