Commit 261056d
committed
fix: avoid duplicate 'run' subcommand in flux mpi_cmd helper
The helpers.mako mpi_cmd hardcoded 'flux run' but tuo.mako's
mpi_config flags already include 'run'. Let flags carry the
subcommand, matching how _mpi_cmd in Python handles it.1 parent 574c277 commit 261056d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments