improved load balancing with Verlet cut-off scheme
authorBerk Hess <hess@kth.se>
Fri, 12 Apr 2013 12:47:34 +0000 (14:47 +0200)
committerBerk Hess <hess@kth.se>
Fri, 12 Apr 2013 12:50:43 +0000 (14:50 +0200)
commit1a7f06f6a9d7b755ab3aaa7d66056786f5e6a9e0
tree950a58cff1256e72ef1c6f7a44a85717a3ece359
parent245f5739f8ae29405566f5df526a63692dfecff3
improved load balancing with Verlet cut-off scheme

With the Verlet scheme the force calculation order is now like group:
non-bonded, bonded, PME
The non-bonded were done after PME, which prevented load balancing,
unless separate PME nodes were used.

Change-Id: I81588ac810ce7c022bd6809f29a19c41ba13449f
src/mdlib/sim_util.c