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.
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/
andGPU_LIBRARY_PATH=/usr/local/cuda/lib64/
.After doing this I run
make DEVICE=GPU
. But I get this errormake: *** 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.