-
Notifications
You must be signed in to change notification settings - Fork 11
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
mixed solvents are only support with Gromacs 2018 and higher versions #111
Comments
Current version supports GROMACS with version >2018, but doesn't support lower versions. |
that's ok, we just have to document it and fail when we detect unsupported gmx |
Is this why our Gromacs 4.6.5 tests fail? |
yes |
WIll mark the failing mixed solvent tests with XFAIL for 4.6.5 |
2018 also works, as see in the tests for #159 |
It's not worth our time to make this work for 4.6.5 (and 5?) — I am closing with a won't fix. The XFAIL test references this issue. |
Based on the tests on our local workstation, Gromacs with version 2018.6 or higher support mixed molecule solvent. And the solvation process in MDPOW which modifies the topology file would make the
top
file mismatch thegro
file generated after solvation.Maybe we can use Gromacs preprocessor directives in the file and define a variable
MDPOWPREGMX2019
(As discussed in PR #103 )And then add to to the MDP file:
The text was updated successfully, but these errors were encountered: