1
1
openmpi/ompi/mca/btl/smcuda
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_smcuda_component.c Fix some compile errors in CUDA-aware code that has crept in. 2013-04-18 15:34:16 +00:00
btl_smcuda_endpoint.h Update smcuda to match recent changes in sm BTL. 2013-01-14 14:42:19 +00:00
btl_smcuda_fifo.h New btl that extends sm btl to support GPU transfers within a node. 2012-02-24 02:13:33 +00:00
btl_smcuda_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_smcuda_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_smcuda.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_smcuda.h Fix some compile errors in CUDA-aware code that has crept in. 2013-04-18 15:34:16 +00:00
configure.m4 New btl that extends sm btl to support GPU transfers within a node. 2012-02-24 02:13:33 +00:00
help-mpi-btl-smcuda.txt New btl that extends sm btl to support GPU transfers within a node. 2012-02-24 02:13:33 +00:00
Makefile.am New btl that extends sm btl to support GPU transfers within a node. 2012-02-24 02:13:33 +00:00