Cannot Compile Chrono On Spheric2022


Hello Forum i am new to GPUSPH and i have tried to run Spheric2022 using Chrono but i keep having Eigen error any help will be appreciated (i have tried on chrono V4 ,V8 and Eigen 3.4 but still same )if i run in GPUSPH V5 its working well

Hello @Engineer_Bee, thank you for trying GPUSPH and sorry for the late reply!

I suspect that GPUSPH is not finding Eigen, can you check if this can be solved by adding

INCPATH += /path/to/eigen/

to your Makefile.local? (Create the file if it doesn’t exist.)

/path/to/eigen/ should be the full path to where Eigen is installed (for example on my machine this is /usr/include/eigen3).