Skip to content

Change initialization order to fix FPE trapping mess

Stéphane Del Pino requested to merge feature/small-matrix-vector into develop

PETSc was initialized after FPEManager and could replace its defined policy leading to unexpected trapping (underflows for instance when multiplying very small numbers)

Merge request reports