Do not call into hcoll progress after MPI_Finalize
Reviewed by Mike cmr=v1.8.2:reviewer=ompi-rm1.8 This commit was SVN r31639.
This commit is contained in:
parent
29609577d5
commit
dfaac7d29d
@ -174,11 +174,11 @@ static int mca_coll_hcoll_module_enable(mca_coll_base_module_t *module,
|
||||
|
||||
int mca_coll_hcoll_progress(void)
|
||||
{
|
||||
if (ompi_mpi_finalized){
|
||||
if (!ompi_mpi_finalized){
|
||||
(*hcoll_progress_fn)();
|
||||
} else {
|
||||
hcoll_rte_p2p_disabled_notify();
|
||||
}
|
||||
|
||||
(*hcoll_progress_fn)();
|
||||
return OMPI_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user