1
1
openmpi/ompi/mca/pml/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 Preparation work for another commit (after RFC): 2009-03-17 21:34:30 +00:00
Makefile.am Revert the prior change out from the individual .h files - the problem was in the Makefile.am's, causing the make dist to fail. 2009-06-11 03:15:47 +00:00
pml_base_bsend.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pml_base_bsend.h - An intrusive commit yet again (sorry): with the separation we 2009-03-04 15:35:54 +00:00
pml_base_close.c Don't require a progress function from the PML. If there is one then the 2007-10-09 23:28:53 +00:00
pml_base_ft.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
pml_base_open.c - mca_base_param_reg_string_name allocates default_pml. 2010-04-12 19:54:07 +00:00
pml_base_recvreq.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pml_base_recvreq.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pml_base_request_dbg.h This commit fixes trac:1931. By separating out structures and defines used by 2009-06-10 14:57:28 +00:00
pml_base_request.c Remove a compiler warning about missing braces around 2009-08-04 21:41:14 +00:00
pml_base_request.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pml_base_select.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
pml_base_sendreq.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pml_base_sendreq.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00