|
[Sponsors] |
November 15, 2018, 16:10 |
Cores decouple in parallel simulation
|
#1 | ||
New Member
Raśl Urtubia
Join Date: Nov 2018
Posts: 1
Rep Power: 0 |
Hello,
I'm running a biphasic flow simulation through porous media with the impesFoam solver, which is a part of a toolbox for OpenFOAM (here is the link in case you are curious or you think it may be useful for you too https://openfoamwiki.net/index.php/C..._3.0_and_newer). To accelerate the process I decided to run it in parallel with mpirun and then the problem arises: some processors get ahead of others in time and "decouple" (I don't know if there is an specific term to call this phenomena, hence the quotation marks). For example, for a simulation with time limit 20000s: prossesor0: 14000s prossesor1: 16400s prossesor2: 19600s prossesor3: 17400s prossesor4: 14200s prossesor5: 20000s prossesor6: 15800s prossesor7: 14400s The weird part of all this is that I don't receive any kind of error message. The simulation just goes all the way until a processor hits the time threshold to stop, then all the others enter a limbo and don't update their time folders anymore. I've tried with different ways of decomposing the domain, such as scotch, hierarchy and simple, but they all have the same problem. This is my run txt: Quote:
Quote:
If anyone thinks the problem lays in other part of the process I'm ready to provide all data you may think is relevant. Thanks in advance |
|||
Tags |
decouple, parallel |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Solver seems to diverge after re-run the simulation (parallel) | cryabroad | OpenFOAM Running, Solving & CFD | 2 | October 31, 2018 00:55 |
running multiple parallel cases in openfoam slows the simulation | kkpal | OpenFOAM Running, Solving & CFD | 2 | August 21, 2015 12:08 |
simpleFoam parallel | AndrewMortimer | OpenFOAM Running, Solving & CFD | 12 | August 7, 2015 19:45 |
Error when running in parallel (> 512 cores) using MVAPICH2 | ripperjack | OpenFOAM Running, Solving & CFD | 7 | June 25, 2015 04:12 |
how to specify parallel running? (core i7 but with 6 cores running) | vitorspadeto | OpenFOAM Running, Solving & CFD | 2 | April 16, 2014 11:25 |