Skip to content

Commit 93e7384

Browse files
committed
ess/singleton: push all PMIX_* environment variables, regardless how many there are
1 parent a1e8e58 commit 93e7384

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
@@ -635,10 +635,6 @@ static int fork_hnp(void)
635635
/* split the pmix_uri into its parts */
636636
argv = opal_argv_split(cptr, ',');
637637
count = opal_argv_count(argv);
638-
if (4 > count) {
639-
opal_argv_free(argv);
640-
return ORTE_ERR_BAD_PARAM;
641-
}
642638
/* push each piece into the environment */
643639
for (i=0; i < count; i++) {
644640
pmixenvars[i] = strdup(argv[i]);

0 commit comments

Comments
 (0)