-
Notifications
You must be signed in to change notification settings - Fork 16
Using the stack in a container on a parallel FS #38
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
Comments
This is now fixed with the updated script in #37 , the important point is we should not be bind mounting |
@ocaisa Do you know what the key difference is between using Should we also change this in the pilot instructions at https://eessi.github.io/docs/pilot/? |
Well, know is a strong word :P I think what is important here is that each MPI process will get a unique space for To change the docs, you'd need to be really sure, but my suspicion is that what is described in the docs is only good for serial use. |
I actually ran into the " So, I'll change it in the docs, seems more robust to me. @trz42 also ran into trouble when trying to use a different filesystem than |
More host symlinks for NSS
As part of #37 I was testing using that setup to run GROMACS. Things work fine if I don't use too many MPI tasks per node, but once I go above 4 I'm getting errors:
I suspect the alien cache right now is not enough and we also need a local cache on the node for this use case
The text was updated successfully, but these errors were encountered: