1
1
openmpi/ompi/mca/btl/tcp
Jeff Squyres 1cbfb53801 r24976 wasn't quite right -- you now actually get a warning if you
specify btl_tcp_if_include because btl_tcp_if_exclude is defaulted to
the loopback devices.

This commit does a few things:

 * Introduce a new OPAL MCA base function:
   mca_base_param_check_exclusive_string().  It checks to see that the
   ''user'' does not set two MCA parameters that are mutually
   exclusive by checking the source of those MCS param values.
 * Use the above function in many BTLs (and the OOB TCP) to ensure
   that <foo>_if_include and <foo>_if_exclude are not both specified
   ''by the user''.
 * Re-arrange many of these BTLs to move their MCA registration code
   into a separate component_register() function (vs. the
   component_open() function).

This code has been nominally reviewed and checked by Ralph, George,
Terry, and Shiqing.

This commit was SVN r25043.

The following SVN revision numbers were found above:
  r24976 --> open-mpi/ompi@8f4ac54336
2011-08-10 17:24:36 +00:00
..
.windows Convert the bad dos line endings to unix style for all windows related files. 2010-12-02 12:08:08 +00:00
btl_tcp_addr.h Update the TCP BTL in order to bring back some of the functionalities lost 2007-04-28 19:13:47 +00:00
btl_tcp_component.c r24976 wasn't quite right -- you now actually get a warning if you 2011-08-10 17:24:36 +00:00
btl_tcp_endpoint.c When the BTL TCP is trying to connect to a peer, output it's process name 2011-03-16 20:20:14 +00:00
btl_tcp_endpoint.h Update libevent to the 2.0 series, currently at 2.0.7rc. We will update to their final release when it becomes available. Currently known errors exist in unused portions of the libevent code. This revision passes the IBM test suite on a Linux machine and on a standalone Mac. 2010-10-24 18:35:54 +00:00
btl_tcp_frag.c - Update to fix in r21234: as discussed on devel@, 2009-05-14 14:10:22 +00:00
btl_tcp_frag.h - Replace combinations of 2009-08-20 11:42:18 +00:00
btl_tcp_ft.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
btl_tcp_ft.h - Replace combinations of 2009-08-20 11:42:18 +00:00
btl_tcp_hdr.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
btl_tcp_proc.c Indent and fix some uninitialized variables. 2010-05-19 21:20:33 +00:00
btl_tcp_proc.h After fix 22669 was applied which allowed for more than 8 interfaces, it was discovered that the connection algorithm did not scale. Therefore, switch to a simpler algorithm in the extremely rare case when one has more than 8 interfaces. This commit fixes trac:2301. 2010-04-14 14:18:35 +00:00
btl_tcp.c Undo revision r21767 - sorry folks 2009-08-05 22:23:26 +00:00
btl_tcp.h r24976 wasn't quite right -- you now actually get a warning if you 2011-08-10 17:24:36 +00:00
configure.m4 WARNING: Work on the temp branch being merged here encountered problems with bugs in subversion. Considerable effort has gone into validating the branch. However, not all conditions can be checked, so users are cautioned that it may be advisable to not update from the trunk for a few days to allow MTT to identify platform-specific issues. 2010-09-17 23:04:06 +00:00
help-mpi-btl-tcp.txt r24976 wasn't quite right -- you now actually get a warning if you 2011-08-10 17:24:36 +00:00
Makefile.am WARNING: Work on the temp branch being merged here encountered problems with bugs in subversion. Considerable effort has gone into validating the branch. However, not all conditions can be checked, so users are cautioned that it may be advisable to not update from the trunk for a few days to allow MTT to identify platform-specific issues. 2010-09-17 23:04:06 +00:00