forked from paboyle/Grid
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add documentation about --shm
error
#31
Comments
PS: The said error message was
|
what was the global volume of the lattice? (the --grid command) |
It was
|
Discussed with Alessandro on Friday: We should open a corresponding issue on Peter's repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The resolution of my
--shm
error was that I was parallelising the wrong axes, i.e., I was doing--mpi=1.1.2.2
instead of--mpi=2.2.1.1
. While that seems stupid in hindsight, I somehow still thought that this could be a good idea at that time. So, I feel that we should guard against others running into this by, e.g., adding something to the documentation or README or tracking down the error message and adding a hint that it might be a problem of parallelisation.The text was updated successfully, but these errors were encountered: