OpenMP Critical (critical section replaced by a reduction)
Version's name: OpenMP Critical (critical section replaced by a reduction)
; a version of the OpenMP Critical program.
Repository:
[home]
and version downloads:
[.zip]
[.tar.gz]
[.tar.bz2]
[.tar]
Patterns and behaviours:
Implemented best practices:
Replacing critical section with reduction ·
This version of the code uses an OpenMP reduction clause rather than having a critical section within the parallel loop.
The following experiments have been registered: