ccsb-scripps / AutoDock-GPU

AutoDock for GPUs and other accelerators
https://autodock.scripps.edu
GNU General Public License v2.0
403 stars 110 forks source link

New to CentOS #191

Closed jrcodina closed 2 years ago

jrcodina commented 2 years ago

I am using a computer cluster for the first time. The cluster has CUDA-10.1 as an available module. After loading the module and checking where the cuda.h and libcudart.so files are located I set the environment just as explained in the guide: export GPU_INCLUDE_PATH=/usr/local/cuda/include/ and GPU_LIBRARY_PATH=/usr/local/cuda/lib64/ .

After doing this I run make DEVICE=GPU. But I get this error make: *** No targets specified and no makefile found. Stop.

Since no one has this issue, I guess I am doing something wrong, but I don't have anyone to ask for help.