1
1
openmpi/ompi/mca/coll
Mike Dubman 80f4e02e0a Several changes:
- Modifications to coll/hcoll component related to the changes in the libhcoll API. 
  Now, hcoll_destroy_context accepts one more parameter that indicates if the context was
  really destroyed as a result of the call. 
  This new "non-blocking" context destruction fixes hang discovered in IMB with mcast enabled. 
- Clean up all the left contexts (if any) on the comm_world destruction. 

fixed by Val, reviewed by miked
cmr=v1.7.4:reviewer=ompi-rm1.7

This commit was SVN r30055.
2013-12-23 06:57:12 +00:00
..
base Remove unnecessary "mpi.h"; move opal headers to the top. 2013-12-22 20:38:43 +00:00
basic Remove outdated comments in coll_basic_reduce_scatter.c. 2013-10-30 16:20:20 +00:00
demo Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
fca cosmetic fixed fpr hcol autotools 2013-12-08 09:45:13 +00:00
hcoll Several changes: 2013-12-23 06:57:12 +00:00
hierarch Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a 2013-08-30 16:54:55 +00:00
inter Per RFC 2013-07-11 17:34:28 +00:00
libnbc Restrict the usage of MPI_Type_extent only to receiving processes 2013-11-27 12:09:31 +00:00
ml Fix some annoying flex warnings that have been there for years. 2013-12-14 00:36:12 +00:00
portals4 Minor indent cleanup in init_query() 2013-11-06 15:21:09 +00:00
self Fix several issues regarding MPI_IN_PLACE and different flavors 2013-09-17 11:35:18 +00:00
sm Per RFC 2013-07-11 17:34:28 +00:00
tuned Fix the recursive halfing algorithms for reduce scatter in both basic 2013-10-28 19:06:38 +00:00
coll.h MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
Makefile.am Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00