|
[Sponsors] |
November 16, 2022, 16:42 |
parallel run does nto restart correctly
|
#1 |
Senior Member
|
OpenFOAM v2106:
I have the following controlDict and run in parallel. Code:
startFrom latestTime; startTime 0; stopAt endTime; endTime 50; deltaT 0.001; writeControl runTime; writeInterval 1; So I have to do the following: 1. change the endTime in case/system/controlDict 2. reconstructPar -latestTime 3. decomposePar -latestTime -force 4. mpirun -np 4 pimpleFoam -parallel It works but is annoying. I expect I just need to modify the case/system/controlDict and continue running the case in parallel. Does anyone have the same problem or I miss something? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Best practice for smooth restart in parallel run of OpenFOAM | yek_irani | OpenFOAM Running, Solving & CFD | 9 | August 9, 2023 12:19 |
Error running simpleFoam in parallel | Yuby | OpenFOAM Running, Solving & CFD | 14 | October 7, 2021 05:38 |
The problem when i use parallel computation for mesh deforming. | Hiroaki Sumikawa | OpenFOAM Running, Solving & CFD | 0 | November 20, 2018 03:58 |
Can not run OpenFOAM in parallel in clusters, help! | ripperjack | OpenFOAM Running, Solving & CFD | 5 | May 6, 2014 16:25 |
parallel Grief: BoundaryFields ok in single CPU but NOT in Parallel | JR22 | OpenFOAM Running, Solving & CFD | 2 | April 19, 2013 17:49 |