pmodels / bolt

Official BOLT Repository
https://www.bolt-omp.org
Other
26 stars 13 forks source link

Fix lock implementation #33

Closed shintaro-iwasaki closed 5 years ago

shintaro-iwasaki commented 5 years ago

Argobots does not allow any use of synchronization objects before initialization or after finalization, but the current BOLT could use ABT_mutex as omp_lock in these situations. This commit changes the locking algorithm to allow such cases.

shintaro-iwasaki commented 5 years ago

test:jenkins