We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The LLVM OMP runtime uses the environment variable "OMP_OMPD=on" to activate full OpenMP debugging. See: https://github.com/OpenMPToolsInterface/LLVM-openmp/blob/ompd-devices/runtime/src/ompd-specific.cpp#L69
The OpenMP v5.0 spec requires "OMP_DEBUG=enabled" or "OMP_DEBUG=disabled" with other values resulting in implementation defined behavior.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The LLVM OMP runtime uses the environment variable "OMP_OMPD=on" to activate full OpenMP debugging. See: https://github.com/OpenMPToolsInterface/LLVM-openmp/blob/ompd-devices/runtime/src/ompd-specific.cpp#L69
The OpenMP v5.0 spec requires "OMP_DEBUG=enabled" or "OMP_DEBUG=disabled" with other values resulting in implementation defined behavior.
The text was updated successfully, but these errors were encountered: