Closed binhudakhalid closed 2 years ago
Hi, thanks for trying this package out! You haven't done anything wrong, but this package at the moment requires the development version of MPI.jl
(v0.20.0), which you can install with ]add MPI#master
. This is mainly because I developed this package for testing on Fugaku (see https://github.com/giordano/julia-on-fugaku/ and the paper https://arxiv.org/abs/2207.12762), where MPI.jl
v0.20.0 is considerably easier to set up than v0.19.
I'm going to close the issue because MPI.jl v0.20 has been released, so installing this package out-of-the-box shouldn't be a problem anymore.
Hi,
I was trying to install MPIBenchmarks.jl by using Julia REPL. But getting an error, stating that the version of MPI.jl should be 0.20. And the latest version for mpi.jl is v0.19.2.
Update: I did install MPIBenchmarks.jl by changing the value in MPIBenchmarks.jl/Project.toml to MPI = "0.20, 0.19". But now getting this error