![]() |
OpenFOAM 2.0.x libscotch issues
1 Attachment(s)
Hello
I am trying to compile 2.0.x and I believe I am having issues with decomposition libraries. Solvers and such compile fine, but snappyHexMesh for example does not. I am attaching a log of Allmake which seems to successfully make the necessary ThirdParty libs. The first error I locate in the log: Code:
+ wmake libso scotchDecompCode:
/usr/bin/ld: cannot find -lptscotchDecompAny ideas? |
Greetings Grzegorz,
I don't understand. Everything was fine in the previous build you posted in the other thread (this post http://www.cfd-online.com/Forums/ope...tml#post315198 #32)! What did you do or change to cause this error? Best regards, Bruno |
Hello Bruno,
In the previous post, I had both warnings and ld errors. After a git pull, the warnings went away but these errors posted above remained. Just to be clear, when I posted last, most applications did not work outside of checkMesh and some other utilities. Snappy definitely did not work at that time either. The git pull resolved the solver and most application issues, but sHM is still not compiling. Thanks Greg |
Hi Greg,
OK, now I'm getting a better notion of what happened. With the git version sometimes we have to start the build process from scratch once again. When too many changes occur, the wmake build system is unable to cope with the changes and gets confused. So, to re-start the building process, here's what you do: Code:
foamCode:
./Allwmake > make.log 2>&1Best regards and good luck! Bruno |
Bruno,
Thank you very much, that did the trick! |
| All times are GMT -4. The time now is 07:34. |