Hello there! OpenMP has its own support for atomic access, however, there are at least two reasons for preferring C++11 atomics: they are significantly more flexible and they are part of the standard. Does GCC implement C++11/14/17 atomics and OpenMP in a way so that they can be combined? Thanks!