1
1
openmpi/ompi/mca/mpool
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
..
base Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
gpusm Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
grdma Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
rgpusm Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
sm Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
Makefile.am Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00
mpool.h Add support for CUDA registering sm and openib buffers. Feature is disabled by default. 2011-08-04 10:15:45 +00:00