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

mpirun issue: Exit code 144

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 5, 2023, 01:58
Default mpirun issue: Exit code 144
  #1
New Member
 
Jihoon Kim
Join Date: Apr 2023
Posts: 1
Rep Power: 0
J.Kim. is on a distinguished road
Hi, Foamers.

I ran simulation with rhoCentralFoam for compressible flow case.

When I ran simulation with second-order upwind scheme, there is no error. However, after changing MUSCL scheme, there is an issue.

The error message is below.

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: [[39915,1],11]
Exit code: 144



My fvSchemes is below.

fluxScheme Kurganov;

ddtSchemes
{
default Euler;
}

gradSchemes
{
default cellLimited Gauss linear 1;
}

divSchemes
{
default none;
div(phi,U) Gauss MUSCL;
div(phi,T) Gauss MUSCL;
div(phi,k) Gauss MUSCL;
div(phi,omega) Gauss MUSCL;
div(phi,R) Gauss MUSCL;
div(phi,nuTilda) Gauss MUSCL;
div(tauMC) Gauss linear;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}

laplacianSchemes
{
default Gauss linear corrected;
}

interpolationSchemes
{
default linear;

reconstruct(U) limitedLinearV 1;
reconstruct(T) limitedLinear 1;

}

snGradSchemes
{
default corrected;
}

MUSCL
{
type MUSCL;
min 0;
max 3;
limiter vanLeer;
limitedSlope 1;
interpolation linear;
}

wallDist
{
method meshWave;
}

// ************************************************** *********************** //

Thanks in advance
J.Kim. 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
[OpenFOAM.com] Mpirun issue centOS 8 otaolafr OpenFOAM Installation 2 June 23, 2021 12:52
PisoFoam error: mpirun Exit Code Jinjolee OpenFOAM 3 April 29, 2019 07:10
Issue with a code for solving a boundary layer problem Vect13 Main CFD Forum 1 September 12, 2017 04:09
Error Massage "The solver failed with a non-zero exit code of : 2" Ansys123 ANSYS 0 June 27, 2016 04:15
What kind of Cmmercial CFD code you feel well? Lans Main CFD Forum 13 October 27, 1998 10:20


All times are GMT -4. The time now is 01:51.