Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Drozt <[email protected]>
  • Loading branch information
ankona and MattToast authored Oct 24, 2024
1 parent f9fc777 commit 31529d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/launcher/step/slurm_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 31529d4

Please sign in to comment.