OpenMP Critical (master)

Version's name: OpenMP Critical (master) ; 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 ·

The POP assessment identified a critical section which contained a large block of code that enclosed computation as well as I/O. This created a large amount of thread locking time that reduced the performance and subsequently the parallel scalability.

The following experiments have been registered: