1
1

switch the name of orterun to mpirun to make things more clear.

This commit was SVN r18208.
Этот коммит содержится в:
Josh Hursey 2008-04-18 12:59:23 +00:00
родитель 92e3b8671f
Коммит 56a61bfacf

Просмотреть файл

@ -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;
}