1
1
openmpi/ompi/mca/osc/pt2pt
Abhishek Kulkarni c63c4d6892 Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success.
The fix is to just check if the return value is positive or not, since all the SOS encoded errors are *always* negative.

The real fix (as Ralph points out) is to change these functions (opal_pointer_array_add and mca_base_param*) to return the index as a pointer.

This commit was SVN r23173.
2010-05-18 20:54:11 +00:00
..
.windows Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake. 2010-01-14 18:10:20 +00:00
configure.params Merge in present work on the MPI-2 onesided chapter. The current code is not 2006-01-28 15:38:37 +00:00
Makefile.am Add windows support files into the tarball, including .windows, CMakeLists.txt files, and CMake modules. Thanks to Jeff for testing it on Linux. 2009-04-24 16:39:33 +00:00
osc_pt2pt_buffer.c This commit fixes trac:1306 2008-06-24 14:38:11 +00:00
osc_pt2pt_buffer.h - "extern 'C'" has been set twice. Remove one. 2007-08-30 15:03:59 +00:00
osc_pt2pt_comm.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
osc_pt2pt_component.c Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success. 2010-05-18 20:54:11 +00:00
osc_pt2pt_data_move.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
osc_pt2pt_data_move.h * Fix some error checking code for Lock / Unlock at the MPI layer 2006-02-07 18:45:18 +00:00
osc_pt2pt_header.h This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
osc_pt2pt_longreq.c Some much needed cleanup of the point-to-point one-sided component... 2007-05-21 02:21:25 +00:00
osc_pt2pt_longreq.h Some much needed cleanup of the point-to-point one-sided component... 2007-05-21 02:21:25 +00:00
osc_pt2pt_mpireq.c Some much needed cleanup of the point-to-point one-sided component... 2007-05-21 02:21:25 +00:00
osc_pt2pt_mpireq.h Some much needed cleanup of the point-to-point one-sided component... 2007-05-21 02:21:25 +00:00
osc_pt2pt_replyreq.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
osc_pt2pt_replyreq.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
osc_pt2pt_sendreq.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
osc_pt2pt_sendreq.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
osc_pt2pt_sync.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
osc_pt2pt.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
osc_pt2pt.h Include the missing thread header, which is needed when build with --enable-progress-thread. 2009-11-27 14:49:24 +00:00