JuliaParallel / MPIBenchmarks.jl

MIT License
12 stars 3 forks source link

Unable to install the MPIBenchmarks.jl #3

Closed binhudakhalid closed 2 years ago

binhudakhalid commented 2 years ago

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.

image

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 image

image

giordano commented 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.

giordano commented 2 years ago

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.