You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, maxwarn option can be set up only for FEP (see #113). We need that user can change it in all steps (via the runinput.yml file), so this option should also be implemented in EM, MD_relaxed and MD_NPT.
Right now, with Gromacs 2020.3, the EM in octanol is blocked because of a warning:
WARNING 1 [file system.top, line 29]:
The following macros were defined in the 'define' mdp field with the -D
prefix, but were not used in the topology:
FLEXIBLE
...
Fatal error:
Too many warnings (1).
If you are sure all warnings are harmless, use the -maxwarn option.
The text was updated successfully, but these errors were encountered:
Can we rewrite the MDPOW code to edit the MDP file when using octanol? Arguably the cleaner approach is to not include -DFLEXIBLE and remove it from the template file when we are setting up the octanol EM.
Raise an issue in GW to allow passing the maxwarn flag in the EM function.
Currently, maxwarn option can be set up only for FEP (see #113). We need that user can change it in all steps (via the
runinput.yml
file), so this option should also be implemented in EM, MD_relaxed and MD_NPT.Right now, with Gromacs 2020.3, the EM in octanol is blocked because of a warning:
The text was updated successfully, but these errors were encountered: