1
1

Merge pull request #1409 from rhc54/topic/singleton

Provide an option to allow isolated singletons
Этот коммит содержится в:
rhc54 2016-02-25 15:36:43 -06:00
родитель dbe93b0b19 cdb494566d
Коммит 6ae75f007a

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

@ -158,7 +158,7 @@ static int rte_init(void)
} else if (NULL != getenv("SINGULARITY_CONTAINER")) {
/* mark that we are in a container */
opal_setenv("OPAL_PROC_CONTAINER", "1", true, &environ);
} else {
} else if (NULL != getenv("OPAL_ISOLATED")) {
/* spawn our very own HNP to support us */
if (ORTE_SUCCESS != (rc = fork_hnp())) {
ORTE_ERROR_LOG(rc);