We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0af26e4 + efb46eb commit 19a39ceCopy full SHA for 19a39ce
src/implementations.jl
@@ -102,8 +102,6 @@ function versioninfo(io::IO=stdout)
102
println(io, " MPICH_jll: ", PkgVersion.Version(API.MPICH_jll))
103
elseif MPIPreferences.binary == "OpenMPI_jll"
104
println(io, " OpenMPI_jll: ", PkgVersion.Version(API.OpenMPI_jll))
105
- elseif MPIPreferences.binary == "OpenMPI_jll"
106
- println(io, " OpenMPI_jll: ", PkgVersion.Version(API.OpenMPI_jll))
107
elseif MPIPreferences.binary == "MicrosoftMPI_jll"
108
println(io, " MicrosoftMPI_jll: ", PkgVersion.Version(API.MicrosoftMPI_jll))
109
elseif MPIPreferences.binary == "MPItrampoline_jll"
0 commit comments