firedrakeproject / asQ

A library for implementing ParaDIAG timestepping algorithms using Firedrake
MIT License
4 stars 1 forks source link

Remove explicit `PETSc.EventDecorator` calls #129

Closed JHopeCollins closed 11 months ago

JHopeCollins commented 12 months ago

The event decorator should only be used by setting the ASQ_PROFILE environment variable to PETSC_LOG. These explicit calls should have been removed in a previous PR but found their way back in when the AAOS refactor was merged.