Skip to content

Commit

Permalink
Colocate nodes by default (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgamayunov authored Feb 8, 2022
1 parent d51732a commit 67af631
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ queues:
EnableAcceleratedNetworking: false
# spot instance support. Default is false
spot: false
# Set to false to disable creation of placement groups. Default is true
# Set to false to disable creation of placement groups (for SLURM only). Default is true
ColocateNodes: false
# Set to true to enable Enroot for this partition
enroot_enabled: false
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/define_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ queues:
EnableAcceleratedNetworking: false
# spot instance support. Default is false
spot: false
# Set to false to disable creation of placement groups. Default is true
# Set to false to disable creation of placement groups (for SLURM only). Default is true
ColocateNodes: false
# Set to true to enable Enroot for this partition
enroot_enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Autoscale = true
{% if queue.ColocateNodes is defined %}
slurm.hpc = {{ queue.ColocateNodes }}
{% else %}
slurm.hpc = false
slurm.hpc = true
{% endif %}
{% if queue.enroot_enabled is defined and queue.enroot_enabled %}
[[[cluster-init enroot:default:1.0.0]]]
Expand Down

0 comments on commit 67af631

Please sign in to comment.