|
[Sponsors] |
January 21, 2021, 06:42 |
problem running parallel simulation
|
#1 |
New Member
Join Date: Jan 2021
Posts: 9
Rep Power: 5 |
Hello everyone!
I have a problem running a parallel simulation. In the first steps of my case, I do the following instructions: -surfaceFeatureExtract -blockMesh -refineMesh -snappyHexMesh -setFields -decomposePar I have no problem with these steps. Then, i type: "mpirun -np 4 interFoam -parallel" But here, the simulation encounters a problem and send the following message: "No MRF models present No finite volume options present [DESKTOP-5F3QC7E:02342] 3 more processes have sent help message help-btl-vader.txt / cma-permission-denied [DESKTOP-5F3QC7E:02342] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages GAMGPCG: Solving for pcorr, Initial residual = 1, Final residual = 8.39055e-06, No Iterations 14 time step continuity errors : sum local = 6.2272e-12, global = 1.00873e-13, cumulative = 1.00873e-13 Starting time loop forces forces: Not including porosity effects Flow time scale min/max = 0.00243343, 1 Smoothed flow time scale min/max = 0.00243343, 1 Time = 1 PIMPLE: iteration 1 smoothSolver: Solving for alpha.water, Initial residual = 0, Final residual = 0, No Iterations 1 Phase-1 volume fraction = 0 Min(alpha.water) = 0 Max(alpha.water) = 0 MULES: Correcting alpha.water MULES: Correcting alpha.water Phase-1 volume fraction = 0 Min(alpha.water) = 0 Max(alpha.water) = 0 -------------------------------------------------------------------------- Primary job terminated normally, but 1 process returned a non-zero exit code. Per user-direction, the job has been aborted. -------------------------------------------------------------------------- -------------------------------------------------------------------------- mpirun detected that one or more processes exited with non-zero status, thus causing the job to be terminated. The first process to do so was: Process name: [[10340,1],0] Exit code: 144" Does anyone knows what i do wrong? |
|
January 21, 2021, 16:38 |
|
#2 |
Member
Federico Zabaleta
Join Date: May 2016
Posts: 47
Rep Power: 10 |
Does the simulation runs in serial mode? Have to tried just running interFoam without decomposing the domain?
|
|
January 21, 2021, 17:12 |
|
#3 |
Member
Petros Ampatzidis
Join Date: Oct 2018
Location: Bath, UK
Posts: 64
Rep Power: 8 |
Hi denis08,
You provide very little information about your case so it is not easy to guess. However, from the top of my head I would say to run refineMesh and snappyHexMesh like is shown below in order to overwrite the existing polyMesh: Code:
refineMesh -overwrite snappyHexMesh -overwrite |
|
May 27, 2022, 02:56 |
|
#4 |
New Member
Anis Hanani
Join Date: May 2022
Posts: 6
Rep Power: 4 |
Hello.
I am currently facing the same error. Have you found a solution for this? Thank you. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SU2-7.0.1 on ubuntu 18.04 | hyunko | SU2 Installation | 7 | March 16, 2020 05:37 |
Problem with running foam-extend 4.0 in parallel in Ubuntu 18.04 | amuzeshi | OpenFOAM Running, Solving & CFD | 4 | September 27, 2019 10:16 |
running multiple parallel cases in openfoam slows the simulation | kkpal | OpenFOAM Running, Solving & CFD | 2 | August 21, 2015 12:08 |
Problem running parallel. | Hernán | STAR-CCM+ | 1 | December 23, 2009 13:04 |
Problem running parallel | Hernán | Main CFD Forum | 0 | December 22, 2009 05:36 |