|
[Sponsors] |
April 30, 2010, 08:50 |
|
#21 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hello again,
I'm glad it finally works You might have experienced an Heisenbug I don't remember right now, but probably there is something missing from the "test/parallel" application in OpenFOAM 1.6... probably misses an include to the PStream library, or something like that. Quote:
Best regards, Bruno
__________________
|
||
May 4, 2010, 08:38 |
|
#22 |
Senior Member
Join Date: Feb 2010
Posts: 213
Rep Power: 17 |
Tired of OpenFOAM-1.6? Do you want to experience new sensations with OF.1.6.x on Ubuntu? Here is the procedure. And do not forget to check this useful thread.
1. Backup! 2. Disable OpenFOAM-1.6 environment: edit $HOME/.bashrc and delete the line Code:
source $HOME/OpenFOAM/OpenFOAM-1.6/etc/bashrc 3. Download the wonderful script in openfoam-ubuntu. 4. Make the script executable and launch it: Code:
$ chmod +x installOF.sh $ ./installOF.sh 5. Edit $HOME/.bashrc and add Code:
alias startFoam16=". $HOME/OpenFOAM/OpenFOAM-1.6/etc/bashrc" alias startFoam16x=". $HOME/OpenFOAM/OpenFOAM-1.6.x/etc/bashrc" 6. Periodically update OpenFOAM-1.6.x to the latest git version: Code:
cd $WM_PROJECT_DIR git pull ./Allwmake >make.log 2>&1 8. Enjoy. Last edited by vaina74; May 17, 2010 at 08:50. |
|
January 21, 2011, 00:16 |
|
#23 |
Member
Join Date: Nov 2010
Posts: 33
Rep Power: 15 |
Hi,
I am working on interFoam/laminar/damBreak case. The number of cells in the generated mesh is 955000. To run in parallel, the mesh decomposition is done using metis decomposition. When decomposed and running for 4 cores (quad-core Xeon E5620 ), it works perfectly fine. On changing the decomposed case to 2-cores, After some time of running, the systems hangs and displays the following error: "mpirun noticed that process rank 0 with PID 3758 on node exited on signal 11 (Segmentation fault)." Both of the cases (2-core and 4-cores) work fine for lower number of cells (< 600000 cells). Please suggest. Thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
Modified OpenFOAM Forum Structure and New Mailing-List | pete | Site News & Announcements | 0 | June 29, 2009 06:56 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |
Adventure of fisrst openfoam installation on Ubuntu 710 | jussi | OpenFOAM Installation | 0 | April 24, 2008 15:25 |
OpenFOAM Debian packaging current status problems and TODOs | oseen | OpenFOAM Installation | 9 | August 26, 2007 14:50 |