Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / hw_info.h
index 179b669beea0fb51e17ba7633e31b53ddf47dc92..d450be34e84ab4c852be2c25019acabfd5bc8a8c 100644 (file)
@@ -54,6 +54,8 @@ static const char * const gpu_detect_res_str[] =
 typedef struct 
 {
     gmx_bool            bUserSet;       /* true if the GPUs in cuda_dev_use are manually provided by the user */
+    gmx_bool            bDevShare;      /* true if any of the devices is shared by
+                                           (t)MPI ranks, with auto-detection always FALSE */
 
     int                 ncuda_dev_use;  /* number of devices selected to be used */
     int                 *cuda_dev_use;  /* index of the devices selected to be used */