Skip to content

Commit 27fa8aa

Browse files
author
Mark Santcroos
committed
Hardcode basename to "orted" for error reporting.
Signed-off-by: Mark Santcroos <[email protected]>
1 parent af3a6e1 commit 27fa8aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

orte/mca/odls/alps/odls_alps_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ static int do_child(orte_odls_spawn_caddy_t *cd, int write_fd)
431431
send_error_show_help(write_fd, 1,
432432
"help-orterun.txt",
433433
"orterun:wdir-not-found",
434-
orte_basename,
434+
"orted",
435435
cd->wdir,
436436
orte_process_info.nodename,
437437
cd->child->app_rank);

orte/mca/odls/default/odls_default_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ static int do_child(orte_odls_spawn_caddy_t *cd, int write_fd)
422422
send_error_show_help(write_fd, 1,
423423
"help-orterun.txt",
424424
"orterun:wdir-not-found",
425-
orte_basename,
425+
"orted",
426426
cd->wdir,
427427
orte_process_info.nodename,
428428
cd->child->app_rank);

0 commit comments

Comments
 (0)