You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using JLLPrefixes
prefix = expanduser("~/yggdrasil")
artifact_paths = collect_artifact_paths(["GDAL_jll"])
deploy_artifact_paths(prefix, artifact_paths)
This installed several (at least 3) MPI implementations – MPICH, MPItrampoline, and OpenMPI. They were all installed on top of each other with warnings (e.g.
┌ Warning: File mpi.h from /home/eschnetter/.julia/artifacts/6f1138d9f7bcc8575ac98bb3ccbc47505c718c80/include already exists in /home/eschnetter/yggdrasil
└ @ JLLPrefixes ~/.julia/packages/JLLPrefixes/oA8gv/src/deployment.jl:136
┌ Warning: File mpif.h from /home/eschnetter/.julia/artifacts/6f1138d9f7bcc8575ac98bb3ccbc47505c718c80/include already exists in /home/eschnetter/yggdrasil
└ @ JLLPrefixes ~/.julia/packages/JLLPrefixes/oA8gv/src/deployment.jl:136
┌ Warning: File libmpi.so from /home/eschnetter/.julia/artifacts/6f1138d9f7bcc8575ac98bb3ccbc47505c718c80/lib already exists in /home/eschnetter/yggdrasil
└ @ JLLPrefixes ~/.julia/packages/JLLPrefixes/oA8gv/src/deployment.jl:136
).
Is there a way to choose which MPI implementation is installed? When building a package I would choose e.g. hdf5-mpi+mpich or similar.
The text was updated successfully, but these errors were encountered:
I installed
GDAL
, i.e. I ranThis installed several (at least 3) MPI implementations – MPICH, MPItrampoline, and OpenMPI. They were all installed on top of each other with warnings (e.g.
).
Is there a way to choose which MPI implementation is installed? When building a package I would choose e.g.
hdf5-mpi+mpich
or similar.The text was updated successfully, but these errors were encountered: