Fix warning about needing config.h
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 24 Jun 2020 11:43:29 +0000 (13:43 +0200)
committerArtem Zhmurov <zhmurov@gmail.com>
Wed, 24 Jun 2020 18:46:13 +0000 (18:46 +0000)
A comment would lead to the warning in the check source build.

Change-Id: Iacfc2f97827b31feb674b3c53bd2c4eff065a859

src/gromacs/hardware/gpu_hw_info.h

index aee36b4435b70b00e3ce0e90b4b2f8141537e99a..2ff65173dc9f726a70e4ab89f67644b8cc25c1e3 100644 (file)
@@ -68,7 +68,7 @@ enum class DeviceStatus : int
  */
 static const gmx::EnumerationArray<DeviceStatus, const char*> c_deviceStateString = {
     "compatible",     "nonexistent",
-    "incompatible",   "incompatible (please recompile with GMX_OPENCL_NB_CLUSTER_SIZE=4)",
+    "incompatible",   "incompatible (please recompile with correct NB_CLUSTER_SIZE of 4)",
     "non-functional", "unavailable"
 };