Remove logging from hardware detection
[alexxy/gromacs.git] / src / gromacs / hardware / hw_info.h
index b7b796f8b6da8ee93d13841d03fdbe92a3dfa6ac..4d51d955adef28c88cd822041b06d4bd1e1183e1 100644 (file)
@@ -92,6 +92,9 @@ struct gmx_hw_info_t
 
     gmx_bool bIdenticalGPUs; /* TRUE if all ranks have the same type(s) and order of GPUs */
     bool     haveAmdZen1Cpu; /* TRUE when at least one CPU in any of the nodes is AMD Zen of the first generation */
+
+    //! Container of warning strings to log later when that is possible.
+    std::vector<std::string> hardwareDetectionWarnings_;
 };