1
1
openmpi/ompi/mca/bcol/iboffload
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
..
bcol_iboffload_barrier.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol_iboffload_bcast.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol_iboffload_bcast.h Moving mca/common/netpatterns and commpaterns to ompi/patterns. 2013-02-05 21:52:55 +00:00
bcol_iboffload_collfrag.c Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
bcol_iboffload_collfrag.h Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol_iboffload_collreq.c Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
bcol_iboffload_collreq.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
bcol_iboffload_component.c bcol/iboffload: fix still more errors from param -> var updates 2013-04-03 19:57:03 +00:00
bcol_iboffload_device.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
bcol_iboffload_endpoint.c Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
bcol_iboffload_endpoint.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
bcol_iboffload_fanin.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol_iboffload_fanout.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol_iboffload_frag.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol_iboffload_frag.h Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol_iboffload_mca.c bcol/iboffload: fix more errors from param -> var updates 2013-04-03 18:55:46 +00:00
bcol_iboffload_mca.h MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
bcol_iboffload_module.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol_iboffload_qp_info.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol_iboffload_qp_info.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
bcol_iboffload_task.c Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
bcol_iboffload_task.h Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol_iboffload.h bcol/iboffload: fix more errors from param -> var updates 2013-04-03 18:55:46 +00:00
configure.m4 Revamp the handling of wrapper compiler flags. The user flags, main configure 2013-01-29 00:00:43 +00:00
Makefile.am Remove references to unexisting files: 2013-02-12 13:21:47 +00:00