Re: [AMBER] amber 20 compilation problem

From: David A Case <david.case.rutgers.edu>
Date: Tue, 1 Dec 2020 20:59:57 -0500

On Tue, Dec 01, 2020, Jordi Bujons wrote:
>
>I am trying to compile amber 20 on a workstation that includes a GTX 3090
>GPU. The workstation runs CentOS 8 with cuda 11.1 and Nvidia driver version
>455.32.00,
>
>-- CUDA version 11.1 detected
> Error: Unsupported CUDA version. AMBER requires CUDA version >= 7.5 and
><= 11.0.

It's been hard to get Amber cuda developers to spend time on this, but
as far as I know, the following will work:

Go to the cmake directory, and edit the CudaConfig.cmake file. Find the
line:

       elseif(${CUDA_VERSION} VERSION_EQUAL 11.0)

and change it to

         elseif(${CUDA_VERSION} VERSION_GREATER_EQUAL 11.0)

...good luck...dac


_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Dec 01 2020 - 18:30:03 PST
Custom Search