Fix total time measurement with separate PME nodes
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 25 Aug 2013 16:06:16 +0000 (18:06 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 20 Sep 2013 09:56:29 +0000 (11:56 +0200)
commit3a0323cbb249f53be7e4012470192bb968b64a14
treeddda42ddc1a3cab8018850ef9de0bb02cfaf624d
parente6728b964ccebb501b24d59b87001a2efc5db21b
Fix total time measurement with separate PME nodes

The runtime counter needs to be passed to the PME code so that
PME-only nodes can have their time included in the statistics.

Fixes #1325

Change-Id: I13effaa185b1290e41bdd642c607ff75ab8db929
include/pme.h
src/kernel/runner.c
src/mdlib/pme.c