kempj / hpxMP

6 stars 10 forks source link

use of hpx::lcos::local::spinlock in non-hpx thread #10

Closed kempj closed 10 years ago

kempj commented 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.