1
1
openmpi/ompi/mca/coll/sm2
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
..
.ompi_ignore skeleton for new shared memory collective component. 2008-01-25 19:35:26 +00:00
.ompi_unignore skeleton for new shared memory collective component. 2008-01-25 19:35:26 +00:00
coll_sm2_allreduce.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
coll_sm2_barrier.c Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
coll_sm2_bcast.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
coll_sm2_component.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
coll_sm2_module.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
coll_sm2_reduce.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
coll_sm2_service.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
coll_sm2.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
configure.params skeleton for new shared memory collective component. 2008-01-25 19:35:26 +00:00
help-coll-sm.txt skeleton for new shared memory collective component. 2008-01-25 19:35:26 +00:00
Makefile.am fix buffer management for nb-barrier. 2008-04-05 21:59:04 +00:00