|
[Sponsors] |
[OpenFOAM.org] OpenFOAM 1.6.x Installer for Ubuntu |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 25, 2010, 10:32 |
|
#81 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings to all,
Well, the OSMesa option is useful for when you have no rendering farm available, but you still have well over 50GHz of combined computing power in i686/x86_64 power The Mesa option should be useful for scenarios when you really need ParaView working and the currently available drivers for the graphics card are really bad... thus, better slow then nothing Although by what I investigated, NVidia and ATI have their own OpenGL libraries, but Intel seems to be closely tied with the Mesa3D project. So, without getting my hands on some hardware that jams up, I can't confirm myself how things are working. Well, it should be just a question of time Best regards, Bruno
__________________
|
|
May 25, 2010, 17:26 |
Installed 64 bit OpenFoam 1.6.x on Ubuntu 10.4 using gcc 4.4.3
|
#82 |
New Member
Join Date: Apr 2010
Posts: 16
Rep Power: 16 |
Bruno,
Thanks to you, I managed to install Openfoam 1.6.x on my x86_64 machine running Ubuntu 10.4 using gcc 4.4.3. I used your script to get this far. I ran the blockmesher on the lid cavity case and it seems to work. Just one small problem but with paraview this time. When I try to start paraview, I get a segmentation fault. Any ideas please? Regards, Saif |
|
May 25, 2010, 17:59 |
|
#83 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Saif,
Well, at least the computer didn't freeze like it has happened to some users. What graphics card do you have on your machine? And what drivers have you installed for it? If you have an ATI graphics card like marval has (see post #61), or even if you have an NVidia card, then try to do what he did (post #77): Quote:
Best regards, Bruno Edit: the instructions I sent to Saif are now available here: Installing OpenFOAM 1.6 on Ubuntu 10.4 post #6
__________________
Last edited by wyldckat; May 27, 2010 at 21:21. Reason: Added helpful reference for new users |
||
June 7, 2010, 09:22 |
|
#84 |
New Member
vedi
Join Date: Apr 2009
Posts: 6
Rep Power: 17 |
I am now working on Ubuntu 10.04. I have failed to install OpenFOAM1.6 with this script installOF.sh. I am eager to get help. Here is the error:
find: `/var/run/gdm': Permission denied find: `/var/spool/cups': Permission denied find: `/var/spool/cron/atspool': Permission denied find: `/var/spool/cron/crontabs': Permission denied find: `/var/spool/cron/atjobs': Permission denied find: `/var/cache/ldconfig': Permission denied find: `/var/lib/gdm': Permission denied find: `/var/lib/polkit-1': Permission denied find: `/var/log/samba/cores': Permission denied find: `/var/log/gdm': Permission denied ------------------------------------------------------ ------------------------------------------------------ Build OpenFOAM: Allwmake started to build at: Mon Jun 7 20:08:44 CST 2010 Allwmake finished at: Mon Jun 7 20:08:44 CST 2010 |
|
June 7, 2010, 10:00 |
|
#85 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Vedi and welcome to the forum!
OK, that is one strange error... Can you please describe the steps you have taken to make that happen? Additionally, can you please attach the installOF.log file? Because that file should have a complete log of the messages you got! I believe the specific problem related to the error you got comes from far before those error messages you've posted! Best regards, Bruno
__________________
|
|
June 7, 2010, 22:03 |
|
#86 | |
New Member
vedi
Join Date: Apr 2009
Posts: 6
Rep Power: 17 |
Quote:
May I have your email address and send it to you in the email? Best regards, Vedi |
||
June 7, 2010, 22:19 |
|
#87 |
New Member
vedi
Join Date: Apr 2009
Posts: 6
Rep Power: 17 |
Maybe the trouble is here:
Build gcc-4.3.3: Build process didn't finished with success. Please check the log file for more information: /build_gcc.log My gcc version is 4.4.3 I found the reason why I cann't upload the file, the Max Filesize is 97.7KB, but mine is 560KB. Last edited by vedi2008; June 8, 2010 at 11:18. |
|
June 8, 2010, 11:22 |
|
#88 |
New Member
vedi
Join Date: Apr 2009
Posts: 6
Rep Power: 17 |
Now I have compressed the log file and hope it can be uploaded this time.
Please rename the file name to be installOF.rar and then decompress it. Best regards, Vedi |
|
June 8, 2010, 19:44 |
|
#89 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Vedi,
Well, you got unlucky... the server where OpenFOAM's git is hosted was down when you tried to install OpenFOAM. The indication is this: Code:
------------------------------------------------------ Applying patches to bashrc and settings.sh ... ------------------------------------------------------ patching file bashrc Hunk #1 FAILED at 105. 1 out of 1 hunk FAILED -- saving rejects to file bashrc.rej patching file bashrc Hunk #1 FAILED at 93. 1 out of 1 hunk FAILED -- saving rejects to file bashrc.rej patching file paraFoam Hunk #1 FAILED at 75. 1 out of 1 hunk FAILED -- saving rejects to file paraFoam.rej patching file ./wmake Hunk #1 FAILED at 55. Hunk #2 FAILED at 152. 2 out of 2 hunks FAILED -- saving rejects to file ./wmake.rej patching file mpfr-2.4.1/log2.c patching file mpfr-2.4.1/log1p.c patching file mpfr-2.4.1/log10.c patching file makeQt patching file ./makeParaView Hunk #4 succeeded at 183 with fuzz 2. patching file ./tools/makeParaViewFunctions patching file AllwmakeLibccmio Solution - Just try to execute the script again, after running the following lines: Code:
cd $HOME/OpenFOAM rm -rf OpenFOAM 1.6.x rm -rf ThirdParty-1.6.x ThirdParty-1.6 Sorry about that, we should have put in a safe guard for the possibility of the git server being down We will fix it in the next coding storm Best regards, Bruno
__________________
|
|
June 8, 2010, 21:28 |
|
#90 |
New Member
vedi
Join Date: Apr 2009
Posts: 6
Rep Power: 17 |
Thank you very much, I will have a try.
Best regards, Vedi |
|
June 9, 2010, 07:57 |
|
#91 |
New Member
vedi
Join Date: Apr 2009
Posts: 6
Rep Power: 17 |
Thank you very much, Bruno! With your help I have successfully installed OpenFOAM.
Best regards, Vedi |
|
June 14, 2010, 16:10 |
|
#92 |
New Member
Sam
Join Date: May 2010
Posts: 3
Rep Power: 16 |
Could you please let me know what the root folder name is for the installation package? What I mean is that I don't want the cascaded duplicative folder names such as "/openFOAM/openFOAM".
Thank you in advance for your help. |
|
June 15, 2010, 05:26 |
Error with paraFoam
|
#93 |
Member
Rickard Hidefjäll
Join Date: Jun 2009
Location: Uppsala, Sweden
Posts: 39
Rep Power: 17 |
Hi !
I've used the http://openfoam-ubuntu.googlecode.com/hg/installOF.sh script several times with different parameters, and I also still get the same results: rickard@SkunkWorks:/Data/FlygFiler/Projekt20100612$ startFoam Building on 4 cores rickard@SkunkWorks:/Data/FlygFiler/Projekt20100612$ paraFoam created temporary 'Projekt20100612.OpenFOAM' QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory QFileSystemWatcher: failed to add paths: /home/rickard/.config/ibus/bus Bus:pen: Can not get ibus-daemon's address. IBusInputContext::createInputContext: no connection to ibus-daemon Segmentation fault rickard@SkunkWorks:/Data/FlygFiler/Projekt20100612$ A new fresh Linux install has taken place twice with no differens in results. I think some thing has change sins 22/5 when the script was last updated. Or has anyone any hints about how to fix the problem? Regards Rickard |
|
June 15, 2010, 18:38 |
|
#94 | ||
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings to all,
I'll try to answer the two latest posts in order: Quote:
Now for the next post: Quote:
I'll try to confirm the issue in a couple of machines in the next weekend... if I can find the time for it Best regards, Bruno
__________________
|
|||
June 16, 2010, 01:28 |
|
#95 |
Member
Rickard Hidefjäll
Join Date: Jun 2009
Location: Uppsala, Sweden
Posts: 39
Rep Power: 17 |
Hi !
Tanks for caring. Regards Rickard |
|
June 16, 2010, 09:48 |
|
#96 | |
New Member
Sam
Join Date: May 2010
Posts: 3
Rep Power: 16 |
Quote:
Take the default folder you mentioned as example, should I creat the full default folder $HOME/OpenFOAM/OpenFOAM-1.6.x or just creat the folder named $HOME/OpenFOAM and then the installation package will create subfolder /OpenFOAM-1.6.x by itself? |
||
June 16, 2010, 13:40 |
|
#97 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Rickard and Sam,
Rickard: I'll try to run the install script on a virtual machine with KUbuntu 10.04 next weekend and try to replicate the issue you got. Sam: Quote:
The only way you would get cascaded folders, would be if you define in the dialog box that asks for the path where to install OpenFOAM, typed for example: Code:
/home/user/OpenFOAM/OpenFOAM But if you want to pre-create the $HOME/OpenFOAM folder, feel free to do it! But I think that creating the folder $HOME/OpenFOAM/OpenFOAM-1.6.x will confuse the install procedure, more specifically git might complain about the folder already existing and won't clone the repository as a security precaution. Best regards, Bruno
__________________
|
||
June 16, 2010, 15:11 |
testing the experimental script right now
|
#98 |
Member
Rickard Hidefjäll
Join Date: Jun 2009
Location: Uppsala, Sweden
Posts: 39
Rep Power: 17 |
Hi!
I'm testing the experimental script right now. Just started it, I tell you the results as soon as possible Rickard |
|
June 16, 2010, 16:43 |
|
#99 |
Member
Rickard Hidefjäll
Join Date: Jun 2009
Location: Uppsala, Sweden
Posts: 39
Rep Power: 17 |
And it worked! But to make a stream line takes a very long time.
And still it complains about no connection to the Ibus daemon. Regards / Rickard |
|
June 18, 2010, 05:50 |
|
#100 |
New Member
Join Date: Jun 2010
Posts: 25
Rep Power: 16 |
Hallo all,
first I want to thank you for the great installation script. I tried it on my fresh installed ubuntu 10.04 and it worked fine meshing and running the cavity case. All my 6 cores were detected. But I have a problem with running ParaView. I used command "paraFoam" after running the cavity case and the message: 138: paraview: not found was coming. Can you please help me? ------------------------------- ------------------------------------------------------ Build ParaView: Build process didn't finished with success. Please check the log file for more information: /home/markus/OpenFOAM/ThirdParty-1.6.x/build_ParaView.log You can post it at this forum thread: http://www.cfd-online.com/Forums/ope...er-ubuntu.html You can also verify that thread for other people who might have had the same problems. ------------------------------------------------------ ------------------------------------------------------ ParaView isn't available where it is expected: /home/markus/OpenFOAM/ThirdParty-1.6.x/paraview-3.6.1/platforms/linuxGcc/bin/paraview Therefore it isn't possible to proceed with building the plugin PV3FoamReader. ------------------------------------------------------ Last edited by mystix; June 18, 2010 at 06:16. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frequently Asked Questions about Installing OpenFOAM | wyldckat | OpenFOAM Installation | 3 | November 14, 2023 12:58 |
OpenFOAM 4.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 2 | October 6, 2017 06:40 |
OpenFOAM Training Beijing 22-26 Aug 2016 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | May 3, 2016 05:57 |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
Error compiling OpenFoam 1.6.x with intel compiler icc | mak_04 | OpenFOAM Installation | 5 | October 28, 2011 08:06 |