Update treatment of GPU compatibility data structure
[alexxy/gromacs.git] / src / gromacs / hardware / detecthardware.cpp
index af9fd2edc620ec99136baeecf6254de078d9c6fc..48f9a8c2c7d0dfefe1009b94c0c6b7cfa87c1e9e 100644 (file)
@@ -496,6 +496,7 @@ gmx_hw_info_t *gmx_detect_hardware(const gmx::MDLogger &mdlog, const t_commrec *
 
         gmx_detect_gpus(mdlog, cr);
         gmx_collect_hardware_mpi(*hwinfo_g->cpuInfo);
+        hwinfo_g->compatibleGpus = getCompatibleGpus(hwinfo_g->gpu_info);
     }
     /* increase the reference counter */
     n_hwinfo++;