Closed kempj closed 10 years ago
Currently, all locks are implemented using hpx::lcos::local::spinlock. This fails whenever an openMP lock is initialized outside of a parallel region.
The lock should also persist between parallel regions.
Currently, all locks are implemented using hpx::lcos::local::spinlock. This fails whenever an openMP lock is initialized outside of a parallel region.
The lock should also persist between parallel regions.