Closed shintaro-iwasaki closed 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.
ABT_mutex
omp_lock
test:jenkins
Argobots does not allow any use of synchronization objects before initialization or after finalization, but the current BOLT could use
ABT_mutex
asomp_lock
in these situations. This commit changes the locking algorithm to allow such cases.