-
Notifications
You must be signed in to change notification settings - Fork 2
MPI 4.1: add support for memory-alloc-kinds #1
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
Conversation
Probably need to add CI. At the very least github actions. |
i'll open a separate pr to add some of the upstream ci sanity checks then rebase this one. the description is a little light because its to commits. I'll fix that up. |
@hppritcha Quick sanity check looked good. Also, skimmed MPI-4.1 and do not recall how we intended to reflect valid values that can be passed here. Added complication being that |
FWIW: I found a few in one doc: |
Add a new cmd line option that corresponds to this attribute. Add the attribute to the prun payload. When received, it will default to including in the job info for the spawned job. Add query support for it. Signed-off-by: Ralph Castain <rhc@pmix.org> (cherry picked from commit 3957789)
0950dbd
to
8ee4753
Compare
Hello! The Git Commit Checker CI bot found a few problems with this PR: 8ee4753: MPI 4.1: add support for memory-alloc-kinds
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Changes will need to be made to Open MPI to parse the contents of the OMPI_MCA_mpi_memory_alloc_kinds environment variable to determine how to use the user supplied memory-alloc-kinds information. See section 11.4.3 of the MPI 4.1 standard. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
8ee4753
to
5a0a68d
Compare
MPI 4.1: add support for memory-alloc-kinds
Changes will need to be made to Open MPI to parse the contents of
the OMPI_MCA_mpi_memory_alloc_kinds environment variable to
determine how to use the user supplied memory-alloc-kinds information.
See section 11.4.3 of the MPI 4.1 standard.
Signed-off-by: Howard Pritchard howardp@lanl.gov
(cherry picked from commit c5953e1)