1
1
openmpi/ompi/mca
Jeff Squyres b113b1a382 Add the btl_tcp_if_seq MCA parameter. From the help string:
If specified, a comma-delimited list of TCP interfaces.  Interfaces
  will be assigned, one to each MPI process, in a round-robin fashion
  on each server.  For example, if the list is "eth0,eth1" and four
  MPI processes are run on a single server, then local ranks 0 and 2
  will use eth0 and local ranks 1 and 3 will use eth1.

This feature is only useful for environments with virtual ethernet
interfaces on the same network.  For example, if eth0 and eth1 are
virtual interfaces to the same NIC on the same subnet, and if the NIC
provides different hardware resources to eth0 and eth1 (not just
different kernel resources), some HOL blocking and congestion issues
can be eased in a modest fashion.

This commit was SVN r24181.
2010-12-16 00:54:32 +00:00
..
allocator Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
bml Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
btl Add the btl_tcp_if_seq MCA parameter. From the help string: 2010-12-16 00:54:32 +00:00
coll Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
common Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
crcp Convert the opal_event framework to use direct function calls instead of hiding functions behind function pointers. Eliminate the opal_object_t abstraction of libevent's event struct so it can be directly passed to the libevent functions. 2010-10-28 15:22:46 +00:00
dpm Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
io Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
mpool Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
mtl Fix bug in looking at convertor_unpack return code. Always print debug 2010-12-10 22:36:47 +00:00
op 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
osc Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
pml Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
pubsub Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
rcache Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
topo 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
vprotocol Correct an abstraction break that causes ompi_info to segfault if pml-v is not built. Move the definition and instantation of the mca_pml_v struct to the vprotocol base. Include the vprotocol/base/base.h file in pml_v.h. Remove the now useless pml_v.c. 2010-10-22 05:12:12 +00:00