1783d94f91
This commit fixes a bug when sparse groups are in use. Since sparse group do not actually increment the reference counts of any procs (they just retain the parent group) it is wrong to decrement the reference counts of all procs in the group using ompi_group_decrement_proc_count(). This commit makes the call to ompi_group_decrement_proc_count() conditional on the group being dense. Fixes open-mpi/ompi#1593 Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov> |
||
---|---|---|
.. | ||
group_bitmap.c | ||
group_dbg.h | ||
group_init.c | ||
group_plist.c | ||
group_set_rank.c | ||
group_sporadic.c | ||
group_strided.c | ||
group.c | ||
group.h | ||
Makefile.am |