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

Enable per-job specification of the exec agent #1194

Merged
merged 1 commit into from
Feb 5, 2022

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Feb 4, 2022

PRRTE allows the user to specify their own exec agent - i.e.,
the function to use when spawning an application process on
the compute node. In most cases, this is just NULL as we exec
the application process itself. However, in some cases users
want/need a wrapper function that will in turn exec the app.

We have always had an MCA parameter by which one could set that,
but we need to support it in DVM mode as well. So let the MCA
parameter set the default, and add a cmd line option to PRRTE
so one can override the default (whether NULL or some MCA param
setting) for a specific job.

Signed-off-by: Ralph Castain rhc@pmix.org

@rhc54
Copy link
Contributor Author

rhc54 commented Feb 4, 2022

To be merged after #1176

PRRTE allows the user to specify their own exec agent - i.e.,
the function to use when spawning an application process on
the compute node. In most cases, this is just NULL as we exec
the application process itself. However, in some cases users
want/need a wrapper function that will in turn exec the app.

We have always had an MCA parameter by which one could set that,
but we need to support it in DVM mode as well. So let the MCA
parameter set the default, and add a cmd line option to PRRTE
so one can override the default (whether NULL or some MCA param
setting) for a specific job.

Signed-off-by: Ralph Castain <rhc@pmix.org>
@rhc54 rhc54 merged commit d68a61a into openpmix:master Feb 5, 2022
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