CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

OpenFOAM-1.6 install cookbook

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 11, 2009, 13:34
Default ParaFoam Installation
  #181
Senior Member
 
Phoevos
Join Date: Mar 2009
Posts: 104
Rep Power: 17
fivos is on a distinguished road
Hi everyone,

I have already installed OpenFoam 1.6 and been using it without problems, apart from the paraFoam command. Till now I was transforming the 0,1,2-.... folders to VTK files using foamToVTK and then I have been using paraview for visualisation. I was unable to proceed with the following procedure :

cd $FOAM_UTILITIES/postProcessing/graphics/PV3FoamReader
./Allwclean
./Allwmake

The make procedure starts but approximately at 33% it halts giving the following error message :

make[2]: *** No rule to make target `/usr/lib64/libGL.so', needed by `/home/fivos/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libPV3FoamReader.so'. Stop.
make[1]: *** [CMakeFiles/PV3FoamReader.dir/all] Error 2
make: *** [all] Error 2

I initially thought that this was a problem of incompatibility with cmake, because I am using Ubuntu 8.10 64-bit (and I have read in other forums about issues on 64-bit ubuntu, cmake and parafoam) . But I have seen that some people in this thread, have managed to use it on 64-bit machines.

So I have tried the sudo apt-get cmake, described by akidess, but I get the message that my cmake is up-to-date. Trying to make gives tha same error again.

Any ideas about that ?

Thanks in advance.
fivos is offline   Reply With Quote

Old   December 11, 2009, 14:13
Default
  #182
Member
 
83_Ale_83's Avatar
 
Alessandro
Join Date: Nov 2009
Posts: 67
Rep Power: 16
83_Ale_83 is on a distinguished road
Quote:
Originally Posted by fivos View Post
Hi everyone,

I have already installed OpenFoam 1.6 and been using it without problems, apart from the paraFoam command. Till now I was transforming the 0,1,2-.... folders to VTK files using foamToVTK and then I have been using paraview for visualisation. I was unable to proceed with the following procedure :

cd $FOAM_UTILITIES/postProcessing/graphics/PV3FoamReader
./Allwclean
./Allwmake

The make procedure starts but approximately at 33% it halts giving the following error message :

make[2]: *** No rule to make target `/usr/lib64/libGL.so', needed by `/home/fivos/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libPV3FoamReader.so'. Stop.
make[1]: *** [CMakeFiles/PV3FoamReader.dir/all] Error 2
make: *** [all] Error 2

I initially thought that this was a problem of incompatibility with cmake, because I am using Ubuntu 8.10 64-bit (and I have read in other forums about issues on 64-bit ubuntu, cmake and parafoam) . But I have seen that some people in this thread, have managed to use it on 64-bit machines.

So I have tried the sudo apt-get cmake, described by akidess, but I get the message that my cmake is up-to-date. Trying to make gives tha same error again.

Any ideas about that ?

Thanks in advance.
I have the same problem, and like you, I use foamToVTK, if I try to open a file for example "xyz.foam" with parafoam/paraview I have no result on my monitor.
__________________

83_Ale_83 is offline   Reply With Quote

Old   December 11, 2009, 16:40
Default
  #183
Senior Member
 
Phoevos
Join Date: Mar 2009
Posts: 104
Rep Power: 17
fivos is on a distinguished road
It seems Alessandro that we have some problem with the cmake and that is why the paraFoam loader cannot be built. At least we have a workaround using the foamToVTK. Lets hope that someone who has some more experience on the issue would be able to help us.

Anyway an other question regarding the script and the OpenMPI installation :
The script automatically installs OpenMPI and configures it to use g++ and gcc as the desired compilers. However I need to use OpenMPI with icc,icpc and ifort (they are the Intel compilers for C,C++ and fortran respectively) for some other programs that I need to build from source.
After the installation, OpenMPI cannot be configured (or at least I dont know a way to do so and I would prefer to avoid using makefiles during the compilation of my programs). So what I did is to install OpenMPI again, at a different folder, configured it properly and linked it with my compilers and added it to PATH and the LD_LIBRARY_PATH. Also in order to avoid conflicts with the first OpenMPI installation (made for OpenFOAM) I commented line 105 at bashrc located at .../OpenFOAM/OpenFOAM-1.6.x/etc/.
This setup allows me to compile and run my programs but I can't run OpenFoam solvers in parallel. In order to run in parallel OpenFoam I have to un-comment the aforementioned line in bashrc at .../OpenFOAM/OpenFOAM-1.6.x/etc/.

Is there an easier way to do that (swithcing OpenMPI installations) without needing to comment/un-comment lines in bashrc and the consequent sourcing of bashrc?

Thanks in advance.
fivos is offline   Reply With Quote

Old   December 13, 2009, 11:40
Default
  #184
New Member
 
okke bronkhorst
Join Date: Dec 2009
Posts: 2
Rep Power: 0
okkebrokke is on a distinguished road
Hello there,
I am new to OpenFOAM and Linux, I have followed the cookbook (by copy-pasting line per line), but ran into trouble at the following line:
Quote:
. ~/OpenFOAM/OpenFOAM-1.6.x/etc/bashrc
the terminal gave me the following error:

Quote:
Cannot find /home/abronkhorst/OpenFOAM/ThirdParty-1.6.x/gcc-4.3.3/platforms/linux installation.
Please install this compiler version or if you wish to use the system compiler,
change the 'compilerInstall' setting to 'System' in this file
any ideas?
Okke
okkebrokke is offline   Reply With Quote

Old   December 13, 2009, 11:43
Default
  #185
New Member
 
okke bronkhorst
Join Date: Dec 2009
Posts: 2
Rep Power: 0
okkebrokke is on a distinguished road
the file the terminal is talking about is:
Quote:
Warning in /home/abronkhorst/OpenFOAM/OpenFOAM-1.6.x/etc/settings.sh:
okkebrokke is offline   Reply With Quote

Old   December 14, 2009, 02:27
Default
  #186
Senior Member
 
Phoevos
Join Date: Mar 2009
Posts: 104
Rep Power: 17
fivos is on a distinguished road
Ignore the post, it was wrong. How can I delete it ?

QUOTE=okkebrokke;239859]

Last edited by fivos; December 14, 2009 at 02:58.
fivos is offline   Reply With Quote

Old   December 14, 2009, 12:14
Default
  #187
New Member
 
sachin
Join Date: Dec 2009
Posts: 3
Rep Power: 16
sachin.pagnis is on a distinguished road
./Allwmake >make.log 2>&1

does this takes time?
sachin.pagnis is offline   Reply With Quote

Old   December 14, 2009, 12:33
Default
  #188
Senior Member
 
MadsR's Avatar
 
Mads Reck
Join Date: Aug 2009
Location: Copenhagen, Denmark
Posts: 177
Rep Power: 17
MadsR is on a distinguished road
Sachin, takes time? If you mean if it takes a long time to complete, then yes :-) it can take from around half an hour to several hours. I have tried to implement parallel compilation (which is quite simple) but to keep the script as robust as possible I've stayed with sequential compilation...:-/

/Mads
__________________
Online free airfoil-mesher for OpenFOAM here
MadsR is offline   Reply With Quote

Old   December 14, 2009, 12:48
Default
  #189
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings,
Quote:
Originally Posted by MadsR View Post
I have tried to implement parallel compilation (which is quite simple) but to keep the script as robust as possible I've stayed with sequential compilation...:-/
Shoot, I should've just pasted the code right on my post a while ago... This code:
Code:
#
# Set the number of cores to build on
#
WM_NCOMPPROCS=1

if [ -r /proc/cpuinfo ]
then
    WM_NCOMPPROCS=$(egrep "^processor" /proc/cpuinfo | wc -l)
    [ $WM_NCOMPPROCS -le 8 ] || WM_NCOMPPROCS=8
fi

echo "Building on " $WM_NCOMPPROCS " cores"
Can be added into the OpenFOAM-1.6.x/etc/bashrc or ~/.bashrc. It's from the makeGcc script in the ThirdParty folder, and it will auto detect how many cores your computer has

I've been meaning to give you guys a tested and tweaked version, but I haven't had the time yet

Best regards,
Bruno
wyldckat is offline   Reply With Quote

Old   December 14, 2009, 18:00
Default
  #190
New Member
 
Jon Mita
Join Date: Nov 2009
Posts: 8
Rep Power: 16
mstfl is on a distinguished road
Hello all,

When trying to run the installation script, I get the following:

mstfl@mstfl-desktop:~$ ./installOF
bash: ./installOF: Permission denied


This is on a brand new install of Ubuntu 9.10 32bit.

Any ideas?
Thanks,
Jon
mstfl is offline   Reply With Quote

Old   December 15, 2009, 01:19
Default
  #191
Member
 
Wolfram Kretzschmar
Join Date: Dec 2009
Posts: 71
Rep Power: 16
Wolle is on a distinguished road
Quote:
Originally Posted by mstfl View Post
Any ideas?
Jon,

please post the result of

Code:
mstfl@mstfl-desktop:~$ ls -l
Anyway, you could try to execute the script line by line in a terminal with copy & paste in order to find the point, where the script produces the error.

Cheers
Wolle

Last edited by Wolle; December 15, 2009 at 01:37.
Wolle is offline   Reply With Quote

Old   December 15, 2009, 01:22
Default
  #192
Member
 
Wolfram Kretzschmar
Join Date: Dec 2009
Posts: 71
Rep Power: 16
Wolle is on a distinguished road
Quote:
Originally Posted by fivos View Post
At least we have a workaround using the foamToVTK. Lets hope that someone who has some more experience on the issue would be able to help us.
Fivos,

for your paraFoam command issue, have a look at this:
http://www.cfd-online.com/Forums/ope...tml#post239591

Maybe this could make your compilation needless?

Cheers
Wolle
Wolle is offline   Reply With Quote

Old   December 15, 2009, 01:38
Default
  #193
Senior Member
 
Phoevos
Join Date: Mar 2009
Posts: 104
Rep Power: 17
fivos is on a distinguished road
Quote:
Originally Posted by Wolle View Post
Fivos,

for your paraFoam command issue, have a look at this:
http://www.cfd-online.com/Forums/ope...tml#post239591

Maybe this could make your compilation needless?

Cheers
Wolle

Thank you for your response Wolle, I will try adding

export LC_ALL=C

In the paraFoam script located at :

$HOME/OpenFOAM/OpenFOAM-1.6.x/bin/paraFoam

and see what happens.

Regards
fivos is offline   Reply With Quote

Old   December 15, 2009, 03:40
Default
  #194
Member
 
83_Ale_83's Avatar
 
Alessandro
Join Date: Nov 2009
Posts: 67
Rep Power: 16
83_Ale_83 is on a distinguished road
Quote:
Originally Posted by fivos View Post
Thank you for your response Wolle, I will try adding

export LC_ALL=C

In the paraFoam script located at :

$HOME/OpenFOAM/OpenFOAM-1.6.x/bin/paraFoam

and see what happens.

Regards
It works!!!
__________________

83_Ale_83 is offline   Reply With Quote

Old   December 15, 2009, 04:58
Default
  #195
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Jon,

Quote:
Originally Posted by mstfl View Post
Hello all,

When trying to run the installation script, I get the following:

mstfl@mstfl-desktop:~$ ./installOF
bash: ./installOF: Permission denied


This is on a brand new install of Ubuntu 9.10 32bit.

Any ideas?
Thanks,
Jon
You probably didn't do:
Code:
chmod 744 installOF
To give permission to execute

Best,
Bruno
wyldckat is offline   Reply With Quote

Old   December 15, 2009, 09:04
Default
  #196
Senior Member
 
Phoevos
Join Date: Mar 2009
Posts: 104
Rep Power: 17
fivos is on a distinguished road
Quote:
Originally Posted by 83_Ale_83 View Post
It works!!!
Well unfortunately it didn't work for me .

- If I use the command paraFoam in a directory with the 0,constant, system folders, I get the message :

created temporary 'damBreakWithObstacle.OpenFOAM'
/home/fivos/OpenFOAM/ThirdParty-1.6/paraview-3.6.1/platforms/linux64Gcc/bin/paraview-real: symbol lookup error: /home/fivos/OpenFOAM/ThirdParty-1.6/paraview-3.6.1/platforms/linux64Gcc/bin/libvtkQtChart.so.pv3.6: undefined symbol: _ZN14QGraphicsScene11eventFilterEP7QObjectP6QEvent


- If I try to compile the PV3 foam reader at :
/home/fivos/OpenFOAM/OpenFOAM-1.6.x/applications/utilities/postProcessing/graphics/PV3FoamReader
with allwmake I still get stuck at the same point.

Is there any case my attempts for building paraview from source would ruin the paraview files that were installed by the tar files (I am especially concerned about ./Allwclean)?

Something else that I have found is that, if I comment line 241 in bashrc located at : /home/fivos/OpenFOAM/OpenFOAM-1.6.x/etc (line is : _foamSource $WM_PROJECT_DIR/etc/apps/paraview3/bashrc) and add my own paraview installation in the default directory bashrc, then the paraFoam command opens the paraview program, but when I select to open openFoam files it closes.

Wolle could you please explain what do you mean with "make your compilation needless"? Where can I find the executables? As I said above I tried using a separate installation of paraview (which I am currently using to open the VTK files generated by foamToVTK) but paraFoam does not work. Any ideas ?

Thanks in advance
fivos is offline   Reply With Quote

Old   December 15, 2009, 09:24
Default
  #197
Member
 
Wolfram Kretzschmar
Join Date: Dec 2009
Posts: 71
Rep Power: 16
Wolle is on a distinguished road
Hi all,

Fivos, at the moment I'm working with a binary version of ParaView, though I intend to make my own builds in the future. The binary versions of ParaView (corresponding to your CPUs architecture) are available through the Third-Party packages here:

http://www.opencfd.co.uk/openfoam/do....html#download (CHOSE PLATFORM!!!)

Once, you install those versions (I don't know, whether you can make your own OF build use the third party binaries or whether this works only with the binary version of OF too), ParaView is likely to work, paraFoam sometimes doesn't, but at least, there's the workaround using foamToVTK.

The reason, why paraFoam sometimes wont work, is a thing called "LOCALES". The locales on your machine are characteristic for type setting, spelling, encoding, date and clock format etc. according to your language. Other language settings than English (as for me: German, as for Alessandro: French as it seems) obviously confuse the paraFoam script. So by adding the afore mentioned line in the beginning (I chose the first uncommented line, as the effect takes place immediately when the script reaches this line!) of the script, you suspend your local LOCALES settings (lasting for the duration of the paraFoam script execution and its child processes).

As you understand, this ONLY affects the execution (and result, of course) of the paraFoam script. It wont have any effect concerning your compilation issues! The error message you get when executing the paraFoam script seems to result from your defective compilation. So using your working copy of ParaView with the modified version of paraFoam script should work.

It's not so easy to explain, because I'm not a professional in this area and no English native speaker too. So if you didn't understand something, feel free to ask again...

Cheers
Wolle
Wolle is offline   Reply With Quote

Old   December 15, 2009, 09:59
Default
  #198
Member
 
83_Ale_83's Avatar
 
Alessandro
Join Date: Nov 2009
Posts: 67
Rep Power: 16
83_Ale_83 is on a distinguished road
In my case (Ubuntu 9.10 x64) I have followed the script made by Mads and I change the script like CedricVH and also I have used http instead of git.

Regarding openFoam I have only added the line at the beginning of the parafoam script located at

Quote:
$HOME/OpenFOAM/OpenFOAM-1.6.x/bin/paraFoam
Quote:
...
...
...
#
# Description
# start paraview with the OpenFOAM libraries
#
#------------------------------------------------------------------------------
export LC_ALL=C

usage() {
while [ "$#" -ge 1 ]; do echo "$1"; shift; done
cat<<USAGE
...
...
...
that's all...
__________________

83_Ale_83 is offline   Reply With Quote

Old   December 15, 2009, 10:05
Default
  #199
Senior Member
 
Phoevos
Join Date: Mar 2009
Posts: 104
Rep Power: 17
fivos is on a distinguished road
Wolle and Alessandro thank you for your quick answers. I understand that the local language settings might be an issue for the paraFoam application (I think that I have read something about messing with '','' and ''.''). Something else, have you (or anyone else) ever encountered the following message when using paraFoam :

Read float past end of buffer
Read float past end of buffer
Read float past end of buffer
Read float past end of buffer
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_S_create
Aborted


Thanks. If everything else fails I'll stick with the foamToVTK
fivos is offline   Reply With Quote

Old   December 15, 2009, 10:57
Default
  #200
Member
 
83_Ale_83's Avatar
 
Alessandro
Join Date: Nov 2009
Posts: 67
Rep Power: 16
83_Ale_83 is on a distinguished road
Quote:
Originally Posted by fivos View Post
Wolle and Alessandro thank you for your quick answers. I understand that the local language settings might be an issue for the paraFoam application (I think that I have read something about messing with '','' and ''.''). Something else, have you (or anyone else) ever encountered the following message when using paraFoam :

Read float past end of buffer
Read float past end of buffer
Read float past end of buffer
Read float past end of buffer
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_S_create
Aborted


Thanks. If everything else fails I'll stick with the foamToVTK
No sorry, but it seems to be an error related with QT and not with openFoam...

Maybe you don't have all the QT packages to run QT correctly
__________________

83_Ale_83 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
install OpenFoam 1.6 by building source: how? niudie OpenFOAM Installation 13 April 26, 2011 00:48
How to Install OpenFOAM on 64 Ubuntu 9.04 hansel OpenFOAM Installation 62 March 19, 2010 14:43
install openfoam 1.6 on opensuse 11.0 andresbh OpenFOAM Installation 8 September 30, 2009 00:48
Install openFOAM 1.6 on debian 32bit - blockMesh: command not found fossy OpenFOAM Installation 1 August 28, 2009 04:06
Install of OpenFOAM 1.6 Error 1 Error 2 & run tutorial potac OpenFOAM Installation 3 August 27, 2009 09:04


All times are GMT -4. The time now is 13:13.