1
1
openmpi/ompi/mca/coll
Jelena Pjesivac-Grbovic 3740640711 Modifying MPI_Gather in tuned module:
- adding linear algorithm with synchronization for gather.
  This algorithm prevents congestion at root process, but introduces 
  synchronization (serializes non-root processes, but allows messages 
  to arrive from two processes at the same time).  
  It performed better than binomial and linear algorithms for large message, 
  and intermediate and large communicator sizes.
- Updating MPI_Gather decision function to reflect performance results
  from MX.  I will perform more measurements though - so this one can 
  change.

This commit was SVN r15165.
2007-06-21 20:00:36 +00:00
..
base - UNexport symbols that shouldn't be needed outside the libraries 2007-05-16 15:46:52 +00:00
basic Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
demo Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
hierarch Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
inter Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
libnbc Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
self Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
sm Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
tuned Modifying MPI_Gather in tuned module: 2007-06-21 20:00:36 +00:00
coll.h Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
Makefile.am Clean up a couple of configure things: 2007-05-15 04:23:48 +00:00