parallel-runtimes / lomp

Little OpenMP Library
Apache License 2.0
153 stars 17 forks source link

Add support for omp critical sections (named) #8

Closed phkahler closed 3 years ago

phkahler commented 3 years ago

The readme make no mention of the omp critical directive.

It would be nice to either document if it can be used, or implement the feature if it's not already.

mjklemm commented 3 years ago

Thanks for catching that. The library already supports the critical construct. We have missed to document it in the README. I will add it.

mjklemm commented 3 years ago

Fixed via pull request #9.