未验证 提交 d038dbd2 编写于 作者: L Logan Adams 提交者: GitHub

Fix Slurm launcher user args (#2806)

Fix missing connections from --launcher_args to Slurm srun command.
上级 4af1f76a
......@@ -187,7 +187,7 @@ class SlurmRunner(MultiNodeRunner):
'srun',
'-n',
f'{total_process_count}',
]
] + split(self.args.launcher_args)
if getattr(self.args, 'slurm_comment', ''):
srun_cmd += ['--comment', self.args.slurm_comment]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册