LLNL / dataracebench

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

Reduce iterations for pi-reduction to reduce execution time #114

Closed jprotze closed 3 years ago

jprotze commented 3 years ago

Execution time of the benchmark is dominated by the pi code.

peihunglin commented 3 years ago

We intentionally use large number in this test to check if a dynamic tool can handle it.