1
1

This commit should fix and close #1482

The problem was that (outside of Odin configure issues) that the IOF is no longer enabled by application processes.

Checkpoint/restart seems to be working once again.

Thanks to Ralph for pointing me here.

This commit was SVN r19508.
Этот коммит содержится в:
Josh Hursey 2008-09-05 18:39:17 +00:00
родитель d36a885b1a
Коммит edf52e7258

24
orte/mca/ess/env/ess_env_module.c поставляемый
Просмотреть файл

@ -410,14 +410,6 @@ static int rte_ft_event(int state)
goto cleanup;
}
/*
* Notify IOF
*/
if( ORTE_SUCCESS != (ret = orte_iof.ft_event(OPAL_CRS_CHECKPOINT))) {
exit_status = ret;
goto cleanup;
}
/*
* Notify Routed
*/
@ -452,14 +444,6 @@ static int rte_ft_event(int state)
goto cleanup;
}
/*
* Notify IOF
*/
if( ORTE_SUCCESS != (ret = orte_iof.ft_event(OPAL_CRS_CONTINUE))) {
exit_status = ret;
goto cleanup;
}
/*
* Notify SnapC
*/
@ -583,14 +567,6 @@ static int rte_ft_event(int state)
goto cleanup;
}
/*
* Notify IOF
*/
if( ORTE_SUCCESS != (ret = orte_iof.ft_event(OPAL_CRS_RESTART))) {
exit_status = ret;
goto cleanup;
}
/*
* Notify SnapC
*/