Forgot another btl_base_close per r20617
Things should be working fine now with openib. This commit was SVN r20618. The following SVN revision numbers were found above: r20617 --> open-mpi/ompi@d460264c79
Этот коммит содержится в:
родитель
d460264c79
Коммит
cde4ab5c32
@ -146,6 +146,10 @@ int mca_bml_r2_ft_event(int state)
|
||||
opal_output(0, "bml:r2: ft_event(Restart): Failed to finalize BML framework\n");
|
||||
return ret;
|
||||
}
|
||||
if( OMPI_SUCCESS != (ret = mca_btl_base_close()) ) {
|
||||
opal_output(0, "bml:r2: ft_event(Restart): Failed to close BTL framework\n");
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
/* Matches OPAL_CRS_RESTART */
|
||||
else if( ompi_cr_continue_like_restart && !first_continue_pass ) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user