Skip to content
Snippets Groups Projects
Commit 40b95197 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

gromacs 5.1.2 patch:

fix a problem when md.log was appended
plumed was trying to write on it after
md.log was already closed
parent 956a1c70
No related branches found
No related tags found
No related merge requests found
......@@ -575,12 +575,6 @@ int gmx_mdrun(int argc, char *argv[])
nmultisim, repl_ex_nst, repl_ex_nex, repl_ex_seed,
pforce, cpt_period, max_hours, imdport, Flags);
/* PLUMED */
if(plumedswitch){
plumed_finalize(plumedmain);
}
/* END PLUMED */
/* Log file has to be closed in mdrunner if we are appending to it
(fplog not set here) */
if (MASTER(cr) && !bDoAppendFiles)
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment