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

Fedora 10 OpenFOAM15

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 17, 2008, 13:47
Default Hello everyone, A Good Even
  #1
Senior Member
 
Philippose Rajan
Join Date: Mar 2009
Location: Germany
Posts: 552
Rep Power: 25
philippose will become famous soon enough
Hello everyone,

A Good Evening as always!! though it could stop snowing for a change :-)!

Lets say... its been... a long time now :-)! And as usual, its good to be back on the posting side of the forum again :-)!

Just wanted to report....

I have successfully compiled OpenFOAM-1.5 on Fedora 10... details..:

Processor: 32-bit Intel Centrino 1.6GHz
Memory: 512MB
Operating System: Fedora 10
Compiler: GCC 4.3.2 (Stock compiler on Fedora 10)
Parallel Lib: OpenMPI

The system had all the basic libraries and "devel" packages one would expect to find on any system used for C++ development.

All the installed packages were from the official Fedora repositories (no tinkering under the hood)

I had to obviously tinker with the "bashrc" file in the <openfoam>/etc folder to adapt it to my system.... but nothing major.

As for ParaView... I deleted the ParaView3.3-cvs which comes with OpenFOAM, and compiled my own...details:

ParaView Version: 3.5.0 (CVS)
Qt4 Version: 4.4.3 (Stock version on Fedora 10)
Installed into: <openfoam>/ThirdParty/ParaView3.5-cvs

I used the Serial / Parallel Reader from Takuya, which was compiled as per his instructions, and copied the resulting dynamic libraries to the "plugins" directory in my Paraview install folder.

Again, the "bashrc" file in the <openfoam>/etc/apps/ParaView3 folder had to be modified to reflect my setup.

As a footnote.... this version of OpenFOAM was so far, the first version to compile without any errors and issues.... it was a pleasant surprise to have a completely running system on the first compile attempt :-)!

Have a nice evening!

Philippose
philippose is offline   Reply With Quote

Old   December 18, 2008, 05:42
Default hi, got some problems in co
  #2
New Member
 
Ikariya
Join Date: Mar 2009
Posts: 2
Rep Power: 0
ikariya is on a distinguished road
hi,

got some problems in compilling OF 1.5 on fedora 10, could you post here the modifications you made on the bashrc file ?

eventually post the whole procedure would be great !

thanx in advance
ikariya is offline   Reply With Quote

Old   December 18, 2008, 15:11
Default Hello there, And again, a
  #3
Senior Member
 
Philippose Rajan
Join Date: Mar 2009
Location: Germany
Posts: 552
Rep Power: 25
philippose will become famous soon enough
Hello there,

And again, a very good evening too !!

I think it would be easier to go the other way around.... by you telling me what those "some problems" were, which you came across while trying to compile OpenFOAM 1.5 on a Fedora 10 system.

As I mentioned, the whole compilation worked on a...for all practical purposes... stock install of Fedora 10, and the changes I made in the bashrc file were extremely trivial, such as reducing the number of processors to be used for compilation from 2 to 1, etc....

Philippose
philippose is offline   Reply With Quote

Old   December 18, 2008, 23:04
Default I think for fedora, there wont
  #4
Member
 
Velan
Join Date: Mar 2009
Location: India
Posts: 50
Rep Power: 17
velan is on a distinguished road
I think for fedora, there wont be any modification in bashrc. Just do the following command

cp ~/.bashrc ~/.bashrc.bak
cp ~/OpenFOAM/OpenFOAM-1.5/etc/bashrc ~/.bashrc

Still if you have any error, post it
velan is offline   Reply With Quote

Old   December 20, 2008, 07:30
Default Hi guys, I could not open t
  #5
Senior Member
 
Sandy Lee
Join Date: Mar 2009
Posts: 213
Rep Power: 18
sandy is on a distinguished road
Hi guys,

I could not open the C++ source codes of OpenFOAM in fedora 9. Why? Maybe I lost to install any software packages?

Thanks for help.

Sandy
sandy is offline   Reply With Quote

Old   January 29, 2009, 21:17
Default Hi Philippose, could u tell
  #6
New Member
 
Djeghri Noureddine
Join Date: Mar 2009
Location: algiers, algeria
Posts: 1
Rep Power: 0
nour is on a distinguished road
Hi Philippose,

could u tell us in details how did upgrade the Paraview compilation from 3.3 to 3.5 to feet the Qt's stock version of the system (it means Qt-4.4.3)

Thanks in advance
nour is offline   Reply With Quote

Old   February 9, 2009, 21:44
Default Hello Djeghri, For upgrading
  #7
New Member
 
Zairja
Join Date: Mar 2009
Posts: 9
Rep Power: 17
zairja is on a distinguished road
Hello Djeghri,
For upgrading Paraview to latest version, you can check:
http://zairjatm.webs.com/cfd.htm

GO to OpenSuSE section.

I've successfully compiled that on OpenSuSE, and i'm sure that you can apply the same to other distro also, if you load the packages and do the same steps.

Hope this helps...
PS: if you do try it, can i ask that you test it please using your data since i'm not the user of OpenFOAM.

Cheers
Zairja
zairja is offline   Reply With Quote

Old   February 18, 2009, 04:37
Default Hello, considering the titl
  #8
New Member
 
Carsten \'t Mannetje
Join Date: Mar 2009
Posts: 5
Rep Power: 17
carstentm is on a distinguished road
Hello,

considering the title, this seems like quite the appropriate topic to ask for help.
Running Fedora 10, and hoping to be using OpenFOAM..
OpenFOAM itself works fine (insofar as I've tested this)
However, Paraview doesn't, unfortunately.

Initially started with the readme file (.e http://www.opencfd.co.uk/openfoam/doc/README.html) suggestion on recompiling Paraview,
ran into a LOT of trouble with missing libraries and package, which I've been working on fixing.
However, I'm currently stuck on recompiling PV3FoamReader using ./Allwmake as instructed in the readme.
And I'm really at a loss as to what I might still be missing and/or where I might find that which I'm missing.

The error returned is:

----
[ 45%] Building CXX object CMakeFiles/PV3FoamReader.dir/qrc_PV3FoamReader.o
Linking CXX shared library /home/Carsten/OpenFOAM/OpenFOAM-1.5/lib/linuxGccDPOpt/libPV3FoamReader.so
/usr/bin/ld: cannot find -lpqComponents
collect2: ld returned 1 exit status
make[2]: *** [/home/Carsten/OpenFOAM/OpenFOAM-1.5/lib/linuxGccDPOpt/libPV3FoamReader.so] Error 1
make[1]: *** [CMakeFiles/PV3FoamReader.dir/all] Error 2
make: *** [all] Error 2

------------

Any help is appreciated.

thanks,
Carsten
carstentm 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
[OpenFOAM] ParaFoam error in OpenFOAM15 asaha ParaView 24 November 2, 2009 19:16
OpenFOAM15 paraFoam bug koen OpenFOAM Bugs 19 June 30, 2009 10:46
OpenFOAM15 on Ubuntu810 forsumit OpenFOAM Installation 28 January 25, 2009 08:05
ReconstructPar in OpenFOAM15 nicasch OpenFOAM Post-Processing 1 November 7, 2008 04:06
Updates for OpenFOAM15 olesen OpenFOAM Installation 9 July 18, 2008 03:18


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