dash-project / dash

DASH, the C++ Template Library for Distributed Data Structures with Support for Hierarchical Locality for HPC and Data-Driven Science
http://www.dash-project.org/
Other
155 stars 44 forks source link

`dart-impl/base/include/dash/dart/base/atomic.h` is unused #623

Open bertwesarg opened 5 years ago

bertwesarg commented 5 years ago

Can't find any user of these macros!

devreal commented 5 years ago

It's used in the tasking branch and will be refactored to include C11 atomics if available. At some point it was upstreamed into development without a real use I guess.