1
1
openmpi/ompi/mca/coll
George Bosilca 77ef979457 New architecture for broadcast. A generic broadcast working on a tree
description. Most of the bcast algorithms can be completed using this
generic function once we create the tree structure. Add all kind of
trees.

There are 2 versions of the generic bcast function. One using overlapping
between receives (for intermediary nodes) and then blocking sends to all
childs and another where all sends are non blocking. I still have to
figure out which one give the smallest overhead.

This commit was SVN r12530.
2006-11-10 05:53:50 +00:00
..
base Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
basic Small cleanups, some explicit casts. 2006-11-08 16:54:03 +00:00
demo Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
hierarch Remove a double ; 2006-10-20 03:28:51 +00:00
libnbc * Fix svn:ignore 2006-09-08 10:35:45 +00:00
self More protection around what we really want to get exported. 2006-08-27 04:49:02 +00:00
sm Small cleanups, some explicit casts. 2006-11-08 16:54:03 +00:00
tuned New architecture for broadcast. A generic broadcast working on a tree 2006-11-10 05:53:50 +00:00
coll.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
Makefile.am fixes suggested by Ralf for supporting both Libtool 1 and 2 in Open MPI... 2005-12-19 03:10:23 +00:00