|
[Sponsors] |
March 8, 2019, 02:14 |
Error in parallel data saving in OpenFOAM
|
#1 |
New Member
Yi Wang
Join Date: Mar 2019
Location: Shenzhen, China
Posts: 4
Rep Power: 7 |
I run my simulation in parallel, it can run smoothly, but every time interval it writes the data, there always some error happens in a proceer or two, sometimes the error is about U, and sometimes it is about vorticity. The error will not happen when I run it in serial. Do you have the approach to deal with that. Thank you very much.
First run: [140] [140] [140] --> FOAM FATAL IO ERROR: [140] error in IOstream "/work/warling/inlet/3DWindTunnel/processor140/0.03/vorticity" for operation Foam::Ostream &Foam:perator<<(Foam::Ostream &, double) [140] [140] file: /work/warling/inlet/3DWindTunnel/processor140/0.03/vorticity" at line 215. [140] [140] From function bool Foam::IOstream::check(const char *) const [140] in file db/IOstreams/IOstreams/IOstream.C at line 52. [140] FOAM parallel run exiting [140] application called MPI_Abort(MPI_COMM_WORLD, 1) - process 140 Second run: [88] [88] [88] --> FOAM FATAL IO ERROR: [88] error in IOstream "/work/warling/inlet/3DWindTunnel/processor88/0.09/U" for operation Foam::Ostream &Foam:perator<<(Foam::Ostream &, double) [88] [88] file: /work/warling/inlet/3DWindTunnel/processor88/0.09/U at line 4135. [88] [88] From function bool Foam::IOstream::check(const char *) const [88] in file db/IOstreams/IOstreams/IOstream.C at line 52. [88] FOAM parallel run exiting [88] application called MPI_Abort(MPI_COMM_WORLD, 1) - process 88 |
|
April 3, 2019, 23:19 |
Memory limitation
|
#2 |
New Member
Yi Wang
Join Date: Mar 2019
Location: Shenzhen, China
Posts: 4
Rep Power: 7 |
I have got the answer by myself, it is due to the memory limitation of the cluster. Hope it will be helpful.
|
|
Tags |
openfoamv1812, parallel calculation, write error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Map of the OpenFOAM Forum - Understanding where to post your questions! | wyldckat | OpenFOAM | 10 | September 2, 2021 06:29 |
Openfoam parallel calculation performance study - Half performance on mpirun | Jurado | OpenFOAM Running, Solving & CFD | 22 | March 24, 2018 21:40 |
OpenFoam parallel on 2 computers : Cannot find file "points" | Blue8655 | OpenFOAM Running, Solving & CFD | 1 | June 3, 2015 22:59 |
Can't get data from OpenFoam to external solver using externalCoupled | perry | OpenFOAM Running, Solving & CFD | 4 | May 26, 2014 09:09 |
Possible Bug in pimpleFoam (or createPatch) (or fluent3DMeshToFoam) | cfdonline2mohsen | OpenFOAM | 3 | October 21, 2013 10:28 |