-
Notifications
You must be signed in to change notification settings - Fork 17
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
Case sensitive modules #61
Comments
kain88-de
added a commit
that referenced
this issue
May 16, 2018
kain88-de
added a commit
that referenced
this issue
May 16, 2018
detect_md_engine is now case insensitive fixes #61
kain88-de
added a commit
that referenced
this issue
May 16, 2018
detect_md_engine is now case insensitive fixes #61
Thanks for notifying us. A fix should be in the master branch soon. |
kain88-de
added a commit
that referenced
this issue
May 16, 2018
detect_md_engine is now case insensitive fixes #61
@brisvag Version 1.3.1 has fixed this and it's out now on PyPi and conda-forge! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to generate the benchmark for GROMACS, I get the following error:
ERROR There is currently no support for 'GROMACS'. Supported MD engines are: gromacs, namd.
I suspect the problem is simply the fact that on this specific cluster the gromacs modules are in capitals:
e.g.
GROMACS/2016.1-foss-2016a-CUDA-7.5.18-avx2-hybrid
instead of the (likely) expectedgromacs/2016.1-foss-2016a-CUDA-7.5.18-avx2-hybrid
.mdbenchmark version 1.3.0
The text was updated successfully, but these errors were encountered: