On Tue, Oct 06, 2020, Filip Fratev wrote:
>
>Can you also help me with an advice how to compile with CUDA 11.1? I can
>do that only by Cuda 11.0.
Try this:  on line 67 of cmake/CudaConfig.cmake, change
   elseif(${CUDA_VERSION} VERSION_EQUAL 11.0)
to
   elseif(${CUDA_VERSION} VERSION_GREATER_EQUAL 11.0)
We're not 100% sure that this will work, but it's worth a try.  Ross is
running some tests of some other possible changes.
....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Oct 06 2020 - 05:30:02 PDT