1
1
openmpi/ompi/mca/common
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
..
mx - Patch r22148 overwrites the already defined LDFLAGS, losing e.g. -L... 2009-10-28 14:25:10 +00:00
portals - Allow to work without xt-catamount module on Jaguar, 2009-11-09 14:26:24 +00:00
sm * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
Makefile.am Add a comment explaining why there is an empty Makefile.am in this 2009-01-03 02:07:01 +00:00