We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf8478b + 3122b73 commit 355c245Copy full SHA for 355c245
lib/ramble/ramble/application.py
@@ -1051,7 +1051,7 @@ def _define_commands(
1051
and int(self.expander.expand_var_name(self.keywords.n_nodes)) > 1
1052
):
1053
logger.warn(
1054
- f"Command {cmd_conf} requires a non-empty `mpi_command` "
+ f"Command {cmd_conf.name} requires a non-empty `mpi_command` "
1055
"variable in a multi-node experiment"
1056
)
1057
mpi_cmd = " " + raw_mpi_cmd + " "
0 commit comments