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

Multiple commits #1841

Merged
merged 3 commits into from
Nov 16, 2023
Merged

Multiple commits #1841

merged 3 commits into from
Nov 16, 2023

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Nov 16, 2023

Error out of attempts for 32-bit builds

PRRTE doesn't support 32-bit environments - for one thing, it
would require a 32-bit PMIx, and PMIx doesn't support such
environments either. So error out of configure in such cases.

Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 3e9a91f)

Convert OMPI MCA params from legacy orte

Pickup and convert all "OMPI_MCA_orte_xxx" params
to their PRRTE equivalent. Note that some don't
have a PRRTE equivalent, so those will silently
be ignored as it would be too big a job to try
and detect and warn for them.

Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit c3c6a96)

Fix display of DVM allocation

Delay processing of PRRTE params until after the
selected schizo component gets a chance to translate
params (e.g., from OMPI to PRRTE). Ensure we detect
the "--display alloc" request and honor it for the
DVM itself.

Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 0bae0b4)

PRRTE doesn't support 32-bit environments - for one thing, it
would require a 32-bit PMIx, and PMIx doesn't support such
environments either. So error out of configure in such cases.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 3e9a91f)
Pickup and convert all "OMPI_MCA_orte_xxx" params
to their PRRTE equivalent. Note that some don't
have a PRRTE equivalent, so those will silently
be ignored as it would be too big a job to try
and detect and warn for them.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit c3c6a96)
Delay processing of PRRTE params until after the
selected schizo component gets a chance to translate
params (e.g., from OMPI to PRRTE). Ensure we detect
the "--display alloc" request and honor it for the
DVM itself.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 0bae0b4)
@rhc54 rhc54 merged commit 4261e07 into openpmix:v3.0 Nov 16, 2023
12 checks passed
@rhc54 rhc54 deleted the cmr30/convert branch November 16, 2023 20:09
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