Skip to content

Commit

Permalink
cmd/flux-start: drop annoying warning
Browse files Browse the repository at this point in the history
Problem: flux start --size=N where N>1 warns unhelpfully:
"warning: setting --bootstrap=selfpmi due to --size option".

Drop the warning message.
  • Loading branch information
garlick committed Dec 14, 2019
1 parent 8e0fc6c commit 602aa4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/flux-start.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ int main (int argc, char *argv[])
if (bootstrap != BOOTSTRAP_SELFPMI) {
if (!optparse_hasopt (ctx.opts, "bootstrap")) {
bootstrap = BOOTSTRAP_SELFPMI;
log_msg("warning: setting --bootstrap=selfpmi due to --size option");
} else {
log_errn_exit(EINVAL, "--size can only be used with --bootstrap=selfpmi");
}
Expand Down

0 comments on commit 602aa4f

Please sign in to comment.