Skip to content

Commit 77d5b34

Browse files
committed
remove MaxTasksperNode=32
1 parent c5ae40d commit 77d5b34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/slurm.conf.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ 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 %>
206205
MpiDefault=<%= @mpi_default %>
207206
<%= @mpi_params.nil? ? '#MpiParams=' : ('MpiParams=' + @mpi_params) %>
208207
<%= @prolog_slurmctld.nil? ? '#PrologSlurmctld=' : ('PrologSlurmctld=' + @prolog_slurmctld) %>

0 commit comments

Comments
 (0)