Merge remote-tracking branch 'origin/release-2019'
[alexxy/gromacs.git] / src / gromacs / hardware / hw_info.h
index 567ba3a70787328ae02db34f83f97d26580eae5f..15ebfa788e99d036148b5bcc0b85b965761b8f9d 100644 (file)
@@ -90,7 +90,7 @@ struct gmx_hw_info_t
     int                 simd_suggest_max;    /* Highest SIMD instruction set supported by at least one rank */
 
     gmx_bool            bIdenticalGPUs;      /* TRUE if all ranks have the same type(s) and order of GPUs */
-    bool                haveAmdZenCpu;       /* TRUE when at least one CPU in any of the nodes is AMD Zen arch */
+    bool                haveAmdZen1Cpu;      /* TRUE when at least one CPU in any of the nodes is AMD Zen of the first generation */
 };