Clarified GPU selection output and mdrun help
authorSzilard Pall <pall.szilard@gmail.com>
Fri, 8 Nov 2013 17:05:25 +0000 (18:05 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 13 Nov 2013 11:36:21 +0000 (12:36 +0100)
commit79a6edb14ee98d2deb71b6be72fe7dfd7d40f9d2
tree6547417c8d5fadd4dee18648648d2f336e7e4283
parentfd07526b965f2418e89e3aba24426fed9d26d705
Clarified GPU selection output and mdrun help

The reporting of GPU selection has been confusing when devices are
shared as GPU IDs would show up multiple times in a list of "devices
selected to be used." The reporting has been modified to print the
number of devices selected followed by the GPU to PP rank mapping which
is in fact exactly the previously printed list of IDs.

Additionally, the mdrun help page now explicitly states that the GPU ID
string passed with -gpu_id specifies a per-node GPU to PP rank mapping
and that multiple ranks can share GPUs.

Change-Id: Id98c592c1dd38573df003247281e4edf50debba7
include/types/hw_info.h
src/gmxlib/gmx_detect_hardware.c
src/kernel/mdrun.c