fixed GPU particle gridding performance issue
authorBerk Hess <hess@kth.se>
Thu, 14 Feb 2013 21:27:17 +0000 (22:27 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 18 Feb 2013 21:17:15 +0000 (22:17 +0100)
commit8d6cc14646cd519f0fe4f718cece1ac00d4fa842
treebf0927093b7192e843375382bdbfddacfa2ef8da
parent6942bd5b1d57ce6c2d0c00a5c5eba2198828a96c
fixed GPU particle gridding performance issue

The scaling factor for the grid binning for the GPU pair search
was set incorrectly, which made the binning 50% slower.

Change-Id: I146592c37094a3d81a7ae50b3903fcc615e748d5
src/mdlib/nbnxn_search.c