On Fri, Jun 16, 2017, Alexander Martin Spring-Connell wrote:
> -L/usr/local/cuda/lib64 -L/usr/local/cuda/lib -lcublas -lcusparse
> -lcudart -lcuda -lstdc++ -I/usr/local/cuda/include \
> ../lib/nxtsec.o ../lib/random.o \
> -L/usr/localtest/amber16/lib -larpack -llapack -lblas
> /usr/bin/ld: cannot find -lcuda
The code is looking in /usr/local/cuda/{lib,lib64} to find these libraries.
If your cuda installation is not there, you need to set the CUDA_HOME
environment variable, then re-run configure.
...hope this helps.....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Jun 16 2017 - 08:30:02 PDT