1
1
openmpi/opal/mca
Josh Hursey a003fa7a50 C/R fix for broken CRS component selection resulting from r18707.
Make sure that if we ask for the 'none' component (which is not a 'real' component, but a component in crs/base) then we do not fail out of the box when using tools. We check for the {{{OPAL_ERR_NOT_FOUND}}} error.

Also make sure that component_open() returns {{{OPAL_ERR_NOT_FOUND}}} when it cannot find a value instead of {{{OPAL_ERROR}}} which means something quite a bit different.

C/R is working but the tools still print the warning below everytime they are ran:
{{{
--------------------------------------------------------------------------
A requested component was not found, or was unable to be opened.  This
means that this component is either not installed or is unable to be
used on your system (e.g., sometimes this means that shared libraries
that the component requires are unable to be found/loaded).  Note that
Open MPI stopped checking at the first component that it did not find.

Host:      odin.cs.indiana.edu
Framework: crs
Component: none
--------------------------------------------------------------------------
}}}

I'll have to figure out a work around for this warning (maybe work on the {{{MCA_NULL}}} Ticket #1291).

This commit was SVN r18739.

The following SVN revision numbers were found above:
  r18707 --> open-mpi/ompi@bdaaf01d8a
2008-06-25 14:55:09 +00:00
..
backtrace From Brian B.: 2008-03-17 13:39:25 +00:00
base C/R fix for broken CRS component selection resulting from r18707. 2008-06-25 14:55:09 +00:00
carto Fix some Coverity 'Event set_but_not_used' highlights. 2008-06-06 14:38:41 +00:00
crs C/R fix for broken CRS component selection resulting from r18707. 2008-06-25 14:55:09 +00:00
installdirs - Add some type casts, required by MS compiler. 2007-09-11 09:32:11 +00:00
maffinity Fix compile problems on systems with older versions of libnuma (that 2008-06-16 17:26:42 +00:00
memchecker Fix some Coverity 'Event set_but_not_used' highlights. 2008-06-06 14:38:41 +00:00
memcpy Add ability to completely turn off MPI one-sided support, so that users 2007-08-18 21:35:51 +00:00
memory - The ptmalloc2 memory manager component is now by default built as 2008-06-13 22:32:49 +00:00
paffinity Fix the SEGV when module_get finds that no proc is binded. Also make no-intr available for processor binding. 2008-06-18 16:03:08 +00:00
timer Add timer support for Catamount 2008-06-24 22:13:34 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
mca.h Fix CIDs 458, 716, 717: ensure that strings are long enough to always 2008-06-06 00:59:08 +00:00