Re: [AMBER] Unsupported CUDA version 11.1 detected during the installation of AMBER20.CUDA

From: David A Case <david.case.rutgers.edu>
Date: Fri, 4 Dec 2020 08:24:01 -0500

On Fri, Dec 04, 2020, 贺俊宏 wrote:

>but just one more question,if I choose to Install with the old (legacy)
>build system,how to modify this Setting?

Edit $AMBERHOME/AmberTools/src/configure2

At about line 1253 change this:

     if [ "$cudaversion" = "11.0" ]; then

to this:

     if [ "$cudaversion" = "11.0" -o "$cudaversion" = "11.1" ]; then

...good luck....dac

_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Dec 04 2020 - 05:30:04 PST
Custom Search