|
[Sponsors] |
July 28, 2006, 13:46 |
cfd@tohirdhurd icoFoam]$ mpiru
|
#1 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
[cfd@tohirdhurd icoFoam]$ mpirun -ssi rpi lamd C icoFoam . breuer_foam -parallel
/*---------------------------------------------------------------------------*\ | ========= | | | \ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \ / O peration | Version: 1.3 | | \ / A nd | Web: http://www.openfoam.org | | \/ M anipulation | | \*---------------------------------------------------------------------------*/ Exec : icoFoam . breuer_foam -parallel /*---------------------------------------------------------------------------*\ | ========= | | | \ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \ / O peration | Version: 1.3 | | \ / A nd | Web: http://www.openfoam.org | | \/ M anipulation | | \*---------------------------------------------------------------------------*/ Exec : icoFoam . breuer_foam -parallel [1] Date : Jul 28 2006 [1] Time : 11:43:12 [1] Host : tohirdhurd [1] PID : 24765 [0] Date : Jul 28 2006 [0] Time : 11:43:12 [0] Host : tohirdhurd [0] PID : 24764 [1] Root : /home/cfd/OpenFOAM/cfd-1.3/run/tutorials/icoFoam [1] Case : breuer_foam [1] Nprocs : 2 [0] Root : /home/cfd/OpenFOAM/cfd-1.3/run/tutorials/icoFoam [0] Case : breuer_foam [0] Nprocs : 2 [0] Slaves : [0] 1 [0] ( [0] tohirdhurd.24765 [0] ) [0] Create time Create mesh for time = 0 Reading transportProperties Reading field p Reading field U Reading/calculating face flux field phi Reading probeLocations Constructing probes Starting time loop Time = 0.1 Mean and max Courant Numbers = 0 1.99968 BICCG: Solving for Ux, Initial residual = 1, Final residual = 3.0016e-07, No Iterations 3 BICCG: Solving for Uy, Initial residual = 0, Final residual = 0, No Iterations 0 ICCG: Solving for p, Initial residual = 1, Final residual = 9.74224e-07, No Iterations 376 time step continuity errors : sum local = 1.28578e-09, global = 3.18735e-12, cumulative = 3.18735e-12 ICCG: Solving for p, Initial residual = 0.000341774, Final residual = 9.89629e-07, No Iterations 294 time step continuity errors : sum local = 1.41089e-06, global = 1.29713e-09, cumulative = 1.30031e-09 [1] --> FOAM Warning : [1] From function average(const UList<type>&) [1] in file /home/cfd/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude/FieldFunctions.C at line 454 [1] empty field, returning zero [1] --> FOAM Warning : [1] From function average(const UList<type>&) [1] in file /home/cfd/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude/FieldFunctions.C at line 454 [1] empty field, returning zero [1] --> FOAM Warning : [1] From function average(const UList<type>&) [1] in file /home/cfd/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude/FieldFunctions.C at line 454 [1] empty field, returning zero [1] --> FOAM Warning : [1] From function average(const UList<type>&) [1] in file /home/cfd/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude/FieldFunctions.C at line 454 [1] empty field, returning zero [1] --> FOAM Warning : [1] From function average(const UList<type>&) [1] in file /home/cfd/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude/FieldFunctions.C at line 454 [1] empty field, returning zero Wall patch = 0 Wall patch name = btmWall Uav = (1 0 0) Aref = 1 nu = nu [0 2 -1 0 0 0 0] 1.004e-06 DragCoefficient = 5.53585e-07 pressureDragCoefficient = 0 viscDragCoefficient = 5.53585e-07 LiftCoefficient = -0.00124331 Wall patch = 1 Wall patch name = topWall Uav = (1 0 0) Aref = 1 nu = nu [0 2 -1 0 0 0 0] 1.004e-06 DragCoefficient = 5.55859e-07 pressureDragCoefficient = 0 viscDragCoefficient = 5.55859e-07 LiftCoefficient = 0.00124661 [1] --> FOAM Warning : [1] From function boundBox::boundBox(const pointField& points) [1] in file meshes/boundBox/boundBox.C at line 48 [1] cannot find bounding box for zero sized pointFieldreturning zero [1] --> FOAM Warning : [1] From function boundBox::boundBox(const pointField& points) [1] in file meshes/boundBox/boundBox.C at line 48 [1] cannot find bounding box for zero sized pointFieldreturning zero [1] --> FOAM Warning : [1] From function boundBox::boundBox(const pointField& points) [1] in file meshes/boundBox/boundBox.C at line 48 [1] cannot find bounding box for zero sized pointFieldreturning zero [1] --> FOAM Warning : [1] From function boundBox::boundBox(const pointField& points) [1] in file meshes/boundBox/boundBox.C at line 48 [1] cannot find bounding box for zero sized pointFieldreturning zero [0] [0] [0] --> FOAM FATAL IO ERROR : Expected a '(' while reading VectorSpace<form,>, found on line 0 the doubleScalar 13.2233 [0] [0] file: IOstream at line 0. [0] [0] From function Istream::readBegin(const char*) [0] in file db/IOstreams/IOstreams/Istream.C at line 94. [0] FOAM parallel run exiting [0] ----------------------------------------------------------------------------- One of the processes started by mpirun has exited with a nonzero exit code. This typically indicates that the process finished in error. If your process did not finish in error, be sure to include a "return 0" or "exit(0)" in your C code before exiting the application. PID 24765 failed on node n0 (127.0.0.1) with exit status 1. ----------------------------------------------------------------------------- [cfd@tohirdhurd icoFoam]$ Any suggestions on what could be wrong? The case works fine in serial mode. |
|
July 28, 2006, 13:48 |
It did not write out the probe
|
#2 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
It did not write out the probes directory either.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FOAM FATAL IO ERROR attempt to read beyond EOF | unoder | OpenFOAM Running, Solving & CFD | 12 | October 22, 2024 19:32 |
FOAM FATAL IO ERROR | msrinath80 | OpenFOAM Running, Solving & CFD | 4 | July 30, 2008 11:06 |
[Commercial meshers] FOAM FATAL ERROR points deallocated | hoerl | OpenFOAM Meshing & Mesh Conversion | 0 | October 30, 2006 08:47 |
FOAM FATAL ERROR | derath | OpenFOAM Pre-Processing | 1 | June 10, 2006 15:20 |
FOAM FATAL IO ERROR | sita | OpenFOAM Running, Solving & CFD | 2 | August 23, 2005 05:37 |