1
1
openmpi/ompi/mca/coll
Mike Dubman d27cffedb9 expand tabs to 4 spaces
cd ompi/mca/coll/fca
for i in *.[ch]; do expand -t 4 $i > koko && mv koko $i; done
Refs: #3799

This commit was SVN r29472.
2013-10-22 17:05:55 +00:00
..
base At coll_select time we can not check whether the communicator has a 2013-10-03 03:37:46 +00:00
basic MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
demo Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
fca expand tabs to 4 spaces 2013-10-22 17:05:55 +00:00
hcoll fix race condition which can happen on finalize 2013-10-02 13:38:47 +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 At coll_select time we can not check whether the communicator has a 2013-10-03 03:37:46 +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 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 several issues regarding MPI_IN_PLACE and different flavors 2013-09-17 11:35:18 +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