Merge release-2019 into master
[alexxy/gromacs.git] / src / gromacs / listed_forces / manage_threading.cpp
index 3ad73d5dc1aa76a8be397c46ae93d4d58f287a24..d10dd20f60c52cb3d27ff479539c9bb058fc14df 100644 (file)
@@ -340,7 +340,7 @@ calc_bonded_reduction_mask(int                       natoms,
     if (bondedThreading.nthreads > BITMASK_SIZE)
     {
 #pragma omp master
-        gmx_fatal(FARGS, "You are using %d OpenMP threads, which is larger than GMX_OPENMP_MAX_THREADS (%d). Decrease the number of OpenMP threads or rebuild GROMACS with a larger value for GMX_OPENMP_MAX_THREADS.",
+        gmx_fatal(FARGS, "You are using %d OpenMP threads, which is larger than GMX_OPENMP_MAX_THREADS (%d). Decrease the number of OpenMP threads or rebuild GROMACS with a larger value for GMX_OPENMP_MAX_THREADS passed to CMake.",
                   bondedThreading.nthreads, GMX_OPENMP_MAX_THREADS);
 #pragma omp barrier
     }