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

Naca0012 k-e mpirun gives fpe whereas simpleFoam not

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 20, 2009, 11:07
Default Naca0012 k-e mpirun gives fpe whereas simpleFoam not
  #1
New Member
 
Join Date: Apr 2009
Posts: 10
Rep Power: 17
Pierpaolo is on a distinguished road
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
Pierpaolo is offline   Reply With Quote

Old   May 8, 2010, 03:08
Default -parallel OF
  #2
New Member
 
TRAN Tan-Dung
Join Date: Mar 2010
Posts: 1
Rep Power: 0
aerodung is on a distinguished road
U should write:
mpirun -np 2 simpleFoam -parallel > log &
or
nohup mpirun -np 2 simpleFoam -parallel > log &
aerodung 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
Laminar simpleFoam and inviscid simpleFoam herenger OpenFOAM Running, Solving & CFD 7 July 11, 2013 06:27
NACA0012 with simpleFOAM nuovodna OpenFOAM Running, Solving & CFD 7 May 19, 2010 04:58
Error running simpleFoam in parallel skabilan OpenFOAM Running, Solving & CFD 2 August 29, 2008 09:42
SimpleFoam result for turbFoam initialisation philippose OpenFOAM Running, Solving & CFD 0 November 26, 2006 10:24
I want NACA0012 simulation datas Santana Main CFD Forum 2 December 28, 2004 11:58


All times are GMT -4. The time now is 19:32.