Skip to content
New issue

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

[OMPD] The LLVM OMP runtime uses the wrong OMPD environment variable #52

Open
jdelsign opened this issue Feb 27, 2019 · 0 comments
Open

Comments

@jdelsign
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants