1
1
openmpi/orte/mca/rmcast
Abhishek Kulkarni afbe3e99c6 * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with
(OMPI_ERR_* = OPAL_SOS_GET_ERR_CODE(ret)), since the return value could be a
 SOS-encoded error. The OPAL_SOS_GET_ERR_CODE() takes in a SOS error and returns
 back the native error code.

* Since OPAL_SUCCESS is preserved by SOS, also change all calls of the form
  (OPAL_ERROR == ret) to (OPAL_SUCCESS != ret). We thus avoid having to
  decode 'ret' to get the native error code.

This commit was SVN r23162.
2010-05-17 23:08:56 +00:00
..
base * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
spread Add some contributed examples of how to start and configure the spread library. Do a little more cleanup on the spread module, and ensure that it isn't selected if spread isn't running. 2010-05-04 23:44:00 +00:00
tcp Some minor cleanup in the rmcast framework, ensure that a default multicast group is always defined for each app 2010-05-03 04:07:14 +00:00
udp Some minor cleanup in the rmcast framework, ensure that a default multicast group is always defined for each app 2010-05-03 04:07:14 +00:00
Makefile.am Update the multicast framework to allow specification of different message scopes per various RFCs. Redefine the API a little to utilize channel numbers without worrying about the specifics of their addressing 2009-09-30 14:40:43 +00:00
rmcast_types.h Add some contributed examples of how to start and configure the spread library. Do a little more cleanup on the spread module, and ensure that it isn't selected if spread isn't running. 2010-05-04 23:44:00 +00:00
rmcast.h Continue development of reliable multicast 2010-02-14 19:20:56 +00:00