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 a9227f6 commit 035b4bfCopy full SHA for 035b4bf
orte/mca/ess/singleton/ess_singleton_module.c
@@ -617,10 +617,6 @@ static int fork_hnp(void)
617
/* split the pmix_uri into its parts */
618
argv = opal_argv_split(cptr, ',');
619
count = opal_argv_count(argv);
620
- if (4 > count) {
621
- opal_argv_free(argv);
622
- return ORTE_ERR_BAD_PARAM;
623
- }
624
/* push each piece into the environment */
625
for (i=0; i < count; i++) {
626
pmixenvars[i] = strdup(argv[i]);
0 commit comments