From 0ce1837c232fa3e99ca90ce12ccb510e0b9a9ba2 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Wed, 3 Nov 2021 16:07:41 +0100 Subject: [PATCH] Update mdrun message to reflect that Cuda CC>=3.5 is supported. Fixes: #4132 --- src/gromacs/hardware/device_management.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gromacs/hardware/device_management.cu b/src/gromacs/hardware/device_management.cu index c1d669c4e2..ab64545ad9 100644 --- a/src/gromacs/hardware/device_management.cu +++ b/src/gromacs/hardware/device_management.cu @@ -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", -- 2.22.0