loganoz / horses3d

HORSES3D: A high-order discontinuous Galerkin solver for flow simulations and multi-physics applications
https://loganoz.github.io/horses3d/
MIT License
112 stars 24 forks source link

Fix logging with MPI #153

Closed Andres-MG closed 1 year ago

Andres-MG commented 1 year ago

I have fixed the subroutine to write the residuals to a file since it did not consider cases with more than one MPI core. Now only the root process writes to the file.

I have also removed the annoying "save LES" comment printed on the screen whenever we write a solution file.