-
Notifications
You must be signed in to change notification settings - Fork 50
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
Testing overriding of the MPI in EESSI #121
Comments
I've tested this with other OpenMPI from EESSI, and it worked out of the box when using another MPI built on top of the same Gentoo Prefix. When trying to use MPI from a different prefix layer, I also had to add
When using an injected OpenMPI, if it is rpath-ed you should have no problems. If it is not, then the I tried to get this to work together with Singularity but have not had success yet, advice on how to do this is welcome! |
I also used MPI directly from the host (OpenMPI 3 which is ABI compatible with 4), this also worked but there were a few warnings (that can be suppressed with |
On CentOS 7, my directories that made this work looked like:
Both of these tests had rpath-ed OpenMPI builds, without RPATH you would need to add additional libraries ( |
I also tried something similar to this to test overriding MPI on AWS Skylake with EFA (using
The problem is that Job script for latency/bandwidth
Job script for GROMACS test
|
Regarding |
I've been doing some successful testing of #116 and I'd like others to also give it a try. For minimal testing you just need set up the override directory:
The actual test you can run is then (e.g.):
The text was updated successfully, but these errors were encountered: