1
1
openmpi/ompi/mca
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
..
allocator Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bcol Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
bml Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
btl Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
coll Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
common Fix two bugs from previous commit. 2013-06-28 16:32:51 +00:00
crcp Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
dpm Fix bad merge 2013-05-18 01:29:55 +00:00
fbtl Adding typecasting with intptr_t to remove warnings. 2013-04-03 17:07:43 +00:00
fcoll Avoid malloc of zero bytes, add a check and avoid it. 2013-06-06 14:08:57 +00:00
fs - fix the mca stripe size and stripe depth parameter logic in the pvfs2 2013-05-14 16:11:39 +00:00
io Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
mpool Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
mtl Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
op Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
osc Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
pml Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
pubsub Add 'generic' support for PMI2 (previously, we checked for PMI2 only on Cray systems.) If your resource manager (e.g. SLURM) has support for PMI2, then the --with-pmi configure flag will enable its usage. If you don't have PMI2, then you will fallback to regular old PMI1. This patch was submitted by Ralph Castain and reviewed and pushed by Josh Ladd. This should be added to cmr:v1.7:reviewer=jladd 2013-06-21 15:28:14 +00:00
rcache Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
rte The move of the orte_db framework to opal required that we create an opaque opal_identifier_t type as OPAL cannot know anything about the ORTE process name. However, passing a value down to opal and then having the db components reference it causes alignment issues on Solaris Sparc platforms. So pass the pointer instead and do the old "memcpy" trick to avoid the problem. 2013-04-08 23:34:16 +00:00
sbgp sbgp/ibnet: fix param -> var update errors 2013-04-03 20:17:18 +00:00
sharedfp Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
topo Fix some "malloc of 0 bytes" warnings 2013-07-03 12:05:33 +00:00
vprotocol Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00