Hello,
First of all, many thanks for this easy to understand version of the FMM for GPUs that I have downloaded today.
I have tried to compile the gpusched version of your code, with command : make COMPILER=NVCC ARCH=sm_70 MODEL=gpusched
But it seems some include file is missing as I got the following error message:
nvcc -DNWORKERS=1 -std=c++11 -O3 -ftz=true --use_fast_math -x cu -Xcompiler -fopenmp -arch=sm_70 -I./gpusched -I./common main.cc -c
In file included from main.cc:6:0:
./gpusched/traversal.hh:8:10: fatal error: gpusched.h: No such file or directory
#include <gpusched.h>
^~~~~~~~~~~~
compilation terminated.
Makefile:19: recipe for target 'main.o' failed
make: *** [main.o] Error 1
Could you please add the missing file or point to a location to download it.
Thanks a lot for your help.
Hello,
First of all, many thanks for this easy to understand version of the FMM for GPUs that I have downloaded today.
I have tried to compile the gpusched version of your code, with command : make COMPILER=NVCC ARCH=sm_70 MODEL=gpusched
But it seems some include file is missing as I got the following error message:
nvcc -DNWORKERS=1 -std=c++11 -O3 -ftz=true --use_fast_math -x cu -Xcompiler -fopenmp -arch=sm_70 -I./gpusched -I./common main.cc -c
In file included from main.cc:6:0:
./gpusched/traversal.hh:8:10: fatal error: gpusched.h: No such file or directory
#include <gpusched.h>
^~~~~~~~~~~~
compilation terminated.
Makefile:19: recipe for target 'main.o' failed
make: *** [main.o] Error 1
Could you please add the missing file or point to a location to download it.
Thanks a lot for your help.