1
1

Increment the init_count in the Slurm pmix components so they correctly respond to calls to pmix.initialized

Этот коммит содержится в:
Ralph Castain 2014-12-02 20:20:29 -08:00
родитель cb15cc06e1
Коммит d9b23c1054
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -299,6 +299,9 @@ static int s1_init(void)
/* setup any local envars we were asked to do */
mca_base_var_process_env_list(&environ);
/* increment the init count */
++pmix_init_count;
return OPAL_SUCCESS;
err_exit:

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

@ -268,6 +268,9 @@ static int s2_init(void)
/* setup any local envars we were asked to do */
mca_base_var_process_env_list(&environ);
/* increment the init count */
++pmix_init_count;
return OPAL_SUCCESS;
err_exit:
PMI2_Finalize();