From 31529d4ffba9259049b14d9326f3746a4e50ffb5 Mon Sep 17 00:00:00 2001 From: Chris McBride Date: Thu, 24 Oct 2024 16:20:33 -0400 Subject: [PATCH] remove obsolete comment Co-authored-by: Matt Drozt --- smartsim/_core/launcher/step/slurm_step.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartsim/_core/launcher/step/slurm_step.py b/smartsim/_core/launcher/step/slurm_step.py index 2a9046a3ae..90d457f1b3 100644 --- a/smartsim/_core/launcher/step/slurm_step.py +++ b/smartsim/_core/launcher/step/slurm_step.py @@ -221,7 +221,7 @@ def _make_mpmd(self) -> t.List[str]: cmd = exe + args compound_env_vars = [] - for mpmd_rs in self._get_mpmd(): # returns a list of runsettings + for mpmd_rs in self._get_mpmd(): cmd += [" : "] cmd += mpmd_rs.format_run_args() cmd += ["--job-name", self.name]