1
1
openmpi/opal
Ralph Castain 0140ff048d Now that we have an "isolated" PLM component, we cannot just let rsh silently decline to run when it cannot find a launch agent - if we do, then we will -always- run on the local node. So if the user specifies a launch agent and we can't find it, then generate a pretty error message, report a fatal error back to the component select, and exit out.
This required modifying the mca_component_select function to actually check the return code on a component query - it was blissfully ignoring it.

Also do a little cleanup to avoid bombarding the user with multiple error messages.

Thanks to Patrick Begou for reporting the problem
2015-09-24 07:16:48 -07:00
..
asm opal/asm: remove alpha support 2015-08-18 09:11:38 -06:00
class Merge pull request #517 from hjelmn/class_fix 2015-08-31 12:13:58 -07:00
datatype bool: use SIZEOF__BOOL, not SIZEOF_BOOL 2015-07-02 07:32:02 -07:00
dss Fix the no-disconnect test by resolving a segfault on free - opal_dss.unload will return the remaining unpacked portion of a buffer. As such, it cannot return the pointer to that info as it might be partway inside of a malloc'd region. So copy the data out of the buffer. 2015-09-11 13:01:35 -07:00
errhandler Add an opal/errhandler so opal-level errors can be up-leveled 2015-07-11 07:09:11 -07:00
etc Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
include Integrate PMIx 1.0 with OMPI. 2015-08-29 16:04:10 -07:00
mca Now that we have an "isolated" PLM component, we cannot just let rsh silently decline to run when it cannot find a launch agent - if we do, then we will -always- run on the local node. So if the user specifies a launch agent and we can't find it, then generate a pretty error message, report a fatal error back to the component select, and exit out. 2015-09-24 07:16:48 -07:00
memoryhooks Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
runtime opal_progress_threads: fix double RELEASE 2015-08-12 05:11:40 -07:00
threads Merge pull request #824 from hjelmn/opal_mutex_mod 2015-08-31 12:08:25 -07:00
tools more c99 updates 2015-06-25 10:14:13 -06:00
util ompi/proc: add proc hash table for ompi_proc_t objects 2015-09-10 08:55:54 -06:00
win32 more c99 updates 2015-06-25 10:14:13 -06:00
Makefile.am Add an opal/errhandler so opal-level errors can be up-leveled 2015-07-11 07:09:11 -07:00
win_makefile Purge whitespace from the repo 2015-06-23 20:59:57 -07:00