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;
}
/* although only the HNP and orteds open/select the PLM, everyone
* else has access to the PLM env proxy.
* 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
/* non-daemon/HNP apps can only have the default proxy PLM
* module open - provide a chance for it to initialize
*/
if (ORTE_SUCCESS != (ret = orte_plm.init())) {
ORTE_ERROR_LOG(ret);

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

@ -136,8 +136,7 @@ static int rte_init(void)
/* Since we are the HNP, then responsibility for
* defining the name falls to the PLM component for our
* respective environment - hence, we have to open the PLM
* first and select that component. Note that ONLY the
* HNP ever uses a PLM component anyway
* first and select that component.
*/
if (ORTE_SUCCESS != (ret = orte_plm_base_open())) {
ORTE_ERROR_LOG(ret);