Skip to content

Basic and debug tracing

JOAN VINYALS YLLA CATALA requested to merge basic-tracing-debug-cb into main

This commit adds tracing for the OpenMP:

  • parallel regions
  • parallel functions
  • task creation
  • task exectution
  • barrier

This commit also adds debug information in the trace in the form of an event whose value indicates the last called callback.

Co-authored-by: MIQUEL COMAS HERVADA miquel.comas@bsc.es Co-authored-by: JOAN VINYALS YLLA CATALA joan.vinyals@bsc.es

Merge request reports