HenningScheufler / multiDimAMR

dynamic meshing with load balancing for hexahedral meshes in 3D and 2D
45 stars 24 forks source link

Complie Errors when run the Allwmake script of branch multiDimAMR-v2012 #4

Closed kaiserpeng closed 3 years ago

kaiserpeng commented 3 years ago

Dear @HenningScheufler , I am sure of that I had tried to compile multiDimAMR-v2012 into the newest Openfoam-dev(v2106) for several times, but still the error happended when running Allwmake script of multiDimAMR-v2012. AMRLB-compiler error the complete compiled log was attached log.zip

HenningScheufler commented 3 years ago

It should work.

Try:

wclean all 
wclean dep
./Allwmake

Could you also verify that you are on the correct branch with

git log and post the commit

kaiserpeng commented 3 years ago

Dear @HenningScheufler
Thanks for your reply, I have tried your advice and the problem still not been solved. But I have found the reason according to the error log. The error was not only found for AMRLB library, see the link below. Maybe I guess it caused by the gcc version. So I changed the gcc version from 9.1.0 to 7.3.0. Then , it works and the tutorial case was run successfully. Thanks very much anyhow [https://www.cfd-online.com/Forums/openfoam-programming-development/200083-undefined-reference-foam-uopstream-writequoted.html]()