1
1
openmpi/ompi/group
Nathan Hjelm 1783d94f91 ompi/group: fix sparse group proc reference counting
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>
2016-04-27 15:55:13 -06:00
..
group_bitmap.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
group_dbg.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
group_init.c ompi/group: fix sparse group proc reference counting 2016-04-27 15:55:13 -06:00
group_plist.c sentinel: use type uintptr_t for sentinel 2016-02-10 11:28:56 +09:00
group_set_rank.c group|comm: add initial support for group sentinel values 2015-09-10 08:55:54 -06:00
group_sporadic.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
group_strided.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
group.c ompi/group: release ompi_proc_t's at group destruction 2015-11-30 23:03:47 -07:00
group.h sentinel: use type uintptr_t for sentinel 2016-02-10 11:28:56 +09:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00