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 OMPD library writes to stdout, but that is not allowed #67

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

Comments

@jdelsign
Copy link

The LLVM OMPD writes to stdout via a "dout" stream defined in Debug.h, but that is not allowed by the OMPD v5.0 spec. The following is one example: https://github.com/OpenMPToolsInterface/LLVM-openmp/blob/ompd-devices/libompd/src/TargetValue.cpp#L62

The library should not be writing to stdout, and instead should be using "ompd_callback_print_string_fn_t print_string;" in the "ompd_callbacks_t" structure.

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

No branches or pull requests

1 participant