1
1
This commit was SVN r21714.
Этот коммит содержится в:
Ralph Castain 2009-07-19 17:56:19 +00:00
родитель 43d532cfd3
Коммит 1a5a591424
2 изменённых файлов: 3 добавлений и 7 удалений

Просмотреть файл

@ -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);