LLNL / dataracebench

Data race benchmark suite for evaluating OpenMP correctness tools aimed to detect data races.
Other
67 stars 29 forks source link

Actually use the CLANG env variable. #147

Closed jprotze closed 1 year ago

jprotze commented 1 year ago

Also, halt on error to avoid exhaustive execution time for codes with millions of races

First part of #144.

chunhualiao commented 1 year ago

can you keep the ${OPTIMIZATION} variable?

jprotze commented 1 year ago

Good catch. I missed these locations when solving the merge-conflicts