-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install MPI.jl on HPC #505
Comments
But using
what is then the difference between |
Is
? |
I can load the library via
|
Hmm. Something isn't set up correctly. What's in the file at |
i got:
this lengthly paths come from the installation via |
|
Seems to work:
|
Hey that works now !
thanks you for the help ! |
no problem! |
Hi
I tried to install MPI.jl on our cluster following the documenation.
I export all necessary Environment variables to let the MPI.jl know it should use the pre-installed
system
library.
then i used julia to install MPI.jl doingulia --project -e 'ENV["JULIA_MPI_BINARY"]="system"; using Pkg; Pkg.build("MPI"; verbose=true)'
Building MPI →
/lustre/rz/dbertini/julia/1.6.2_packages/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/e4549a5ced642a73bd8ba2dd1d3b1d30b3530d94/build.log
[ Info: using system MPI ] 0/1
ERROR: LoadError: libmpi could not be found
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] top-level scope
@ /lustre/rz/dbertini/julia/1.6.2_packages/packages/MPI/2iRWa/deps/build.jl:76
[3] include(fname::String)
@ Base.MainInclude ./client.jl:444
[4] top-level scope
@ none:5
in expression starting at /lustre/rz/dbertini/julia/1.6.2_packages/packages/MPI/2iRWa/deps/build.jl:64
ERROR: Error building
MPI
:mpiexec -n 2 julia test_mpi.jl
┌ Warning: You appear to have run julia under a different
mpiexec
than the one used by MPI.jl.│ See the documentation for details.
└ @ MPI /lustre/rz/dbertini/julia/1.6.2_packages/packages/MPI/2iRWa/src/environment.jl:38
┌ Warning: You appear to have run julia under a different
mpiexec
than the one used by MPI.jl.│ See the documentation for details.
└ @ MPI /lustre/rz/dbertini/julia/1.6.2_packages/packages/MPI/2iRWa/src/environment.jl:38
Hello world, I am rank 0 of 1
Hello world, I am rank 0 of 1
The text was updated successfully, but these errors were encountered: