diff --git a/orte/mca/odls/alps/odls_alps_module.c b/orte/mca/odls/alps/odls_alps_module.c index f94ff70942..0892244235 100644 --- a/orte/mca/odls/alps/odls_alps_module.c +++ b/orte/mca/odls/alps/odls_alps_module.c @@ -431,7 +431,7 @@ static int do_child(orte_odls_spawn_caddy_t *cd, int write_fd) send_error_show_help(write_fd, 1, "help-orterun.txt", "orterun:wdir-not-found", - orte_basename, + "orted", cd->wdir, orte_process_info.nodename, cd->child->app_rank); diff --git a/orte/mca/odls/default/odls_default_module.c b/orte/mca/odls/default/odls_default_module.c index f2ac826e3c..581b5b7892 100644 --- a/orte/mca/odls/default/odls_default_module.c +++ b/orte/mca/odls/default/odls_default_module.c @@ -422,7 +422,7 @@ static int do_child(orte_odls_spawn_caddy_t *cd, int write_fd) send_error_show_help(write_fd, 1, "help-orterun.txt", "orterun:wdir-not-found", - orte_basename, + "orted", cd->wdir, orte_process_info.nodename, cd->child->app_rank);