mrzv / reeber

a library for shared- and distributed-memory parallel computation of merge trees
Other
7 stars 5 forks source link

Build fails: "diy/thread.hpp: No such file or directory" #2

Closed n8xm closed 1 month ago

n8xm commented 1 month ago

When I attempt to compile Reeber, the build fails with the following error message:

In file included from /home/nathan/Code/Reeber2/examples/global/mt-np-global.cpp:4:0:
/home/nathan/Code/Reeber2/include/dlog/stats.h:31:10: fatal error: diy/thread.hpp: No such file or directory
 #include <diy/thread.hpp>
          ^~~~~~~~~~~~~~~~
n8xm commented 1 month ago

False alarm. I gave cmake the wrong include directory!