Move end of step GPU task launches to a function
authorSzilárd Páll <pall.szilard@gmail.com>
Fri, 26 Jul 2019 17:35:56 +0000 (19:35 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 31 Jul 2019 06:30:18 +0000 (08:30 +0200)
commit5dfd69b60642f53efb823dfc23fd6af257e756b0
tree52586528694368fd172ec4863e31498b8b7d3820
parent4bc49ca2f97446bfe1f2d0d0af7160a559722145
Move end of step GPU task launches to a function

Code movement mostly to improve readability; also moved the misplaced
call to pme_gpu_reinit_computation() which should be called after the
GPU force buffer reduction.

Change-Id: I4dc602b16b67a3f79ee3b8802a6f5d0d39a8f33b
src/gromacs/mdlib/sim_util.cpp