SIMD acceleration for LINCS
[alexxy/gromacs.git] / src / gromacs / mdlib / forcerec.cpp
index 3f6b1874a7ba4aa1d3cacf039344e28e52517220..a34f2dd83c5849e559a7609009e04b1291fb105c 100644 (file)
@@ -2486,7 +2486,8 @@ void init_forcerec(FILE              *fp,
         {
             fprintf(fp,
                     "\nFound environment variable GMX_DISABLE_SIMD_KERNELS.\n"
-                    "Disabling the usage of any SIMD-specific kernel routines (e.g. SSE2/SSE4.1/AVX).\n\n");
+                    "Disabling the usage of any SIMD-specific non-bonded & bonded kernel routines\n"
+                    "(e.g. SSE2/SSE4.1/AVX).\n\n");
         }
     }