Skip to content
Snippets Groups Projects
Commit d301e687 authored by Jeff Squyres's avatar Jeff Squyres
Browse files

coll_ftagree_earlyreturning.c: temporarily remove dead code


being deleted because, per discussion between @bosilca and @jsquyres
on 29 Apr 2021, @bosilca is pretty sure that this code *should* be
being invoked from somewhere -- otherwise, we likely have a leak in
MPI_FINALIZE.  His team is looking into it.

Signed-off-by: default avatarJeff Squyres <jsquyres@cisco.com>
parent 91c4c293
Branches
No related tags found
No related merge requests found
......@@ -3332,6 +3332,11 @@ int mca_coll_ftagree_iera_intra(void *contrib,
return OMPI_SUCCESS;
}
#if 0
// Per @bosilca and @jsquyres discussion 29 Apr 2021: there is
// probably a memory leak in MPI_FINALIZE right now, because this
// function does not appear to be being called from anywhere.
// @bosilca's team is looking into it.
int mca_coll_ftagree_era_free_comm(ompi_communicator_t* comm,
mca_coll_base_module_t *module)
{
......@@ -3369,3 +3374,4 @@ int mca_coll_ftagree_era_free_comm(ompi_communicator_t* comm,
return OMPI_SUCCESS;
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment