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

problem running parallel simulation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 21, 2021, 05:42
Default problem running parallel simulation
  #1
New Member
 
Join Date: Jan 2021
Posts: 8
Rep Power: 5
denis08 is on a distinguished road
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?
denis08 is offline   Reply With Quote

Old   January 21, 2021, 15:38
Default
  #2
Member
 
Federico Zabaleta
Join Date: May 2016
Posts: 47
Rep Power: 9
fedez91 is on a distinguished road
Does the simulation runs in serial mode? Have to tried just running interFoam without decomposing the domain?
fedez91 is offline   Reply With Quote

Old   January 21, 2021, 16:12
Default
  #3
Member
 
Petros Ampatzidis
Join Date: Oct 2018
Location: Bath, UK
Posts: 64
Rep Power: 7
petros is on a distinguished road
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
petros is offline   Reply With Quote

Old   May 27, 2022, 01:56
Default
  #4
New Member
 
Anis Hanani
Join Date: May 2022
Posts: 6
Rep Power: 3
Anis Hanani is on a distinguished road
Hello.
I am currently facing the same error. Have you found a solution for this?

Thank you.
Anis Hanani 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
SU2-7.0.1 on ubuntu 18.04 hyunko SU2 Installation 7 March 16, 2020 04:37
Problem with running foam-extend 4.0 in parallel in Ubuntu 18.04 amuzeshi OpenFOAM Running, Solving & CFD 4 September 27, 2019 09:16
running multiple parallel cases in openfoam slows the simulation kkpal OpenFOAM Running, Solving & CFD 2 August 21, 2015 11:08
Problem running parallel. Hernán STAR-CCM+ 1 December 23, 2009 12:04
Problem running parallel Hernán Main CFD Forum 0 December 22, 2009 04:36


All times are GMT -4. The time now is 00:42.