8c93ebffeb
The function int orte_snapc_base_select(bool seed, bool app); wants to know if it called by an application or not. Therefore it expects as second paremeter 'bool app'. It used to be '!ORTE_PROC_IS_DAEMON' which is not always correct if it is a tool or a HNP. This patch changes it to ORTE_PROC_IS_APP, which has the correct information if it is an application. This commit was SVN r30404. |
||
---|---|---|
.. | ||
etc | ||
include | ||
mca | ||
orted | ||
runtime | ||
test | ||
tools | ||
util | ||
Doxyfile | ||
Makefile.am |