History log of /petsc/src/sys/tutorials/output/ex7_0.out (Results 1 – 3 of 3)
Revision Date Author Comments
# 6c37f76f 27-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-log-handler' into 'main'

Deglobalize logging into PetscLogHandler and PetscLogState

See merge request petsc/petsc!6709


# dff009be 24-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Add composed functions for default log handler functions

This makes them extensible to other implementations.
Where appropriate, the global log handler will now dispatch
these functions t

Profiling: Add composed functions for default log handler functions

This makes them extensible to other implementations.
Where appropriate, the global log handler will now dispatch
these functions to all running log handlers.

It is not always appropriate to dispatch to all running log handlers:
when a single return value is expected or when a filename
is given, it will continue to dispatch only to the default
log handler.

show more ...


# 936c8cb4 14-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Add tutorial for implementing a PetscLogHandler

sys/tutorials/ex7.c implements all log handling callbacks using only the
public interface and also demonstrates what to expect in
PetscLogH

Profiling: Add tutorial for implementing a PetscLogHandler

sys/tutorials/ex7.c implements all log handling callbacks using only the
public interface and also demonstrates what to expect in
PetscLogHandlerStagePush() and PetscLogHandlerStagePop()
regarding the transition from old stage to new stage.

show more ...