Skip to content

Commit e66fecf

Browse files
authored
Update slurmmanager.jl
1 parent 6b71753 commit e66fecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slurmmanager.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function Distributed.launch(manager::SlurmManager, params::Dict, instances_arr::
202202
try
203203
warn_if_unexpected_params(params)
204204

205-
srun_cmd = construct_srun_cmd(; params)
205+
srun_cmd = construct_srun_cmd(; params=params)
206206

207207
# Pass cookie as stdin to srun; srun forwards stdin to process
208208
# This way the cookie won't be visible in ps, top, etc on the compute node

0 commit comments

Comments
 (0)