We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e8e58 commit 93e7384Copy full SHA for 93e7384
orte/mca/ess/singleton/ess_singleton_module.c
@@ -635,10 +635,6 @@ static int fork_hnp(void)
635
/* split the pmix_uri into its parts */
636
argv = opal_argv_split(cptr, ',');
637
count = opal_argv_count(argv);
638
- if (4 > count) {
639
- opal_argv_free(argv);
640
- return ORTE_ERR_BAD_PARAM;
641
- }
642
/* push each piece into the environment */
643
for (i=0; i < count; i++) {
644
pmixenvars[i] = strdup(argv[i]);
0 commit comments