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 #1884

Merged
merged 6 commits into from
Dec 6, 2023
Merged

Multiple commits #1884

merged 6 commits into from
Dec 6, 2023

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Dec 6, 2023

Fix copy/paste error

Use correct variable in comparison code.

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

Remove daemonize option from prterun

Makes no sense to allow prterun to daemonize given that
it is intended to execute a single job and then terminate.
You can still run it in the background, if desired.

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

Fix the ras simulator module

Some bit rot had crept in, and we need to not check managed
allocations for non-uniformity if we aren't actually adding
hosts or hostfiles.

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

Preserve backward compatibility

For earlier versions of PMIx, we won't have access to
the pmix_getline utility - so preserve the static
versions of that function where required for those
earlier versions.

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

Check the PMIx version for min required

Need to check the PMIx version at runtime to ensure it
meets the minimum requirements. Can only do this where
supported (i.e., PMIx v4.2.7 and above).

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

Correct min version for pmix_getline util

Wasn't made globally visible until PMIx v4.2.8

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

Use correct variable in comparison code.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 6b45a6f)
Makes no sense to allow prterun to daemonize given that
it is intended to execute a single job and then terminate.
You can still run it in the background, if desired.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 9c94e2a)
Some bit rot had crept in, and we need to not check managed
allocations for non-uniformity if we aren't actually adding
hosts or hostfiles.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit e09c049)
For earlier versions of PMIx, we won't have access to
the pmix_getline utility - so preserve the static
versions of that function where required for those
earlier versions.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 951af44)
Need to check the PMIx version at runtime to ensure it
meets the minimum requirements. Can only do this where
supported (i.e., PMIx v4.2.7 and above).

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit eefd2b4)
Wasn't made globally visible until PMIx v4.2.8

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit ef54abf)
@rhc54 rhc54 merged commit b5498ec into openpmix:v3.0 Dec 6, 2023
12 checks passed
@rhc54 rhc54 deleted the cmr30/up branch December 6, 2023 19:50
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