|
[Sponsors] |
January 29, 2013, 12:30 |
intallation problems OpenFoam 2.1.x
|
#1 |
Senior Member
Daniel Witte
Join Date: Nov 2011
Posts: 148
Rep Power: 15 |
Hello,
I have some trouble installing OF 2.1.x on my computer. Enclosed is the log file. Symtoms are that BlockMesh works, but I cannot run IcoFoam in the cavity tutorial case. It says "icoFoam: Befehl nicht gefunden" (command not found). Seems that there is something missing, but I am not sure what. BlockMesh and Paraview work fine. I did the build the sources in parallel, otherwise as instructed on the home page of OpenFoam. My computer is a I7-980, 6 Dualcore. Operation system is Ubuntu 12.04 LTS. Can anybody help me? Thanks, Daniel |
|
January 29, 2013, 15:17 |
|
#2 |
New Member
Abdulhaq
Join Date: Oct 2012
Posts: 27
Rep Power: 14 |
It seems you are trying to compile it from source, if so, why are you not using the ubuntu deb pack?
|
|
January 29, 2013, 18:54 |
|
#3 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
@Daniel: Quote:
Code:
+ wmake libso liquidMixtureProperties 'libNULL.so' is up to date. + wmake libso solidProperties 'libNULL.so' is up to date. + wmake libso solidMixtureProperties 'libNULL.so' is up to date. + wmake libso basic 'libNULL.so' is up to date. It's possible that you're triggering a crazy error that occurs with GNU make. Restrict the value for "WM_NCOMPPROCS" to 8 instead of 12 or more. Then try running Allwmake once again. If then you still see those "libNULL.so" references, run the following commands: Code:
#these two clean up the build folders for the damaged libraries wclean all src/thermophysicalModels/properties wclean all src/thermophysicalModels/basic #these two you probably already know export WM_NCOMPPROCS=8 ./Allwmake > make.log 2>&1
Bruno
__________________
|
||
January 30, 2013, 04:11 |
|
#4 |
Senior Member
Daniel Witte
Join Date: Nov 2011
Posts: 148
Rep Power: 15 |
Hello Bruno, hello all,
This installation is from grit, not source. There are some benefits doing so: always up to date, ability to manipulate the source code yourself to name a few. I had frequent "hardware" failures on this machine, which turned out not to be hardware failures, but the bios had to be updated. Now the machine works fine, but I think due to the frequent forced re-starts, there is damage in some files, apparently the make compiler. This is what I deduct from what you tell me. So, I think we will reformat the hard disk and re-install Ubuntu from scratch, then install OpenFoam again. Hope this will work. Obviously there is still the possibility that there is a hardware failure, but we had checked the machine by the company which sold it. Windows, by the way, allways worked fine. Thanks for the support, Daniel |
|
January 30, 2013, 07:24 |
|
#5 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Daniel,
Try "stressapptest", more specifically: Code:
stressapptest -W --cc_test Best regards, Bruno
__________________
|
|
Tags |
2.1.x, build, installation, problem, sources |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Salome] Salome -> OpenFoam ( Export as unv) Problems encountered | tibo11 | OpenFOAM Meshing & Mesh Conversion | 13 | May 1, 2019 08:21 |
Can openfoam solve problems in cylindrical and spherical coordinate systems? | GGerber | OpenFOAM Running, Solving & CFD | 6 | February 5, 2015 11:37 |
[Discussion] Restructuring the Installation page at openfoamwiki.net | wyldckat | OpenFOAM Installation | 16 | November 2, 2013 12:43 |
OpenFOAM 2.1.x linking error | AlmostSurelyRob | OpenFOAM Installation | 8 | May 10, 2012 16:07 |
New OpenFOAM Forum Structure | jola | OpenFOAM | 2 | October 19, 2011 07:55 |