Skip to content

Commit 035b4bf

Browse files
ggouaillardetRalph Castain
authored andcommitted
ess/singleton: push all PMIX_* environment variables, regardless how many there are
(cherry picked from commit 93e7384)
1 parent a9227f6 commit 035b4bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

orte/mca/ess/singleton/ess_singleton_module.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,6 @@ static int fork_hnp(void)
617617
/* split the pmix_uri into its parts */
618618
argv = opal_argv_split(cptr, ',');
619619
count = opal_argv_count(argv);
620-
if (4 > count) {
621-
opal_argv_free(argv);
622-
return ORTE_ERR_BAD_PARAM;
623-
}
624620
/* push each piece into the environment */
625621
for (i=0; i < count; i++) {
626622
pmixenvars[i] = strdup(argv[i]);

0 commit comments

Comments
 (0)