|
[Sponsors] |
Parallel run error while running the simulation using MPPICFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 30, 2023, 05:14 |
Parallel run error while running the simulation using MPPICFoam
|
#1 |
New Member
Join Date: Jun 2023
Posts: 16
Rep Power: 3 |
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 |
|
October 30, 2023, 06:19 |
|
#2 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,236
Rep Power: 29 |
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 Yann |
|
October 30, 2023, 07:32 |
|
#3 |
New Member
Join Date: Jun 2023
Posts: 16
Rep Power: 3 |
That doesnt help as I am getting same error for any file name. Please suggest further. Thanks.
|
|
Tags |
mppicfoam, parallel running |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
parallel vs serial run interFoam - dambreak | gentodin | OpenFOAM Running, Solving & CFD | 0 | February 21, 2022 02:31 |
Error running simpleFoam in parallel | Yuby | OpenFOAM Running, Solving & CFD | 14 | October 7, 2021 05:38 |
SimpleFoam cannot open include file | Marija | OpenFOAM Running, Solving & CFD | 1 | October 28, 2020 11:35 |
OpenFOAM can't be run in parallel in cluster | sibo | OpenFOAM Running, Solving & CFD | 4 | February 21, 2017 17:29 |
How to run parallel simulation on PC with two-CPU? | Jimmy | FLUENT | 1 | July 14, 2008 01:46 |