Skip to content

Commit 6a5efa9

Browse files
committed
Add missing OMPI cmd line option
Need "--hetero-nodes" Signed-off-by: Ralph Castain <[email protected]>
1 parent fdbb7bd commit 6a5efa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mca/schizo/ompi/schizo_ompi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ static struct option ompioptions[] = {
121121
PMIX_OPTION_DEFINE(PRTE_CLI_FWD_SIGNALS, PMIX_ARG_REQD),
122122
PMIX_OPTION_DEFINE(PRTE_CLI_RUN_AS_ROOT, PMIX_ARG_NONE),
123123
PMIX_OPTION_DEFINE(PRTE_CLI_REPORT_CHILD_SEP, PMIX_ARG_NONE),
124+
PMIX_OPTION_DEFINE(PRTE_CLI_HETERO_NODES, PMIX_ARG_NONE),
124125

125126
/* debug options */
126127
PMIX_OPTION_DEFINE(PRTE_CLI_XTERM, PMIX_ARG_REQD),

0 commit comments

Comments
 (0)