|
[Sponsors] |
August 25, 2020, 10:37 |
FoamExtend IOstream error in parallel
|
#1 |
Member
Join Date: Dec 2015
Posts: 74
Rep Power: 11 |
Dear all,
I'm trying to run in parallel a case in foam extend 4.1 on ubuntu 18.04. After decomposing the mesh (patchConstrained method) in 4 processors, I get the following error when running the case: Code:
Create time Create mesh for time = 0 Initializing the GGI interpolator between master/shadow patches: s6_periodic_1_Ggi/s6_periodic_2_Ggi Initializing the GGI interpolator between master/shadow patches: r6_periodic_1_Ggi/r6_periodic_2_Ggi Initializing the GGI interpolator between master/shadow patches: s7_periodic_1_Ggi/s7_periodic_2_Ggi Initializing the GGI interpolator between master/shadow patches: r7_periodic_1_Ggi/r7_periodic_2_Ggi Initializing the GGI interpolator between master/shadow patches: r7_periodic_1b_Ggi/r7_periodic_2b_Ggi Initializing the GGI interpolator between master/shadow patches: tip_clearance_1_Ggi/tip_clearance_2_Ggi Initializing the mixingPlane interpolator between master/shadow patches: r7_inlet_mixing/s7_outlet_mixing [2] [2] [2] --> FOAM FATAL IO ERROR: [2] error in IOstream "IOstream" for operation Foam::Istream& Foam::operator>>(Foam::Istream&, Foam::List<T>&) [with T = Foam::Vector<double>] [2] [2] file: IOstream at line 0. [2] [2] From function IOstream::fatalCheck(const char*) const [2] in file db/IOstreams/IOstreams/IOstream.C at line 114. [2] FOAM parallel run exiting [2] [3] [3] [3] --> FOAM FATAL IO ERROR: [3] Expected a '(' or a '{' while reading List, found on line 0 the word 'Q' [3] [3] file: IOstream at line 0. [3] [3] From function Istream::readBeginList(const char*) [3] in file db/IOstreams/IOstreams/Istream.C at line 138. [3] FOAM parallel run exiting [3] -------------------------------------------------------------------------- MPI_ABORT was invoked on rank 2 in communicator MPI_COMM_WORLD with errorcode 1. NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes. You may or may not see output from other processes, depending on exactly when Open MPI kills them. -------------------------------------------------------------------------- [Crono:19393] 1 more process has sent help message help-mpi-api.txt / mpi-abort [Crono:19393] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages Thanks, WhiteW |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Why my program cannot ran in parallel??? | wdx_cfd | OpenFOAM Programming & Development | 5 | April 14, 2023 04:56 |
Error running openfoam in parallel | fede32 | OpenFOAM Programming & Development | 5 | October 4, 2018 17:38 |
MPI error in parallel application | usv001 | OpenFOAM Programming & Development | 2 | September 14, 2017 12:30 |
Explicitly filtered LES | saeedi | Main CFD Forum | 16 | October 14, 2015 12:58 |
simpleFoam parallel | AndrewMortimer | OpenFOAM Running, Solving & CFD | 12 | August 7, 2015 19:45 |