|
[Sponsors] |
Naca0012 k-e mpirun gives fpe whereas simpleFoam not |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 20, 2009, 12:07 |
Naca0012 k-e mpirun gives fpe whereas simpleFoam not
|
#1 |
New Member
Join Date: Apr 2009
Posts: 10
Rep Power: 17 |
Hi all,
I am running into this weird hitch when trying to run simpleFoam parallel on a NACA 0012 subsonic airfoil for an AoA different from 0: 1) mpirun -np 2 simpleFoam > log & stops with error at the fifth iteration apparently with a fpe: mpirun -np 2 simpleFoam -parallel > log [0] #[1] #0 Foam::error:rintStack(Foam::Ostream&)0 Foam::error:rintStack(Foam::Ostream&) in "/home/pier/Open in "/home/pier/OpenFOAM/OpenFOAM-1.5/lib/linuxGccDPOpt/libOpenFOAM.so" [1] #1 Foam::sigFpe::sigFpeHandler(int)FOAM/OpenFOAM-1.5/lib/linu in "/home/pier/OpenFOAM/OpenFOAM-1.5/lib/linuxGccDPOpt/lixGccDPOpt/libOpenFOAM.so" [0] #1 Foam::sigFpe::sigFpeHandler(int)bOpenFOAM.so" [1] #2 Uninterpreted: [0xffffe400] ... snip ... [localhost:24755] [10] /home/pier/OpenFOAM/OpenFOAM-1.5/lib/linuxGccDPOpt/libincompressibleRASModels.so(_ZNK4Foam14incompres sible9RASModels8kEpsilon10divDevReffERNS_14Geometr icFieldINS_6VectorIdEENS_12fvPatchFieldENS_7volMes hEEE+0xf6) [0xb7e295f6] [localhost:24755] [11] simpleFoam [0x805aaa7] [localhost:24755] [12] /lib/libc.so.6(__libc_start_main+0xdc) [0xb6b6260c] [localhost:24755] [13] simpleFoam(_ZN4Foam11regIOobject14readIfModifiedEv +0x1e9) [0x8059e01] [localhost:24755] *** End of error message *** mpirun noticed that job rank 0 with PID 24755 on node localhost exited on signal 8 (Floating point exception). 2) simpleFoam > log & runs smoothly without a problem. Initial U conditions: ... snip ... internalField uniform (9.9756 0.6976 0); boundaryField { wall { type fixedValue; value uniform (0 0 0); } pressure-far-field-1 { type fixedValue; value uniform (9.9756 0.6976 0); } ... snip ... Thanks for any hint on this, Pier |
|
May 8, 2010, 04:08 |
-parallel OF
|
#2 |
New Member
TRAN Tan-Dung
Join Date: Mar 2010
Posts: 1
Rep Power: 0 |
U should write:
mpirun -np 2 simpleFoam -parallel > log & or nohup mpirun -np 2 simpleFoam -parallel > log & |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Laminar simpleFoam and inviscid simpleFoam | herenger | OpenFOAM Running, Solving & CFD | 7 | July 11, 2013 07:27 |
NACA0012 with simpleFOAM | nuovodna | OpenFOAM Running, Solving & CFD | 7 | May 19, 2010 05:58 |
Error running simpleFoam in parallel | skabilan | OpenFOAM Running, Solving & CFD | 2 | August 29, 2008 10:42 |
SimpleFoam result for turbFoam initialisation | philippose | OpenFOAM Running, Solving & CFD | 0 | November 26, 2006 11:24 |
I want NACA0012 simulation datas | Santana | Main CFD Forum | 2 | December 28, 2004 12:58 |