Remove bUserSetGpuIds field
commit4d8f4fe57566353855cbdcf04df0f19f5a00bb95
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 31 May 2017 18:19:26 +0000 (31 19:19 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 21 Jun 2017 12:06:57 +0000 (21 14:06 +0200)
tree03e34958be65362387a76e41f4f00878fcb57cbf
parent412855d45b48f1fc993137360e9c8202e87d5002
Remove bUserSetGpuIds field

This is only used for a short time during setup, so might be better as
a temporary variable, rather than a field of a struct that persists
for the whole of mdrun.

Moved a single-use const string for an error message from
gmx_parse_gpu_ids to its place of use, and fixed that its content had
fallen out of date because it was in that other place.

Change-Id: I1d1a771a2de423a65a22714ecf86795a0dcfe2a9
src/gromacs/hardware/detecthardware.cpp
src/gromacs/hardware/detecthardware.h
src/gromacs/hardware/gpu_hw_info.h
src/gromacs/hardware/hardwareassign.cpp
src/gromacs/hardware/hardwareassign.h
src/programs/mdrun/mdrun.cpp
src/programs/mdrun/runner.cpp