1
1
openmpi/ompi/mca/coll/libnbc
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
..
libdict Start bringing in libnbc. .ompi_ignored, as there's still a long way to go 2012-06-25 22:38:06 +00:00
coll_libnbc_component.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
coll_libnbc_ireduce_scatter_block.c fix several typecasts 2012-08-07 10:41:53 +00:00
coll_libnbc_not_implemented.c Implement reduce_scatter_block and ireduce_scatter_block, although possibly 2012-07-05 22:11:48 +00:00
coll_libnbc.h Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
Makefile.am First cut at removing the native Windows support. Remove all the Windows-specific components, and the .windows files sprinkled around. Remove the Windows platform files and MTT scripts. Update the NEWS to point Windows users to the cygwin package. 2013-02-26 20:44:56 +00:00
nbc_iallgather.c Fix a number of issues with IN_PLACE 2012-07-19 21:29:43 +00:00
nbc_iallgatherv.c Add a missing return value. 2012-07-20 01:32:06 +00:00
nbc_iallreduce.c fix several typecasts 2012-08-07 10:41:53 +00:00
nbc_ialltoall.c Fix warnings in nbc 2012-10-29 19:52:43 +00:00
nbc_ialltoallv.c * Properly initialize handle variable as a request (since the coll_libnbc_request contains everything an NBC_Handle used to contain). Not sure how this slipped through... 2012-07-02 16:39:42 +00:00
nbc_ibarrier.c fix several typecasts 2012-08-07 10:41:53 +00:00
nbc_ibcast_inter.c * Properly initialize handle variable as a request (since the coll_libnbc_request contains everything an NBC_Handle used to contain). Not sure how this slipped through... 2012-07-02 16:39:42 +00:00
nbc_ibcast.c fix several typecasts 2012-08-07 10:41:53 +00:00
nbc_igather.c Fix a number of issues with IN_PLACE 2012-07-19 21:29:43 +00:00
nbc_igatherv.c * Properly initialize handle variable as a request (since the coll_libnbc_request contains everything an NBC_Handle used to contain). Not sure how this slipped through... 2012-07-02 16:39:42 +00:00
nbc_internal.h With non-blocking collectives, a "round schedule" could fall on any address 2012-07-18 17:08:24 +00:00
nbc_ireduce_scatter.c fix several typecasts 2012-08-07 10:41:53 +00:00
nbc_ireduce.c fix several typecasts 2012-08-07 10:41:53 +00:00
nbc_iscan.c * Properly initialize handle variable as a request (since the coll_libnbc_request contains everything an NBC_Handle used to contain). Not sure how this slipped through... 2012-07-02 16:39:42 +00:00
nbc_iscatter.c * Properly initialize handle variable as a request (since the coll_libnbc_request contains everything an NBC_Handle used to contain). Not sure how this slipped through... 2012-07-02 16:39:42 +00:00
nbc_iscatterv.c * Properly initialize handle variable as a request (since the coll_libnbc_request contains everything an NBC_Handle used to contain). Not sure how this slipped through... 2012-07-02 16:39:42 +00:00
nbc.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00