1
1
openmpi/ompi/mca/coll
Brian Barrett 16a1166884 Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a
configure-time dynamic allocation of flags.  The net result for platforms
which only support BTL-based communication is a reduction of 8*nprocs bytes
per process.  Platforms which support both MTLs and BTLs will not see
a space reduction, but will now be able to safely run both the MTL and BTL
side-by-side, which will prove useful.

This commit was SVN r29100.
2013-08-30 16:54:55 +00:00
..
base Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
basic Cleanup uninitialized warnings 2013-08-16 21:23:09 +00:00
demo Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
fca MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
hcoll This fixes the nasty configure.m4 hack that was added long ago and not removed. My fault for not catching earlier. I've also removed the '.ompi_ignore' in coll/hcoll. Throwing this to Nathan for review. Upon successful review, this should be added to cmr:v1.7:reviewer=hjelmn 2013-07-11 09:55:46 +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 revert change that shouldn't have been part of r28952 2013-07-25 20:23:55 +00:00
ml coll/ml: update the coll_ml_enable_fragmentation variable to support the 2013-08-27 16:36:54 +00:00
portals4 Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a 2013-08-30 16:54:55 +00:00
self MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
sm Per RFC 2013-07-11 17:34:28 +00:00
tuned Cleanup uninitialized warnings 2013-08-16 21:23:09 +00:00
coll.h * Initial merge of the non-blocking collectives interface. No implementation of 2012-06-22 20:54:12 +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