1
1
openmpi/ompi/mca/coll
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 ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
basic Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake. 2010-01-14 18:10:20 +00:00
demo ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
hierarch Amendment to r22671: change the name of the new communicator flag from 2010-02-23 21:24:07 +00:00
inter - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
self Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake. 2010-01-14 18:10:20 +00:00
sm Very minor nits/updates. 2010-04-15 14:44:55 +00:00
sm2 * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
sync - Print the name correctly when a certain sync module is disabled 2010-03-13 21:07:34 +00:00
tuned Only get the receive datatype extent on the root process, as every 2010-02-17 16:01:50 +00:00
coll.h Two major things in this commit: 2009-01-14 23:44:31 +00:00
Makefile.am Clean up a couple of configure things: 2007-05-15 04:23:48 +00:00