Clarify some comments
This commit was SVN r21714.
Этот коммит содержится в:
родитель
43d532cfd3
Коммит
1a5a591424
@ -100,11 +100,8 @@ int orte_ess_base_app_setup(void)
|
|||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* although only the HNP and orteds open/select the PLM, everyone
|
/* non-daemon/HNP apps can only have the default proxy PLM
|
||||||
* else has access to the PLM env proxy.
|
* module open - provide a chance for it to initialize
|
||||||
* We now provide a chance for the PLM
|
|
||||||
* to perform any module-specific init functions - non-HNP/orted
|
|
||||||
* procs will simply perform the PLM proxy init
|
|
||||||
*/
|
*/
|
||||||
if (ORTE_SUCCESS != (ret = orte_plm.init())) {
|
if (ORTE_SUCCESS != (ret = orte_plm.init())) {
|
||||||
ORTE_ERROR_LOG(ret);
|
ORTE_ERROR_LOG(ret);
|
||||||
|
@ -136,8 +136,7 @@ static int rte_init(void)
|
|||||||
/* Since we are the HNP, then responsibility for
|
/* Since we are the HNP, then responsibility for
|
||||||
* defining the name falls to the PLM component for our
|
* defining the name falls to the PLM component for our
|
||||||
* respective environment - hence, we have to open the PLM
|
* respective environment - hence, we have to open the PLM
|
||||||
* first and select that component. Note that ONLY the
|
* first and select that component.
|
||||||
* HNP ever uses a PLM component anyway
|
|
||||||
*/
|
*/
|
||||||
if (ORTE_SUCCESS != (ret = orte_plm_base_open())) {
|
if (ORTE_SUCCESS != (ret = orte_plm_base_open())) {
|
||||||
ORTE_ERROR_LOG(ret);
|
ORTE_ERROR_LOG(ret);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user