1
1
openmpi/orte/mca/grpcomm/base
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.h Update the grpcomm framework to be more thread-friendly. 2010-02-25 01:11:29 +00:00
grpcomm_base_allgather.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
grpcomm_base_app_fns.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
grpcomm_base_close.c Update the grpcomm framework to be more thread-friendly. 2010-02-25 01:11:29 +00:00
grpcomm_base_coll.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
grpcomm_base_modex.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
grpcomm_base_open.c Update the grpcomm framework to be more thread-friendly. 2010-02-25 01:11:29 +00:00
grpcomm_base_select.c Update the grpcomm framework to be more thread-friendly. 2010-02-25 01:11:29 +00:00
Makefile.am Update the grpcomm framework to be more thread-friendly. 2010-02-25 01:11:29 +00:00