ess/singleton: when forking hnp, use the PMIX_NAMESPACE sent by the hnp
as the jobid
Этот коммит содержится в:
родитель
037020e448
Коммит
11ebf3ab23
@ -165,6 +165,8 @@ static int rte_init(void)
|
|||||||
/* ensure we use the isolated pmix component */
|
/* ensure we use the isolated pmix component */
|
||||||
opal_setenv (OPAL_MCA_PREFIX"pmix", "isolated", true, &environ);
|
opal_setenv (OPAL_MCA_PREFIX"pmix", "isolated", true, &environ);
|
||||||
} else {
|
} else {
|
||||||
|
/* we want to use PMIX_NAMESPACE that will be sent by the hnp as a jobid */
|
||||||
|
opal_setenv(OPAL_MCA_PREFIX"orte_launch", "1", true, &environ);
|
||||||
/* spawn our very own HNP to support us */
|
/* spawn our very own HNP to support us */
|
||||||
if (ORTE_SUCCESS != (rc = fork_hnp())) {
|
if (ORTE_SUCCESS != (rc = fork_hnp())) {
|
||||||
ORTE_ERROR_LOG(rc);
|
ORTE_ERROR_LOG(rc);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user