argobots
argobots copied to clipboard
Official Argobots Repository
Assuming I have a pool P1, that I know (1) is not used by any scheduler/xstream at the moment, (2) has no currently running ULT or task that could return...
I am trying to write an `ABT_pool_user_def` pool definition for a pool that redirects its calls to another `ABT_pool` (kind of a "wrapper" pool). I have multiple use-cases for that...
Can we get an `ABT_rwlock_memory` (along with an `ABT_RWLOCK_INITIALIZER` and `ABT_RWLOCK_MEMORY_GET_HANDLE`)? The `ABTI_rwlock` structure (https://github.com/pmodels/argobots/blob/main/src/include/abti.h#L489) contains only fields that can themselves be statically initialized, so it shouldn't be difficult.