9e840fbe14
the program it try to spawn is missing. Description of the problem: When the rsh pls try to spawn a local process which is missing (such as a removed orted) the orterun deadlock. Description of the fix: The forked child deal with finding the program to be executed. If it fails to find it, then instead of calling exit (as a normal forked program is expected to do) it continue the execution using a execution path it was never expected to use (back in orterun and then main). Bad things happens as expected. Forcing the child to use exit when it fails to find the orted (and forcing the child to use exit everywhere instead of return) correct the logic of the rsh pls and make it behave as expected. This commit was SVN r14377. |
||
---|---|---|
.. | ||
class | ||
dss | ||
etc | ||
include | ||
mca | ||
runtime | ||
test | ||
tools | ||
util | ||
Doxyfile | ||
Makefile.am |