|
[Sponsors] |
May 17, 2011, 18:02 |
Fedora 15 install help
|
#1 |
New Member
Luke Jennings
Join Date: May 2011
Posts: 1
Rep Power: 0 |
Hello All,
I am using fedora 15 64 bit and am trying to install Open Foam. I am following post 3 in http://www.cfd-online.com/Forums/ope...tml#post286214 . I have run Code:
./Allwmake | tee wmake_log.txt Any help or suggestions would be very much appreciated. Thanks |
|
May 22, 2011, 04:15 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Luke and welcome to the forum!
you're treading on bleeding edge technology! Fedora 15 and gcc 4.6.0 are AFAIK untested technologies with OpenFOAM! OpenFOAM has seen issues in the past with both gcc 4.4.x and 4.5.x, so it's possible that it will have problems with gcc 4.6.x as well. As for Fedora, again there were some issues in the past with its predefined options for gcc, that lead to OpenFOAM not building at all out-of-the-box. So, my advice is:
Bruno
__________________
Last edited by wyldckat; May 22, 2011 at 04:18. Reason: see "I forgot" |
|
May 22, 2011, 05:54 |
|
#3 |
Senior Member
Laurence R. McGlashan
Join Date: Mar 2009
Posts: 370
Rep Power: 23 |
I, too, have strange masochistic tendencies towards using Fedora. This does not extend towards using the Alpha/Beta releases however... I'll try OpenFOAM/F15 sometime next week.
Anyway, definitely use the git repository as Bruno says. Also, append the entire Allwmake output.
__________________
Laurence R. McGlashan :: Website |
|
May 22, 2011, 09:42 |
|
#4 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings to both,
OK, I was curious about OpenFOAM building with gcc 4.6.0, so I stuffed a Fedora 15 i686 beta into a virtual machine and did the following:
Code:
foam tail -F make.log Code:
cd $HOME/OpenFOAM/OpenFOAM-1.7.x
I haven't checked it to see if OpenFOAM is sane in this environment, so be very careful I tried checking if gcc 4.5.x was available in Fedora 15 and I haven't found it, so if you want to give it a shot, you can try also these instructions: Automated scripts for building gcc 4.4.x and 4.5.x for using with OpenFOAM 1.7 series Best regards and good luck! Bruno
__________________
|
||
May 26, 2011, 20:44 |
|
#6 |
Member
Join Date: Mar 2010
Posts: 42
Rep Power: 16 |
Thank you for the tips Bruno, my first time installing OpenFOAM into Fedora and i just followed your steps, everything worked.
Just one addon, If anyone using the paraview from repository wants to remove the annoying message asking for the correct reader for openfoam after running paraFoam (ex: a reader for cavity.foam could not be found) just edit file ~/OpenFOAM/OpenFOAM-1.7.x/bin/paraFoam and replace all .OpenFOAM to just .foam like this: caseFile="$caseName.OpenFOAM" -> caseFile="$caseName.foam" caseFile="$caseName{$regionName}.OpenFOAM" -> caseFile="$caseName{$regionName}.foam" and the paraview should start directly using openFoam reader. Valeu! Guilherme |
|
May 27, 2011, 16:06 |
|
#7 | ||
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Guilherme,
I'm glad my post helped But about the addon: Quote:
Quote:
Best regards, Bruno
__________________
|
|||
August 2, 2011, 08:18 |
|
#8 |
New Member
sachin palde
Join Date: Aug 2011
Posts: 1
Rep Power: 0 |
Im trying to install fedora 15 from live CD,it show me the error that you could not have free space for automatic partitioning although i have free space of 20 GB. I having windows 7 installed on my laptop
|
|
August 30, 2011, 07:49 |
|
#9 | |
Member
Avdeev Evgeniy
Join Date: Jan 2011
Location: Togliatty, Russia
Posts: 69
Blog Entries: 1
Rep Power: 21 |
Quote:
this problem appear only for automatic partitioning? - possible to choose manual partitioning? |
||
October 27, 2011, 18:12 |
|
#10 |
New Member
Join Date: Oct 2010
Posts: 27
Rep Power: 16 |
Hello I am trying to install OpenFOAM-1.6-ext on Fedora 15, but it's been a nightmare!, I always get
gcc 4.6.1 WARNING: Conflicting installations: OpenFOAM settings : /bin/gcc current path : /usr/lib64/ccache/gcc CRITICAL ERROR Please, any help is welcome! Alberto |
|
October 27, 2011, 18:51 |
|
#11 |
Member
Avdeev Evgeniy
Join Date: Jan 2011
Location: Togliatty, Russia
Posts: 69
Blog Entries: 1
Rep Power: 21 |
albem, if you are compiling from sources, may be something wrong in
OpenFOAM-version/etc/bashrc file? For example wrong selected compiler.. Code:
#- Compiler: # WM_COMPILER = Gcc | Gcc43 | Gcc44 | Gcc45 | Gcc46 | Clang | Icc (Intel icc) export WM_COMPILER=Gcc43 unset WM_COMPILER_ARCH WM_COMPILER_LIB_ARCH |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
install openfoam in fedora | Ahmed Khattab | OpenFOAM Installation | 32 | September 23, 2011 12:11 |
unable to install openfoam 1.7 using apt-get | maazhmd | OpenFOAM Installation | 7 | July 24, 2011 12:18 |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |
How to Install OpenFOAM on 64 Ubuntu 9.04 | hansel | OpenFOAM Installation | 62 | March 19, 2010 15:43 |
STAR-CD 3.268in Fedora 8 | Thomas Stockheim | Siemens | 3 | April 28, 2008 04:43 |