su2code / SU2

SU2: An Open-Source Suite for Multiphysics Simulation and Design
https://su2code.github.io
Other
1.32k stars 837 forks source link

Restart file interpolation sporadically hangs with mpi #2225

Open bigfooted opened 6 months ago

bigfooted commented 6 months ago

When restarting a case with a different mesh (for instance restarting with a finer mesh, using the restart file of a coarser mesh), the restart file is interpolated onto the new mesh. When this is done in parallel, sometimes the procedure hangs. Problem is that it not always occurs.

Some issues were already fixed in #1999

I will investigate further.

pcarruscag commented 6 months ago

Do you have examples?