Enabling OpenMP Debugging
Enable OpenMP debugging and stack filtering using the UI’s menu option Debug > Enable OpenMP Debugging.
You can also set this in the shell before launching TotalView:
*Set the environment variable OMP_DEBUG:
setenv OMP_DEBUG enabled
or, launch TotalView while setting it:
totalview -env OMP_DEBUG=enabled <your_program>
*Use the boolean state variable TV::openmp_debug_enabled:
dset TV::openmp_debug_enabled true