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