1
1
openmpi/opal
Jeff Squyres 86f747c627 mca_base_var: use ERR_NOT_FOUND when var is inactive
After discussion with Nathan, change the ERR_VALUE_OUT_OF_BOUNDS to be
ERR_NOT_FOUND, for two reasons:

1. It's consistent with other uses of ERR_NOT_FOUND in the code.
1. In this case, we could have just looked up a variable that is
   basically a "hole" -- e.g., var indexes 0, 1, 2 are valid, and 4,
   5, and 5 are valid, but 3 is invalid (e.g., 3 was de-registered --
   remember that MPI_T explicitly does not allow re-using indexes).
   So returning ERR_OUT_OF_BOUNDS seems weird -- returning
   ERR_NOT_FOUND seems a bit more natural.

cmr=v1.8.2:ticket=trac:4587

This commit was SVN r32158.

The following Trac tickets were found above:
  Ticket 4587 --> https://svn.open-mpi.org/trac/ompi/ticket/4587
2014-07-08 20:00:18 +00:00
..
asm Per RFC, another round in the renaming game - nearly complete 2014-05-07 03:01:47 +00:00
class Remove unused vars and actually test the indexed array member in the bitmap class 2014-06-14 03:18:24 +00:00
datatype Correctly deal with partially converted datatypes both 2014-05-29 21:53:44 +00:00
dss Add support for "double" to the DSS 2014-07-07 13:51:58 +00:00
etc Backing out the Open SHMEM project 2013-02-12 17:45:27 +00:00
include atomic_impl.h: fix trivial typos in comments 2014-05-21 17:18:18 +00:00
mca mca_base_var: use ERR_NOT_FOUND when var is inactive 2014-07-08 20:00:18 +00:00
memoryhooks Fix typo - thanks to Michael Schlottke for pointing it out 2013-08-11 18:16:21 +00:00
runtime Ensure that the progress thread tracker properly cleans up the blocking event, if set. Also, use the blocking event to help wake up the progress thread for quick shutdown as some threads can be blocked in a long-running call to select. 2014-07-04 14:55:51 +00:00
threads The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees. 2014-05-08 02:01:35 +00:00
tools Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +00:00
util opal: fix leaks 2014-05-15 15:59:41 +00:00
win32 Remove all remaining vestiges of the Windows integration 2013-02-28 17:31:47 +00:00
Makefile.am Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +00:00
win_makefile Move all win32 related files in opal, and modify all the Makefiles.am to 2005-12-08 06:17:15 +00:00