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 fdbb7bd commit 6a5efa9Copy full SHA for 6a5efa9
src/mca/schizo/ompi/schizo_ompi.c
@@ -121,6 +121,7 @@ static struct option ompioptions[] = {
121
PMIX_OPTION_DEFINE(PRTE_CLI_FWD_SIGNALS, PMIX_ARG_REQD),
122
PMIX_OPTION_DEFINE(PRTE_CLI_RUN_AS_ROOT, PMIX_ARG_NONE),
123
PMIX_OPTION_DEFINE(PRTE_CLI_REPORT_CHILD_SEP, PMIX_ARG_NONE),
124
+ PMIX_OPTION_DEFINE(PRTE_CLI_HETERO_NODES, PMIX_ARG_NONE),
125
126
/* debug options */
127
PMIX_OPTION_DEFINE(PRTE_CLI_XTERM, PMIX_ARG_REQD),
0 commit comments