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

Merge branch 'v2.1' into v2.2

[makedoc]
parents a70ab597 7a85556d
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,8 @@ For users:
- Fixed erroneously reported message about MPI at the end of ./configure.
- Changed warning message about undocumented components.
- PLUMED now says in the log file if it was compiled from a dirty git repository.
- Fixed a problem leading to rare random crashes when using \ref METAD with WALKERS_MPI and multiple
processors per replica.
*/
......@@ -665,6 +665,9 @@ last_step_warn_grid(0)
}
}
comm.Barrier();
if(comm.Get_rank()==0) multi_sim_comm.Barrier();
// open hills file for writing
hillsOfile_.link(*this);
if(walkers_mpi){
......
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