don't use polling with new driver
[alexxy/gromacs.git] / include / types / hw_info.h
index e800856e098f68044f571fa16fe9d34bbceb024a..809111d35b375e2ecab9cc2ab5b7d91439cd39db 100644 (file)
@@ -68,6 +68,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 */