1
1
openmpi/ompi/mca/osc/pt2pt
George Bosilca c9e5ab9ed1 Our macros for the OMPI-level free list had one extra argument, a possible return
value to signal that the operation of retrieving the element from the free list
failed. However in this case the returned pointer was set to NULL as well, so the
error code was redundant. Moreover, this was a continuous source of warnings when
the picky mode is on.

The attached parch remove the rc argument from the OMPI_FREE_LIST_GET and
OMPI_FREE_LIST_WAIT macros, and change to check if the item is NULL instead of
using the return code.

This commit was SVN r28722.
2013-07-04 08:34:37 +00:00
..
Makefile.am First cut at removing the native Windows support. Remove all the Windows-specific components, and the .windows files sprinkled around. Remove the Windows platform files and MTT scripts. Update the NEWS to point Windows users to the cygwin package. 2013-02-26 20:44:56 +00:00
osc_pt2pt_buffer.c * Implement long-ago discussed RFC to add a callback data pointer in the 2011-06-30 20:05:16 +00:00
osc_pt2pt_buffer.h * Implement long-ago discussed RFC to add a callback data pointer in the 2011-06-30 20:05:16 +00:00
osc_pt2pt_comm.c Fixes trac:2472. Use large integers to hold displacements for one-sided 2010-07-20 18:45:48 +00:00
osc_pt2pt_component.c Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
osc_pt2pt_data_move.c Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17: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 Oops -- use the right function name, otherwise you get compile/link 2010-07-23 01:30:01 +00:00
osc_pt2pt_longreq.c * Implement long-ago discussed RFC to add a callback data pointer in the 2011-06-30 20:05:16 +00:00
osc_pt2pt_longreq.h * Implement long-ago discussed RFC to add a callback data pointer in the 2011-06-30 20:05:16 +00:00
osc_pt2pt_replyreq.c Fixes trac:2472. Use large integers to hold displacements for one-sided 2010-07-20 18:45:48 +00:00
osc_pt2pt_replyreq.h Fixes trac:2472. Use large integers to hold displacements for one-sided 2010-07-20 18:45:48 +00:00
osc_pt2pt_sendreq.c Fixes trac:2472. Use large integers to hold displacements for one-sided 2010-07-20 18:45:48 +00:00
osc_pt2pt_sendreq.h Fixes trac:2472. Use large integers to hold displacements for one-sided 2010-07-20 18:45:48 +00:00
osc_pt2pt_sync.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
osc_pt2pt.c Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
osc_pt2pt.h MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00