Skip to content

Commit

Permalink
Detect MVAPICH 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Keluaa authored and giordano committed Feb 5, 2024
1 parent 694ea8f commit 0c123f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MPIPreferences/src/MPIPreferences.jl
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ function identify_implementation_version_abi(version_string::AbstractString)
end
end

elseif startswith(version_string, "MVAPICH2")
elseif startswith(version_string, "MVAPICH")
impl = "MVAPICH"
# "MVAPICH2 Version :\t%s\n")
if (m = match(r"^MVAPICH2? Version\s*:\t(\S*)\n", version_string)) !== nothing
Expand Down

0 comments on commit 0c123f8

Please sign in to comment.