-
Notifications
You must be signed in to change notification settings - Fork 20
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
OpenMP Default max cap #8
Comments
Hi @arthurd2, could you kindly elaborate (for me) your request little deeper although this isn't the gmx-users list.
Currently the build repo doesn't include this parameter. Thanks |
Hi @tbugfinder , |
It's technically possible to do this, but the way mdrun uses OpenMP means this approach will not perform. It might even be worse than a single core of Xeon Phi :-) Treat it like a normal CPU and run with hybrid MPI and OpenMP, with a small number of OpenMP threads per rank (e.g. 2 or 4). Also, while you have 512 hardware threads, those are not physical cores, and it is very likely that GROMACS will do best using only one or two hardware threads per physical core. |
Hi, first of all, thanks for docker image, is quite handy!
Would be possible to increase the
GMX_OPENMP_MAX_THREADS
from 64 to 512 by default?That would help a lot user with
Phi
processors.Thanks!
The text was updated successfully, but these errors were encountered: