Remove duplicate GPU non-usage hint
commitdf5479404d0025d40c6edc89138545c2906b18e4
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 8 Aug 2017 00:15:54 +0000 (8 02:15 +0200)
committerKasson <kasson@gmail.com>
Wed, 16 Aug 2017 14:19:19 +0000 (16 16:19 +0200)
treedcd8f569c2bb5a38b6a7fd4f81b91619a74cf28f
parenteb078802c4250a21648e0a44f4cfc51a9b6ed99b
Remove duplicate GPU non-usage hint

5bef33832c removed the behaviour where mdrun would hint to the user
that compatible GPUs were found, even though the simulation would not
use them (for various possible reasons). That was unintended and
wrong, however, that report was already duplicated for both rerun with
energy groups, and the group scheme, by logic called earlier from
runner(). So we can just remove this hint.

Minor cleanup to the way local variables are created and used.

Change-Id: I7a5f61c3384dba5eec9f049169f3c32f3d00f4f8
src/gromacs/hardware/printhardware.cpp