Merge release-2018 into master
[alexxy/gromacs.git] / src / gromacs / hardware / detecthardware.cpp
index ca2e9ca4176c02aa4abb207d001e8e97db574c26..a36d79579be587847ac275ddfc8d84dee04c336a 100644 (file)
@@ -143,9 +143,9 @@ static void gmx_detect_gpus(const gmx::MDLogger            &mdlog,
         if (!gpusCanBeDetected)
         {
             GMX_LOG(mdlog.warning).asParagraph().appendTextFormatted(
-                    "NOTE: GPUs cannot be detected:\n"
-                    "      %s\n"
-                    "      Can not use GPU acceleration, will fall back to CPU kernels.",
+                    "NOTE: Detection of GPUs failed. The API reported:\n"
+                    "      %s\n",
+                    "      GROMACS cannot run tasks on a GPU.",
                     errorMessage.c_str());
         }
     }