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

OpenMP task #55

Open
peihunglin opened this issue Jan 26, 2018 · 1 comment
Open

OpenMP task #55

peihunglin opened this issue Jan 26, 2018 · 1 comment

Comments

@peihunglin
Copy link

I was able to use the Archer in tr4 branch with clang 4.0.1 to find race in this benchmark:
https://github.com/LLNL/dataracebench/blob/master/micro-benchmarks/taskdependmissing-orig-yes.c
But a later version of Archer with clang 3.9.1 (installed on LLNL LC system) does not find race in this same benchmark. Is that caused by different clang version or some other issue?

@jprotze
Copy link
Contributor

jprotze commented Jan 26, 2018

This benchmark has a high chance to schedule both tasks on the same thread. In that case the tool currently will not detect a race. Only in the rare case where the task is actually scheduled on different threads, the tool can identify the race.

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

2 participants