1
1

Merge pull request #1595 from hjelmn/sparse_group_fix

ompi/group: fix sparse group proc reference counting
Этот коммит содержится в:
Nathan Hjelm 2016-04-27 17:06:01 -06:00
родитель 39137770ae 1783d94f91
Коммит a068b9483b

Просмотреть файл

@ -275,6 +275,10 @@ static void ompi_group_destruct(ompi_group_t *group)
the proc counts are not increased during the constructor,
either). */
#if OMPI_GROUP_SPARSE
if (OMPI_GROUP_IS_DENSE(group))
/* sparse groups do not increment proc reference counters */
#endif
ompi_group_decrement_proc_count (group);
/* release thegrp_proc_pointers memory */