1
1
openmpi/ompi/mca/btl/sctp
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
..
btl_sctp_addr.h initial SCTP BTL commit 2007-11-13 23:39:16 +00:00
btl_sctp_component.c r24976 wasn't quite right -- you now actually get a warning if you 2011-08-10 17:24:36 +00:00
btl_sctp_component.h initial SCTP BTL commit 2007-11-13 23:39:16 +00:00
btl_sctp_endpoint.c Remove the proc_guid from the BTL proc structure. Instead use directly 2011-02-25 00:36:08 +00:00
btl_sctp_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_sctp_frag.c These compile warnings have been forever; I finally got inspired to 2010-06-28 17:26:38 +00:00
btl_sctp_frag.h - Replace combinations of 2009-08-20 11:42:18 +00:00
btl_sctp_hdr.h - Replace combinations of 2009-08-20 11:42:18 +00:00
btl_sctp_proc.c Remove the proc_guid from the BTL proc structure. Instead use directly 2011-02-25 00:36:08 +00:00
btl_sctp_proc.h Remove the proc_guid from the BTL proc structure. Instead use directly 2011-02-25 00:36:08 +00:00
btl_sctp_recv_handler.c 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_sctp_recv_handler.h initial SCTP BTL commit 2007-11-13 23:39:16 +00:00
btl_sctp_utils.c convert bzero calls to memset to remove warnings. 2009-02-06 19:08:22 +00:00
btl_sctp_utils.h conforming SCTP BTL to Open MPI naming conventions and IP requirements 2007-11-21 10:13:41 +00:00
btl_sctp.c Undo revision r21767 - sorry folks 2009-08-05 22:23:26 +00:00
btl_sctp.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
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