Removed f_novirsum reduction in Verlet scheme
authorBerk Hess <hess@kth.se>
Wed, 15 Oct 2014 11:24:14 +0000 (13:24 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 20 Oct 2014 01:33:33 +0000 (03:33 +0200)
commitbf6deb354f6592e936ac137bb322c6ca6683eb38
tree0382e32b7ee884de3938aef311dbdd425721eaa4
parentd221cf330fa443aa0d6749725bdf3b45b256a519
Removed f_novirsum reduction in Verlet scheme

There is a reduction over MPI ranks (dd_move_f) for fr->f_novirsum
for the exclusion correction of PME, which should not contribute
to the virial. But with the Verlet scheme this is unnecessary,
since the exclusions fully are handled in the non-bonded kernels.

Change-Id: I65b3dc90cf01de7b33e955074dfa32bd1940f781
src/gromacs/mdlib/sim_util.c