You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present we add PETSc events to local kernels if PETSc logging is enabled (i.e. we pass -log_view).
In my recent performance experiments it is clear that this can actually be quite costly so enabling it by default like this is probably unwise. I think instead we should add a add_petsc_event parameter to tsfc_compiler_parameters so we have more control on when it is applied.
The text was updated successfully, but these errors were encountered:
At present we add PETSc events to local kernels if PETSc logging is enabled (i.e. we pass
-log_view
).In my recent performance experiments it is clear that this can actually be quite costly so enabling it by default like this is probably unwise. I think instead we should add a
add_petsc_event
parameter totsfc_compiler_parameters
so we have more control on when it is applied.The text was updated successfully, but these errors were encountered: