Skip to content

Commit a9b2312

Browse files
committed
Revert "remove MaxTasksperNode=32"
This reverts commit b426b1955e672181ab89f8cab8fce800b116fe04.
1 parent 77d5b34 commit a9b2312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/slurm.conf.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ FastSchedule=<%= @fast_schedule %>
202202
MaxArraySize=<%= @max_array_size %>
203203
MaxMemPerCPU=<%= @max_mem_per_cpu %>
204204
MaxMemPerNode=<%= @max_mem_per_node %>
205+
MaxTasksPerNode=<%= @max_tasks_per_node %>
205206
MpiDefault=<%= @mpi_default %>
206207
<%= @mpi_params.nil? ? '#MpiParams=' : ('MpiParams=' + @mpi_params) %>
207208
<%= @prolog_slurmctld.nil? ? '#PrologSlurmctld=' : ('PrologSlurmctld=' + @prolog_slurmctld) %>

0 commit comments

Comments
 (0)