1
1
openmpi/ompi/group
Abhishek Kulkarni c63c4d6892 Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success.
The fix is to just check if the return value is positive or not, since all the SOS encoded errors are *always* negative.

The real fix (as Ralph points out) is to change these functions (opal_pointer_array_add and mca_base_param*) to return the index as a pointer.

This commit was SVN r23173.
2010-05-18 20:54:11 +00:00
..
group_bitmap.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
group_dbg.h This commit fixes trac:1931. By separating out structures and defines used by 2009-06-10 14:57:28 +00:00
group_init.c Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success. 2010-05-18 20:54:11 +00:00
group_plist.c * Fix a truckload of Cisco copyrights to be the same as the rest of 2009-01-11 02:30:00 +00:00
group_set_rank.c Merging in the Sparse Groups.. 2007-08-04 00:41:26 +00:00
group_sporadic.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
group_strided.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
group.c - Fix Coverity CID 477: 2009-05-05 22:30:08 +00:00
group.h Fun typo. :-) 2009-08-20 21:23:54 +00:00
Makefile.am Revert the prior change out from the individual .h files - the problem was in the Makefile.am's, causing the make dist to fail. 2009-06-11 03:15:47 +00:00