Skip to content
Snippets Groups Projects
Commit ee69bc26 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fix for METAD multiple walkers

When using METAD with file-based multiple walkers and many processes
launched with mpirun (e.g. with gromacs -multi) replica suffix is
not added to grid file.

(see also 667da1b3)

Contributed by Marco De La Pierre
parent 0d49404f
No related branches found
No related tags found
No related merge requests found
......@@ -875,6 +875,7 @@ last_step_warn_grid(0)
if(r>0) gridfilename_="/dev/null";
gridfile_.enforceSuffix("");
}
if(mw_n_>1) gridfile_.enforceSuffix("");
gridfile_.open(gridfilename_);
}
......
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