1
1
openmpi/ompi/mca/coll
Todd Kordenbrock f6f525e0d8 coll-portals4: remove unneeded code from gather
This commit removes two pieces of unneeded code from gather.  First
it removes destroy_tree() calls from linear_top(), because the
linear algorithm does not create a tree, so there is no need to
destroy it.  Second it removes unpack_bytes from the gather request
because it was calculated but never used.
2015-11-30 10:38:51 -06:00
..
base coll/base: fix memory allocation in mca_coll_base_alltoall_intra_basic_inplace 2015-10-19 16:47:59 +09:00
basic Revert "coll/basic: fix segmentation fault in neighborhood collectives if the degree" 2015-10-08 12:00:41 -04:00
cuda Fix warnings due to missing const 2015-09-21 14:18:44 -04:00
demo Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
fca COLL/FCA: revert to prev barrier if called from finalize 2015-10-04 09:40:19 +03:00
hcoll HCOLL: Enable alltoall interface 2015-10-07 08:00:04 +03:00
inter coll: do not cast way the const modifier when this is not necessary 2015-09-09 09:18:57 +09:00
libnbc coll/libnbc: use PMPI_* and internal ompi_* insted of MPI_* 2015-11-20 13:46:19 +09:00
ml ompi: fix coverity issues 2015-10-09 08:41:27 -06:00
portals4 coll-portals4: remove unneeded code from gather 2015-11-30 10:38:51 -06:00
self Update the basic module to dynamically allocate the right 2015-10-08 12:00:41 -04:00
sm Remove calls to ompi_group_peer_lookup in coll/sm and coll/fca 2015-09-10 08:55:54 -06:00
tuned Consistently use the request array for all modules (single array stored 2015-10-08 12:00:41 -04:00
coll.h coll: do not cast way the const modifier when this is not necessary 2015-09-09 09:18:57 +09:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00