-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Add MPIPreferences subpackage to select binary #541
Conversation
a76efed
to
bfe1753
Compare
Note that the spurious tests are passing due to JuliaLang/Pkg.jl#2920 |
@vchuravy @staticfloat: until JuliaLang/Pkg.jl#2920 makes it into a new release, is there a way to work around the problem for testing purposes? |
da60707
to
8a68c73
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I missed how the constants have been generated. It'd be good to have a reproducible way to update them, if needed.
Also, the documentation should also be updated, right?
if (m = match(r"CRAY MPICH version (\d+.\d+.\d+)", version_string)) !== nothing | ||
version = VersionNumber(m.captures[1]) | ||
end | ||
elseif startswith(version_string, "FUJITSU MPI") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, this breaks the idea of #542 😄
Is |
@JuliaRegistrator register subdir=lib/MPIPreferences |
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue. |
Co-authored-by: Mosè Giordano <[email protected]>
Based on #528 and #529.