Skip to content

Commit

Permalink
Parallelized metadynamics
Browse files Browse the repository at this point in the history
Sum over past hills and addition of a potential on a grid are now
parallelized
  • Loading branch information
GiovanniBussi committed Dec 4, 2012
1 parent d3f645a commit 1f6fa1d
Show file tree
Hide file tree
Showing 15 changed files with 2,323 additions and 7 deletions.
6 changes: 6 additions & 0 deletions regtest/rt10-mpi/COLVAR.reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! FIELDS time mu1 vol md.bias
0.000000 1.163 127.933 0.000
0.050000 1.131 127.933 0.950
0.100000 1.098 127.933 1.759
0.150000 1.080 127.933 2.578
0.200000 1.087 127.933 3.651
7 changes: 7 additions & 0 deletions regtest/rt10-mpi/HILLS.reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#! FIELDS time mu1 vol sigma_mu1 sigma_vol height biasf
#! SET multivariate false
0 1.162646040831079 127.932640011072 0.1 0.2 1 1
0.05 1.130546273059004 127.932640011072 0.1 0.2 1 1
0.1 1.097928292824707 127.932640011072 0.1 0.2 1 1
0.15 1.080244153391634 127.932640011072 0.1 0.2 1 1
0.2 1.086854650075657 127.932640011072 0.1 0.2 1 1
13 changes: 13 additions & 0 deletions regtest/rt10-mpi/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

test:
../scripts/run

reset:
../scripts/reset

clean:
rm -fr tmp/ report.txt

valgrind:
../scripts/run --valgrind

6 changes: 6 additions & 0 deletions regtest/rt10-mpi/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mpiprocs=2
type=driver
# this is to test a different name
arg="--plumed plumed.dat --trajectory-stride 10 --timestep 0.005 --ixyz trajectory.xyz --dump-forces forces --dump-forces-fmt=%10.6f
--box 5.0388,5.0388,5.0388"
extra_files="../trajectories/trajectory.xyz"
Loading

0 comments on commit 1f6fa1d

Please sign in to comment.