Clarified GPU selection output and mdrun help
[alexxy/gromacs.git] / include / types / hw_info.h
index db9ce3b7fcf88fdf360b73bfb20602750ccde3bd..90081fb9ca837d3fb8d0cb87bddceb0a291b2def 100644 (file)
@@ -101,8 +101,8 @@ typedef struct
     char     *gpu_id;        /* GPU id's to use, each specified as chars */
     gmx_bool  bUserSet;      /* true if the GPUs in cuda_dev_use are manually provided by the user */
 
-    int       ncuda_dev_use; /* number of devices selected to be used */
-    int      *cuda_dev_use;  /* index of the devices selected to be used */
+    int       ncuda_dev_use; /* number of device (IDs) selected to be used */
+    int      *cuda_dev_use;  /* device index list providing GPU to PP rank mapping, GPUs can be listed multiple times when ranks share them */
 } gmx_gpu_opt_t;
 
 /* Threading and GPU options, can be set automatically or by the user */