From 56a61bfacfdbebbbe7c22e1f4e30a9b4bda9ff78 Mon Sep 17 00:00:00 2001 From: Josh Hursey Date: Fri, 18 Apr 2008 12:59:23 +0000 Subject: [PATCH] switch the name of orterun to mpirun to make things more clear. This commit was SVN r18208. --- orte/tools/orte-restart/orte-restart.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/orte/tools/orte-restart/orte-restart.c b/orte/tools/orte-restart/orte-restart.c index d793816d9c..de2d752916 100644 --- a/orte/tools/orte-restart/orte-restart.c +++ b/orte/tools/orte-restart/orte-restart.c @@ -179,7 +179,7 @@ main(int argc, char *argv[]) } /****************************** - * Create the app file to use with orterun + * Create the app file to use with mpirun/orterun ******************************/ if( ORTE_SUCCESS != (ret = create_appfile(snapshot) ) ) { exit_status = ret; @@ -187,7 +187,7 @@ main(int argc, char *argv[]) } /****************************** - * Restart in this process [orterun] + * Restart in this process [mpirun/orterun] ******************************/ if( orte_restart_globals.verbose ) { opal_output_verbose(10, orte_restart_globals.output, @@ -479,7 +479,7 @@ static int spawn_children(orte_snapc_base_global_snapshot_t *snapshot, pid_t *ch int argc = 0; int status; - if( ORTE_SUCCESS != (ret = opal_argv_append(&argc, &argv, "orterun")) ) { + if( ORTE_SUCCESS != (ret = opal_argv_append(&argc, &argv, "mpirun")) ) { exit_status = ret; goto cleanup; }