1
1

ess/singleton: push all PMIX_* environment variables, regardless how many there are

Этот коммит содержится в:
Gilles Gouaillardet 2016-08-23 09:46:55 +09:00
родитель a1e8e58a8a
Коммит 93e73841f9

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

@ -635,10 +635,6 @@ static int fork_hnp(void)
/* split the pmix_uri into its parts */
argv = opal_argv_split(cptr, ',');
count = opal_argv_count(argv);
if (4 > count) {
opal_argv_free(argv);
return ORTE_ERR_BAD_PARAM;
}
/* push each piece into the environment */
for (i=0; i < count; i++) {
pmixenvars[i] = strdup(argv[i]);