1
1
openmpi/ompi/mca/coll/base
Andrew Friedley fd51d9cf28 The call to opal_list_insert() had an off by one error (I think), causing selected components to get lost with certain load orderings.
I went ahead and rewrote the code to use opal_list_insert_pos() instead, which gives a cleaner flow and more speed.

This commit was SVN r16392.
2007-10-08 23:01:36 +00:00
..
base.h Update collectives selection logic to allow for multiple components to be 2007-08-19 03:37:49 +00:00
coll_base_close.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
coll_base_comm_select.c The call to opal_list_insert() had an off by one error (I think), causing selected components to get lost with certain load orderings. 2007-10-08 23:01:36 +00:00
coll_base_comm_unselect.c Update collectives selection logic to allow for multiple components to be 2007-08-19 03:37:49 +00:00
coll_base_find_available.c Some more changes to update to coll v1.1.0 that were missed 2007-10-07 12:20:22 +00:00
coll_base_open.c Update collectives selection logic to allow for multiple components to be 2007-08-19 03:37:49 +00:00
coll_tags.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
help-mca-coll-base.txt Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am * The last of the build system optimizations. Combine the component and 2005-11-20 01:03:01 +00:00