|
[Sponsors] |
parallel InterFoam solving does not work (single core does work) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 2, 2023, 08:11 |
parallel InterFoam solving does not work (single core does work)
|
#1 |
New Member
Jordy
Join Date: Jan 2023
Posts: 1
Rep Power: 0 |
Hi,
This is my first post and I am new to the world of OpenFOAM. Last weeks I have spent watching video's and trying to run different tutorials. Right now I have a problem with trying to solve the problem with interFoam in parallel. So I am able to mesh and solve on a single core without any problems. In order to speed up I started to look into using parallel processors. First, I tried to get the meshing to work in parallel. Which I managed to do! I had to change the write precision from 6 to 7 since it was trowing an error about this. Next, I want to solve the problem using interFoam in parallel, I have checked on how to do this but until now without succes. With a single core I do get it to work. The problem always is something with Code:
MPI_ABORT I have included my case and hope someone can help me to resolve this. Please note that the script I use to run is tailored to work on a PC cluster at my graduation company. https://mega.nz/folder/prIQFL5S#itWLjoQiejFyV-IDUgnAIw Thanks in advance! Jordy PS I found this on the forum to use to debug but I don't know what it is exactly/ Code:
# mpirun -np <NPROC> bash -c "ls -l" # mpirun -np <NPROC> bash -c "export" |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Maximum number of iterations exceeded chtmultiregionsimpleFoam | Moncef | OpenFOAM Running, Solving & CFD | 28 | July 13, 2020 15:26 |
chtMultiRegionSimpleFoam turbulent case | Aditya Patil | OpenFOAM Running, Solving & CFD | 6 | April 24, 2017 23:13 |
HeatSource BC to the whole region in chtMultiRegionHeater | xsa | OpenFOAM Running, Solving & CFD | 3 | November 7, 2016 06:07 |
Unstabil Simulation with chtMultiRegionFoam | mbay101 | OpenFOAM Running, Solving & CFD | 13 | December 28, 2013 14:12 |
Orifice Plate with a fully developed flow - Problems with convergence | jonmec | OpenFOAM Running, Solving & CFD | 3 | July 28, 2011 06:24 |