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

Debian package for ubuntu 810

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 6, 2009, 04:16
Default Hello, I've packed OpenFOAM
  #1
Member
 
Oliver Borm
Join Date: Mar 2009
Posts: 60
Rep Power: 17
deepblue17 is on a distinguished road
Hello,

I've packed OpenFOAM-1.5 for Ubuntu 8.10. You can get the debian package from my PPA:

https://launchpad.net/~oli-borm/+archive/ppa

OpenFOAM-1.5 is installed into /usr/lib/OpenFOAM-1.5

In order to set the OpenFOAM paths correctly, you should add this line to your ~/.bashrc:

startOF15="source /usr/lib/OpenFOAM-1.5/etc/bashrc"

and each time you want to use OpenFOAM you have to execute "startOF15".

If you have installed another debian based distribution, you should be able (in theory) to compile the openfoam source package, if you follow these instructions (http://www.debian.org/doc/manuals/ap...ndling.en.html). In practice I've got actually problems with gcc-4.3.2, see therefor (http://www.cfd-online.com/OpenFOAM_D...126/10948.html).

Furthermore you will also find a paraview-3.4.0 debian package with the patch from Takuya OSHIMA (http://www.cfd-online.com/OpenFOAM_D...8328#POST25140). If you will install this paraview package, paraFoam should work properly.
deepblue17 is offline   Reply With Quote

Old   February 6, 2009, 07:06
Default Great job, Oliver! Thanks!
  #2
Member
 
Paulo Alexandre Costa Rocha
Join Date: Mar 2009
Posts: 71
Rep Power: 17
paulo is on a distinguished road
Great job, Oliver! Thanks!

I have one further question: Is this package the 1.5.x compiled or the native 1.5 ?

Congratulations again!

Paulo Rocha
paulo is offline   Reply With Quote

Old   February 7, 2009, 08:36
Default Hello Paulo, I applied all
  #3
Member
 
Oliver Borm
Join Date: Mar 2009
Posts: 60
Rep Power: 17
deepblue17 is on a distinguished road
Hello Paulo,

I applied all patches from openfoam-extend:

http://openfoam-extend.svn.sourceforge.net/viewvc/openfoam-extend/branches/OpenC FD_Release/OpenFOAM-1.5_patch/

And as I know, these included all from the git and therefore this should be 1.5.X, if you want to call it so.

One note to start OpenFOAM, you must add

alias startOF15="source /usr/lib/OpenFOAM-1.5/etc/bashrc"

to your ~/.bashrc.
deepblue17 is offline   Reply With Quote

Old   February 8, 2009, 06:33
Default Hello Oliver, I finally fin
  #4
Member
 
Paulo Alexandre Costa Rocha
Join Date: Mar 2009
Posts: 71
Rep Power: 17
paulo is on a distinguished road
Hello Oliver,

I finally finished testing in my system (32 bits) and it worked flawlessly.

Hope you have time to let the packages up to date.

Congratulations again!

Regards,

Paulo Rocha
paulo is offline   Reply With Quote

Old   February 8, 2009, 12:05
Default Hello! I used ubuntu 8.10 ,
  #5
Member
 
hamdi
Join Date: Mar 2009
Posts: 75
Rep Power: 17
hamcer is on a distinguished road
Hello!

I used ubuntu 8.10 , and, I done the script installation for OF-1.5 created by Jure Lakovic , but, when I run this script I show somme warninng like this:
.......
........
fqchar.h:59: warning: type qualifiers ignored on function return type
../../include/QtCore/../../src/corelib/tools/qchar.h:60: warning: type qualifiers ignored on function return type
../../include/QtCore/../../src/corelib/tools/qchar.h:239: warning: type qualifiers ignored on function return type
../../include/QtCore/../../src/corelib/tools/qchar.h:240: warning: type qualifiers ignored on function return type
../../include/QtCore/../../src/corelib/tools/qchar.h:241: warning: type qualifiers ignored on function return type
...
....
QPdfBaseEnginePrivate::openPrintDevice()':
painting/qpdf.cpp:1567: warning: deprecated conversion from string constant to 'char*'
painting/qpdf.cpp:1573: warning: deprecated conversion from string constant to 'char*'
painting/qpdf.cpp:1575: warning: deprecated conversion from string constant to 'char*'
painting/qpdf.cpp:1583: warning: deprecated conversion from string constant
...
....


*2nd thing, I didn't show the Qt icons in the star menu

but when i run qtdemo, it works,
also the tutorials of OF examples worked well and, i can display the paraview to show them, also when I run foamInstallationTest is crashed

I didn't know if my installation is complete or no!!

Thanks in advance for your help.
hamcer is offline   Reply With Quote

Old   February 20, 2009, 09:31
Default Hello Oliver, I appreciate
  #6
Senior Member
 
Rishi .
Join Date: Mar 2009
Posts: 149
Rep Power: 17
hellorishi is on a distinguished road
Hello Oliver,

I appreciate your initiative and effort for making OF-1.5 easier to install.

I tried to install using this on Ubuntu-8.10, however something went wrong after installation. My trackpad and keyboard stopped responding (except Ctrl+Alt+Del) and I had to reinstall Ubuntu again. I guess it was some problem due to QT.

Please consider this feedback in the right spirit

Rishi
hellorishi is offline   Reply With Quote

Old   February 21, 2009, 07:30
Default Hello Rishi, I don't think
  #7
Member
 
Oliver Borm
Join Date: Mar 2009
Posts: 60
Rep Power: 17
deepblue17 is on a distinguished road
Hello Rishi,

I don't think that the openfoam package was responsible for that problem. And I also don't think, that Qt, which is dropped in by paraview, caused the problem.

Therefore I assume, that you have done some updates and Ubuntu in general has had some problems with the X-Server. You can check the bugs at lauchpad.net. If you search after e.g. "freeze after login" you will find some.
So I suggest for the future, that you login at tty1 (Ctrl+Alt+F1) and do:

sudo apt-get update
sudo apt-get upgrade

In order to update broken packages. After that, you should be able to login again into your desktop.

Nevertheless, if you give the packages another try and you will get the same problems. Let me know, I'm also interested in finding the bug.

Oliver
deepblue17 is offline   Reply With Quote

Old   February 24, 2009, 12:16
Default Hello Oliver, I am planning
  #8
New Member
 
Paul Garlick
Join Date: Mar 2009
Location: Bournemouth, UK
Posts: 27
Rep Power: 17
pg22 is on a distinguished road
Hello Oliver,

I am planning on installing the debian packages for OpenFOAM and Paraview on an Ubuntu 8.10 (Intrepid) system.

I would like to check the prerequisites for Paraview 3.4. In particular, which version of Qt is required?

Should it be 4.3.x, as mentioned in the README file http://www.opencfd.co.uk/openfoam/doc/README.html, or should it be 4.4.3, as in the standard intrepid distribution?

In synaptic package manager is the relevant package libqt4-dev?

Many thanks,

Paul.
__________________
Paul Garlick
pg22 is offline   Reply With Quote

Old   February 24, 2009, 13:00
Default Hello Paul, if you want to
  #9
Member
 
Oliver Borm
Join Date: Mar 2009
Posts: 60
Rep Power: 17
deepblue17 is on a distinguished road
Hello Paul,

if you want to compile the paraview package at your own, than you have to install the libqt4-dev package.

But if you just want to install the compiled paraview debian package, your package manager (apt-get, aptitude, synaptic or adept) will drop all required dependencies with the right version number in. And you do not have to take care of that. That's the big advantage of packaging things. ;-)

Hope I could help a little bit.
deepblue17 is offline   Reply With Quote

Old   February 25, 2009, 15:43
Default Oliver, you seem to have manag
  #10
jed
Member
 
Jed Brown
Join Date: Mar 2009
Posts: 56
Rep Power: 19
jed is on a distinguished road
Oliver, you seem to have managed to get OpenFOAM to install like a reasonable package (i.e. not insist on a custom version of everything prohibiting interoperability with the rest of the universe). The .diff for your package is almost 200k lines, presumably not all of which is required to get sane installation.

Do you have any advice an the minimum amount of effort required to build against system versions of third-party packages and install in a reasonable manner (/opt/openfoam is fine). If it's a manageable amount of effort, I'll provide an Archlinux package.
jed is offline   Reply With Quote

Old   March 1, 2009, 14:10
Default Hello Jed, according to the
  #11
Member
 
Oliver Borm
Join Date: Mar 2009
Posts: 60
Rep Power: 17
deepblue17 is on a distinguished road
Hello Jed,

according to the FHS /opt/openfoam is not a proper place. Binaries should go into /usr/bin, libraries into /usr/lib; header files into /usr/include and tutorials, documentation, et.al. into /usr/share.

Currently I'm thinking about changing the installation directories of my debian package.
deepblue17 is offline   Reply With Quote

Old   March 3, 2009, 07:30
Default Oliver, the FHS is a Debian th
  #12
jed
Member
 
Jed Brown
Join Date: Mar 2009
Posts: 56
Rep Power: 19
jed is on a distinguished road
Oliver, the FHS is a Debian thing. The Archlinux convention is to put big "standalone" packages (such as opencascade, wine, google-earth, acrobat) in /opt/$pkgname, while packages that play nicely with others go in /usr.

My question was how much effort is required to build OpenFOAM against system packages and install in a reasonable manner, even if it is /opt/openfoam. The OF repository unfortunately makes pretty hard assumptions about being bundled with it's own universe. Your patch-set for Debian is enormous and obviously has plenty of code patches pulled from other repositories, but using system packages and installing sensibly isn't restricted to one place so it's time-consuming to grok.
jed is offline   Reply With Quote

Old   March 9, 2009, 21:02
Default I have a noob question. I'm j
  #13
New Member
 
Carter Brockman
Join Date: Mar 2009
Posts: 1
Rep Power: 0
cpbrock3 is on a distinguished road
I have a noob question. I'm just interested in getting to the point where I can use the program. I got the 'package' to install using the script into this directory.
OpenFOAM-1.5 is installed into /usr/lib/OpenFOAM-1.5

Then I installed some paraview package. But I have no idea what this stuff means about setting the paths on this ~/.bashrc.


This Part<
In order to set the OpenFOAM paths correctly, you should add this line to your ~/.bashrc:

startOF15="source /usr/lib/OpenFOAM-1.5/etc/bashrc"

and each time you want to use OpenFOAM you have to execute "startOF15". >


Can you put this in stupid people terms for me. I am tired of fighting with ubuntu.

Thank you for the help.
cpbrock3 is offline   Reply With Quote

Old   March 10, 2009, 03:47
Default Hello Carter, do you have a
  #14
Member
 
Oliver Borm
Join Date: Mar 2009
Posts: 60
Rep Power: 17
deepblue17 is on a distinguished road
Hello Carter,

do you have also checked the wiki pages?
http://openfoamwiki.net/index.php/Ba..._Intrepid_8.10

You are missing the alias (see here) in front of the line. And you have to execute startOF15 without the quotation marks.

Hope, that helps. If not, please inform me.
deepblue17 is offline   Reply With Quote

Old   March 10, 2009, 04:53
Default Hello Jed, FHS is not a deb
  #15
Member
 
Oliver Borm
Join Date: Mar 2009
Posts: 60
Rep Power: 17
deepblue17 is on a distinguished road
Hello Jed,

FHS is not a debian thing, all major distributions, at least those who are LSB certificated, are conform to the FHS.

I don't know how long you will need to get OpenFOAM packaged against system packages. Based on my knowledge from the gentoo ebuilds, I needed about 20 hours for the debian packages. The problem is also the long compile time of OpenFOAM, in order to check, that there are no compilation/linking errors.
deepblue17 is offline   Reply With Quote

Old   March 10, 2009, 07:19
Default Thanks for your efforts Oliver
  #16
New Member
 
Steven Zalek
Join Date: Mar 2009
Location: Ann Arbor, Michigan, USA
Posts: 5
Rep Power: 17
zaleksf is on a distinguished road
Thanks for your efforts Oliver! I'm looking forward to using these packages.

I am having difficulty downloading the packages, however. They simply won't download. I have successfully performed this kind of operation before, installing OpenOffice 3.0.1, etc.

I have successfully added the package repositories to my sources list:

deb http://ppa.launchpad.net/oli-borm/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/oli-borm/ppa/ubuntu intrepid main

and I have successfully added the linked import key for those sources:

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.0.10

mI0ESXif3gEEAPLdfaHYC4cRZPygScbFZ7h0m33cRTeMeN32Mp WgtWojsPcKok8KEF83EPNy
UhnXWoVVoCfNGzVyTiqQt2mJZhZJ3g+qFfNWayldw/0gWcdQZla0PZc9kveKysJDD7ikFsv6
3Afv0Zt1lBH03njVcI76Cplm4IMi/rsapzb+Y7MxABEBAAG0HUxhdW5jaHBhZCBQUEEgZm9y
IE9saXZlciBCb3JtiLYEEwECACAFAkl4n94CGwMGCwkIBwMCBB UCCAMEFgIDAQIeAQIXgAAK
CRAo1MNTWEGMVql1A/40v/DkpAkU8hSAciL0y39UiJdsDrsuLtnPR7FrtbA5qOz6l+Mi7r2F
qj8DQQwD6Y19rLxmm8kp4dkLACpm1z+x4SqteBxZ28RVXfakOG PaoPH72QtZW/vlrHQG6jhk
v1OQKa5LcNo4oRB9P5bxIZl9Sz+n1OqK08YVyNyoXx3jMQ==
=KIqY
-----END PGP PUBLIC KEY BLOCK-----

Any thoughts would be much appreciated.

Best regards
zaleksf is offline   Reply With Quote

Old   March 10, 2009, 07:57
Default Thanks for your prompt reply,
  #17
New Member
 
Steven Zalek
Join Date: Mar 2009
Location: Ann Arbor, Michigan, USA
Posts: 5
Rep Power: 17
zaleksf is on a distinguished road
Thanks for your prompt reply, Oliver.

I am running Ubuntu 8.10 (Intrepid). I meant to imply that I have used this manal process before, and that it has worked for me on other packages. It may be that I do have a package manage problem. I'm not sure how to check for that, except that I have run a test by installing a small app from the Application Add/Remove list - all worked fine.
zaleksf is offline   Reply With Quote

Old   March 10, 2009, 09:40
Default Oliver, Please excuse my ig
  #18
New Member
 
Steven Zalek
Join Date: Mar 2009
Location: Ann Arbor, Michigan, USA
Posts: 5
Rep Power: 17
zaleksf is on a distinguished road
Oliver,

Please excuse my ignorance - I've successfully downloaded and installed all of the recommendaed packages, and added

alias startOF15="source /usr/lib/OpenFOAM-1.5/etc/bashrc" to the ~/.bashrc file.

I ran the foamInstallationTest and received the following error:

zaleksf@zaleksf-laptop:~$ startOF15
zaleksf@zaleksf-laptop:~$ cd /usr/lib/OpenFOAM-1.5/bin
zaleksf@zaleksf-laptop:/usr/lib/OpenFOAM-1.5/bin$ foamInstallationTest
Executing /usr/lib/OpenFOAM-1.5/bin/foamInstallationTest:


Checking basic setup...
-------------------------------------------------------------------------------

FATAL ERROR: OpenFOAM environment not configured.

Please refer to the installation section of the README file:
<openfoam>/OpenFOAM-1.5/README
to source the OpenFOAM environment.

I'm looking for the README file referred to to set the environment. Thoughts?

Thanks
zaleksf is offline   Reply With Quote

Old   March 10, 2009, 10:50
Default Hello Steven, this is a bug
  #19
Member
 
Oliver Borm
Join Date: Mar 2009
Posts: 60
Rep Power: 17
deepblue17 is on a distinguished road
Hello Steven,

this is a bug in the foamInstallationTest script, because the $WM_THIRD_PARTY_DIR variable is not set as we don't need them. Just change line 388 into

if [ ! -d "$WM_PROJECT_INST_DIR" ]; then

Furthermore you can ignore the critical error with gcc, because we are using the System gcc, as set in the ${WM_PROJECT_DIR}/etc/settings.sh and therefore the ${WM_COMPILER_DIR} variable is not set. Or you change line 510 by hand.
deepblue17 is offline   Reply With Quote

Old   March 11, 2009, 07:31
Default Hello Oliver, Steven, I hav
  #20
New Member
 
Paul Garlick
Join Date: Mar 2009
Location: Bournemouth, UK
Posts: 27
Rep Power: 17
pg22 is on a distinguished road
Hello Oliver, Steven,

I have downloaded the debian packages of OpenFOAM and Paraview and it's working fine.

My experience of running foamInstallationTest was the same; the absence of the $WM_THIRD_PARTY_DIR variable caused the script to give the FATAL ERROR. I commented out the function checkOpenFOAMEnvironment and the script was able to run. As well as the absence of the $WM_COMPILER_DIR variable I noticed that $MPI_ARCH_PATH (set to /usr/lib/openmpi) is not on $LD_LIBRARY_PATH. Is this necessary for parallel runs?

I found that I was able to run the cavity tutorial without errors. I copied the tutorials (examples) directory tree to my $HOME directory first. The writing error you listed may be simply the permissions on the /usr/share/... directory.

One aspect of running Paraview that I noticed was the flashing of the main window when the cursor loses focus. I found (on this forum) that the problem had been encountered before and the solution is switching off the visual effects in System->Preferences->Appearance.

Lastly, I noticed that the Paraview help icon gives an error, complaining that the $PARAVIEW_HELP variable needs to be set. I haven't found where to do this yet.

Other than that, all is working well. The /usr/lib/... and /usr/share/... installation seems a more natural location to put the main software, leaving the home directory free for data files.
__________________
Paul Garlick
pg22 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
Compiling Problem on Debian besto OpenFOAM Installation 8 August 13, 2008 15:29
Compilation whith a debian pifou74 OpenFOAM Installation 3 April 10, 2008 08:31
Trouble compiling on Debian Etch jkr OpenFOAM Installation 2 April 14, 2006 14:56
Fluent 6.2 on debian linux Chris FLUENT 3 June 2, 2005 05:21
Fluent on Suse,Debian Linux? Angus MacLeod FLUENT 3 September 27, 2000 11:48


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