Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate out the runtime controls options #1468

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Aug 24, 2022

We have been overloading the --map-by directive with runtime
controls such as do-not-launch. This creates confusion as both
developers and users lose track of what is shown to the user
in help and other cmd line operations vs what PRRTE internally
accepts.

Reduce the confusion by making runtime options a first class
citizen. Define a new --runtime-options <args> cmd line
option that takes a comma-delimited list of directives. Update
the help files to match.

Refs open-mpi/ompi#10698
Signed-off-by: Ralph Castain rhc@pmix.org

We have been overloading the `--map-by` directive with runtime
controls such as do-not-launch. This creates confusion as both
developers and users lose track of what is shown to the user
in help and other cmd line operations vs what PRRTE internally
accepts.

Reduce the confusion by making runtime options a first class
citizen. Define a new `--runtime-options <args>` cmd line
option that takes a comma-delimited list of directives. Update
the help files to match.

Signed-off-by: Ralph Castain <rhc@pmix.org>
@rhc54 rhc54 mentioned this pull request Aug 24, 2022
14 tasks
@rhc54 rhc54 merged commit ca66c1e into openpmix:master Aug 24, 2022
@rhc54 rhc54 deleted the topic/ctrls branch August 24, 2022 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant