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
giordano
left a comment
There was a problem hiding this comment.
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") |
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 <giordano@users.noreply.github.com>
Based on #528 and #529.