Hi,
I'm wondering if the GPU LLR software found at Jean Penne's
website is in progress or of any use.
I've installed
CUDA Toolkit 11.1 (deb local) for Linux Ubuntu 20.04. After that I tried to compile the CUDA version of LLR:
(llrcuda Version 3.8.1 complete source, presently only for Linux build)
Code:
~/llrcuda381src$ make
/usr/local/cuda/bin/nvcc -g -O -I/usr/local/cuda/include -I. -Wno-deprecated-gpu-targets lprime.cu -c
nvcc fatal : '-I/usr/local/cuda/include': expected a number
make: *** [Makefile:11: lprime.o] Error 1
There's also no readme which came along with the download so now I'm stuck on what I should do.
Thanks for help.