Domain decomposition now checks the rlist buffer
authorBerk Hess <hess@kth.se>
Mon, 29 Sep 2014 09:39:43 +0000 (11:39 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 29 Sep 2014 21:43:26 +0000 (23:43 +0200)
commit971191d82b4868f520baf3ff77d0c7f09143d2bd
tree9fc7e23196fd0fec0e482f674e1efeb5312ceea3
parent19e9ef9bbda95244178acf2be5670114b63b9c1e
Domain decomposition now checks the rlist buffer

When a large pair-list buffer, which will appear with large nstlist,
atoms are allowed to displace the buffer size, i.e. a lot, in nstlist
steps. The limit this puts on the DD cell size is now checked.
Also updated cg_move_error, which now no longer prints the old atom
coordinates with the Verlet scheme, where the "old" coordinates are
actually the new ones.
Fixes #1607.

Change-Id: I784afa5ee620b51f555f4d1107f38cbbae2c55d1
src/gromacs/mdlib/domdec.c