loganoz / horses3d

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

Make the code work with -ipo flag #77

Closed loganoz closed 2 years ago

loganoz commented 2 years ago

It works with -ipo in flexo with the latest version of the compiler. However, the code runs slower with ipo than without ipo (preliminary result, do not trust it very much Test case was NS/TaylorGreen. 24 sec with -ipo vs 20 sec without -ipo)