Skip to content

Compiling gpusched version of minifmm failed #2

Description

@GBZH

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions