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
Specifically since different openmpi versions are installed on different machines, maybe it makes sense to use specific versions using spack instead of relying on apt version of openmpi.
The text was updated successfully, but these errors were encountered:
One thing to note based on spack documentation is that it's better usually to use HPC provided mpi (see https://spack.readthedocs.io/en/latest/getting_started.html#mpi) which means binding system paths and libraries and building the image on each system separately. However that's not possible since building singularity images require sudo access which we don't have on a normal HPC environment!
Specifically since different
openmpi
versions are installed on different machines, maybe it makes sense to use specific versions usingspack
instead of relying onapt
version ofopenmpi
.The text was updated successfully, but these errors were encountered: