1
1

Get slurm to stay out of the way on singletons

Этот коммит содержится в:
Ralph Castain 2015-01-27 10:28:41 -05:00 коммит произвёл Ralph Castain
родитель 294ebc907a
Коммит b838df9eb8

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

@ -192,6 +192,7 @@ static int rte_init(void)
/* check and ensure pmix was initialized */
if (NULL == opal_pmix.initialized || !opal_pmix.initialized()) {
putenv("OMPI_MCA_pmix=native");
/* tell the pmix framework to allow delayed connection to a server
* in case we need one */
opal_pmix_base_allow_delayed_server = true;