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

Parallel run error while running the simulation using MPPICFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 30, 2023, 04:14
Default Parallel run error while running the simulation using MPPICFoam
  #1
New Member
 
Join Date: Jun 2023
Posts: 12
Rep Power: 2
kazzy is on a distinguished road
Hello,


I am getting below error when i run ./Allrun command to solve.


fileName::stripInvalid() called for invalid fileName /home/ttdesign/OpenFOAM/ttdesign-v2206/run/EAIPS-NEW/p1_noBladesScaled(copy)
For debug level (= 2) > 1 this is considered fatal
fileName::stripInvalid() called for invalid fileName /home/ttdesign/OpenFOAM/ttdesign-v2206/run/EAIPS-NEW/p1_noBladesScaled(copy)
For debug level (= 2) > 1 this is considered fatal
-------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code.. Per user-direction, the job has been aborted.
-------------------------------------------------------
--------------------------------------------------------------------------
mpiexec 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: [[34815,1],1]
Exit code: 1




Would be happy to provide the Allrun file as follows for your further investigation. You help would be much appreciated. Thanks



Allrun script is as follows:



#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------

# CLEANING THE CASE
rm log1_clean
rm log2_mesh
rm log3_checkMesh
rm log4_decomposePar
rm log5_parallelRun
rm log6_reconstructPar
rm -r log5_parallelRun.analyzed
rm -r VTK
foamCleanTutorials | tee log1_clean

# CONVERTING FLUENT MESH TO FOAM
ideasUnvToFoam Mesh_1_meters.unv | tee log2.mesh

# COPING THE ORIGINAL 0 FOLDER TO MAKE IT EXECUTIBLE 0 FOLDER
cp -r 0.orig 0
cp constant/boundary.orig constant/polyMesh/boundary

# CHECKIMG THE MESH
checkMesh | tee log3_checkMesh
#foamToVTK
#foamToVTK -faceSet nonOrthoFaces
#foamToVTK -pointSet nonManifoldPoints
#foamToVTK -pointSet unusedPoints
#foamToVTK -faceSet upperTriangularFace

# SPLITTING THE CASE FOR 16 PROCESSORS
decomposePar | tee log4_decomposePar

# RUNNING THE SIMULATION
mpiexec -np 16 MPPICFoam -parallel | tee log5_parallelRun


#pyFoamPlotWatcher.py log5_parallelRun

# RECONSTRUCTING THE CASE
reconstructPar | tee log6_reconstructPar
kazzy is offline   Reply With Quote

Old   October 30, 2023, 05:19
Default
  #2
Senior Member
 
Yann
Join Date: Apr 2012
Location: France
Posts: 1,059
Rep Power: 26
Yann will become famous soon enough
Hello,

Code:
fileName::stripInvalid() called for invalid fileName /home/ttdesign/OpenFOAM/ttdesign-v2206/run/EAIPS-NEW/p1_noBladesScaled(copy)
For debug level (= 2) > 1 this is considered fatal
Not sure about it, but I would try removing the brackets in the case name.

Yann
Yann is online now   Reply With Quote

Old   October 30, 2023, 06:32
Default
  #3
New Member
 
Join Date: Jun 2023
Posts: 12
Rep Power: 2
kazzy is on a distinguished road
That doesnt help as I am getting same error for any file name. Please suggest further. Thanks.
kazzy is offline   Reply With Quote

Reply

Tags
mppicfoam, parallel running


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
parallel vs serial run interFoam - dambreak gentodin OpenFOAM Running, Solving & CFD 0 February 21, 2022 01:31
Error running simpleFoam in parallel Yuby OpenFOAM Running, Solving & CFD 14 October 7, 2021 04:38
SimpleFoam cannot open include file Marija OpenFOAM Running, Solving & CFD 1 October 28, 2020 10:35
OpenFOAM can't be run in parallel in cluster sibo OpenFOAM Running, Solving & CFD 4 February 21, 2017 16:29
How to run parallel simulation on PC with two-CPU? Jimmy FLUENT 1 July 14, 2008 00:46


All times are GMT -4. The time now is 10:44.