1
1

Make sure to enable C/R support for the HNP when restarting.

This commit was SVN r15931.
Этот коммит содержится в:
Josh Hursey 2007-08-19 20:43:33 +00:00
родитель 7e8bd529dc
Коммит db79f2392e

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

@ -475,6 +475,10 @@ static int spawn_children(orte_snapc_base_global_snapshot_t *snapshot, pid_t *ch
exit_status = ret;
goto cleanup;
}
if( ORTE_SUCCESS != (ret = opal_argv_append(&argc, &argv, "-am ft-enable-cr")) ) {
exit_status = ret;
goto cleanup;
}
if( NULL != orte_restart_globals.hostfile ) {
if( ORTE_SUCCESS != (ret = opal_argv_append(&argc, &argv, "--hostfile")) ) {
exit_status = ret;