1
1
openmpi/ompi/mca/btl
Gleb Natapov 8078ae5977 Optimize sm communication. Pass message type (MCA_BTL_SM_FRAG_ACK/
MCA_BTL_SM_FRAG_SEND) and status success/fail in low bits of pointers we
are passing through circular buffer. The rank that receives ACK doesn't need
to look into data it received and this is a big win since this data is not in
the cache of the rank's CPU. (Note that we can use low bits of pointers because
free_list always return pointers aligned at least to cache line size).

This commit was SVN r13922.
2007-03-05 14:24:09 +00:00
..
base - Fix more symbols that should be exported. 2007-02-27 15:17:17 +00:00
gm When frags are allocated from mpool by free_list the frag structure is also 2007-03-05 14:17:50 +00:00
mvapi When frags are allocated from mpool by free_list the frag structure is also 2007-03-05 14:17:50 +00:00
mx Fix a problem in the selection logic for MX. Basically we need to be able to 2007-02-09 03:19:38 +00:00
openib When frags are allocated from mpool by free_list the frag structure is also 2007-03-05 14:17:50 +00:00
portals macro variable has same name as one of the parameters passed to the 2007-03-04 23:31:07 +00:00
self Remote pointers are always in .lval, not .pval, so need to read the .lval 2007-01-14 20:34:41 +00:00
sm Optimize sm communication. Pass message type (MCA_BTL_SM_FRAG_ACK/ 2007-03-05 14:24:09 +00:00
tcp Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
template * Added 2 new MCA parameters 2007-03-01 13:39:20 +00:00
udapl When frags are allocated from mpool by free_list the frag structure is also 2007-03-05 14:17:50 +00:00
btl.h Fix a bunch of minor typos submitted by Bernhard Fischer. 2007-02-06 12:00:30 +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