Skip to content

Re: OpenLB 0.9 problems with precompiled files

#2208
Leaf
Member
Quote:
Quote from astrohome on July 16, 2015, 13:40rnI’ve found the error – one should never use “”-j”” option. If I run just “”make”” it works (with several warnings and files not found but still it goes straight to finish).

rnYes, I search the function of -j var. It’s very sensitive to the makefile. If you use this, you must make sure that in your makefile, the dependent relationship is clear and execution sequence can be predictable.