Skip to content

Commit

Permalink
ess/singleton: push all PMIX_* environment variables, regardless how …
Browse files Browse the repository at this point in the history
…many there are
  • Loading branch information
ggouaillardet committed Aug 23, 2016
1 parent a1e8e58 commit 93e7384
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions orte/mca/ess/singleton/ess_singleton_module.c
Expand Up @@ -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]);
Expand Down

0 comments on commit 93e7384

Please sign in to comment.