Skip to content
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 user-defined maxwarn options to all steps (EM, MD_relaxed, MD_NPT) #116

Open
iorga opened this issue Jul 20, 2020 · 2 comments
Open

Comments

@iorga
Copy link
Collaborator

iorga commented Jul 20, 2020

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.

@VOD555
Copy link
Contributor

VOD555 commented May 17, 2021

MD_relaxed and MD_NPT now support maxwarn innput.
Current EM cannot support maxwarn as the EM function in gromacswrapper doesn't have this input.

@orbeckst
Copy link
Member

orbeckst commented Jul 22, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants