Update mdrun message to reflect that Cuda CC>=3.5 is supported.
authorMagnus Lundborg <magnus.lundborg@scilifelab.se>
Wed, 3 Nov 2021 15:07:41 +0000 (16:07 +0100)
committerMagnus Lundborg <magnus.lundborg@scilifelab.se>
Wed, 3 Nov 2021 16:37:25 +0000 (16:37 +0000)
Fixes: #4132

src/gromacs/hardware/device_management.cu

index c1d669c4e2bb71af661b0161de6c81cdb61612c9..ab64545ad9971f5439e64787f15ec098348f87c6 100644 (file)
@@ -82,7 +82,7 @@ static cudaError_t checkCompiledTargetCompatibility(int deviceId, const cudaDevi
                 "\nWARNING: The %s binary does not include support for the CUDA architecture of "
                 "the GPU ID #%d (compute capability %d.%d) detected during detection. "
                 "By default, GROMACS supports all architectures of compute "
-                "capability >= 3.0, so your GPU "
+                "capability >= 3.5, so your GPU "
                 "might be rare, or some architectures were disabled in the build. \n"
                 "Consult the install guide for how to use the GMX_CUDA_TARGET_SM and "
                 "GMX_CUDA_TARGET_COMPUTE CMake variables to add this architecture. \n",