1
1
openmpi/ompi/dpm
Nathan Hjelm 5334d22a37 ompi/group: release ompi_proc_t's at group destruction
This commit changes the way ompi_proc_t's are retained/released by
ompi_group_t's. Before this change ompi_proc_t's were retained once
for the group and then once for each retain of a group. This method
adds unnecessary overhead (need to traverse the group list each time
the group is retained) and causes problems when using an async
add_procs.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-11-30 23:03:47 -07:00
..
dpm.c ompi/group: release ompi_proc_t's at group destruction 2015-11-30 23:03:47 -07:00
dpm.h Integrate PMIx 1.0 with OMPI. 2015-08-29 16:04:10 -07:00
Makefile.am Integrate PMIx 1.0 with OMPI. 2015-08-29 16:04:10 -07:00