1
1
openmpi/ompi/mca/coll/ml
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
..
coll_ml_allocation.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_allocation.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_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
coll_ml_bcast.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_colls.h Fixes the definition of the first fragment and does not assume that first frag has offset_into_user_buff equal to zero. This fix should be added to cmr:v1.7.1:reviewer=pasha 2013-01-08 20:24:58 +00:00
coll_ml_component.c Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
coll_ml_config.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
coll_ml_config.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_copy_fns.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_custom_utils.c Moving mca/common/netpatterns and commpaterns to ompi/patterns. 2013-02-05 21:52:55 +00:00
coll_ml_custom_utils.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_descriptors.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_functions.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_hier_algorithm_memsync_setup.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_hier_algorithms_barrier_setup.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_hier_algorithms_bcast_setup.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_hier_algorithms_common_setup.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_hier_algorithms_common_setup.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_hier_algorithms_setup.c Cleaning warnings in ml, sbgp, bcol. 2012-11-12 22:30:32 +00:00
coll_ml_hier_algorithms.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_inlines.h Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
coll_ml_lex.h add prototypes for lex destroy functions 2012-11-09 22:00:27 +00:00
coll_ml_lex.l Re-add support for old flex (2.5.4a and earlier) while still cleaning up properly in new flex. 2012-12-07 00:12:43 +00:00
coll_ml_lmngr.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
coll_ml_lmngr.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_mca.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
coll_ml_mca.h MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
coll_ml_memsync.c Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml_module.c Moving mca/common/netpatterns and commpaterns to ompi/patterns. 2013-02-05 21:52:55 +00:00
coll_ml_payload_buffers.h Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_progress.c Cleaning warnings in collectives code. Refs trac:3243. 2012-08-17 15:36:13 +00:00
coll_ml_select.c Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00
coll_ml_select.h Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread: 2012-08-29 14:10:42 +00:00
coll_ml.h MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
Makefile.am Moving mca/common/netpatterns and commpaterns to ompi/patterns. 2013-02-05 21:52:55 +00:00
mca-coll-ml.config Adding Hierarchical Collectives project to the Open MPI trunk. 2012-08-16 19:11:35 +00:00