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

Merged
merged 4 commits into from
Oct 4, 2023
Merged

Multiple commits #1826

merged 4 commits into from
Oct 4, 2023

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Oct 4, 2023

docs: document minimum PMIx version needed

This value is already in VERSIONS and is propagated to the RST docs
through conf.py; just add some verbiage to show that value to the
user.

Signed-off-by: Jeff Squyres jeff@squyres.com
(cherry picked from commit 7bffaf7)

prte_setup_pmix.m4: use PMIx min version from VERSION

Dynamically get the minimum required PMIx version from the VERSION
file (vs. having the version number hard-coded).

Signed-off-by: Jeff Squyres jeff@squyres.com
(cherry picked from commit 49985e8)

Make checking min versions consistent

We have three dependent libraries we care about, and
minimum version requirements on all of them. Let's
connect them all to the min values in the VERSION file
and "standardize" the check configure code to make it
easier to understand and maintain.

Also, since we require a min HWLOC version of 1.11, there
is no longer a need to check for at least 1.8 so we know
we have hwloc_topology_dup.

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

Update CPPFLAGS for HWLOC config tests

Ensure the tests can find the include file

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

jsquyres and others added 4 commits October 4, 2023 09:23
This value is already in VERSIONS and is propagated to the RST docs
through conf.py; just add some verbiage to show that value to the
user.

Signed-off-by: Jeff Squyres <jeff@squyres.com>
(cherry picked from commit 7bffaf7)
Dynamically get the minimum required PMIx version from the VERSION
file (vs. having the version number hard-coded).

Signed-off-by: Jeff Squyres <jeff@squyres.com>
(cherry picked from commit 49985e8)
We have three dependent libraries we care about, and
minimum version requirements on all of them. Let's
connect them all to the min values in the VERSION file
and "standardize" the check configure code to make it
easier to understand and maintain.

Also, since we require a min HWLOC version of 1.11, there
is no longer a need to check for at least 1.8 so we know
we have hwloc_topology_dup.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 511e333)
Ensure the tests can find the include file

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 2649584)
@rhc54 rhc54 merged commit bb40850 into openpmix:v3.0 Oct 4, 2023
12 checks passed
@rhc54 rhc54 deleted the cmr30/up branch October 4, 2023 15:58
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.

2 participants