The OMP_DEBUG environment variable sets the debug-var ICV, which controls whether an OpenMP runtime collects information that an OMPD library may need to support a tool.
The value of this environment variable must be one of the following:
enabled | disabled
If OMP_DEBUG is set to any value other than enabled or disabled then the behavior is implementation defined.
% setenv OMP_DEBUG enabled