1
1
openmpi/ompi/mca/btl/ugni
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
..
btl_ugni_add_procs.c btl/ugni: use grdma mpool to take advantage of shared lru 2012-06-20 23:03:59 +00:00
btl_ugni_component.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
btl_ugni_endpoint.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
btl_ugni_endpoint.h Move the RTE framework change into the trunk. With this change, all non-CR 2013-01-27 23:25:10 +00:00
btl_ugni_frag.c Timeout! Per RFC update the BTL interface to hide segment keys. All BTLs (with the exception of wv), all relevant PMLs, and osc/rdma have been updated for the new interface. 2012-06-21 17:09:12 +00:00
btl_ugni_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
btl_ugni_get.c ugni: fix eager get 2012-06-29 15:43:29 +00:00
btl_ugni_module.c Move the RTE framework change into the trunk. With this change, all non-CR 2013-01-27 23:25:10 +00:00
btl_ugni_prepare.h Fix a bug on 32-bit systems introduced by r26626. This fix ensures that all supported btls (with exception of wv-- shiqing will need to help bring that one up to date with r26626) set the lval in prepare_src/dst when preparing a put or get segment. This fix also ensures a consistent use of lval in put and get for both local and remote segments. 2012-07-13 21:19:16 +00:00
btl_ugni_put.c Timeout! Per RFC update the BTL interface to hide segment keys. All BTLs (with the exception of wv), all relevant PMLs, and osc/rdma have been updated for the new interface. 2012-06-21 17:09:12 +00:00
btl_ugni_rdma.h ugni: fix eager get 2012-06-29 15:43:29 +00:00
btl_ugni_send.c Move the RTE framework change into the trunk. With this change, all non-CR 2013-01-27 23:25:10 +00:00
btl_ugni_smsg.c Fix a bug in the uGNI btl that could cause certain descriptor callbacks to be called twice. 2013-01-03 23:11:13 +00:00
btl_ugni_smsg.h Fix a bug in the uGNI btl that could cause certain descriptor callbacks to be called twice. 2013-01-03 23:11:13 +00:00
btl_ugni.h btl/ugni: use grdma mpool to take advantage of shared lru 2012-06-20 23:03:59 +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 ugni: fix eager get 2012-06-29 15:43:29 +00:00