You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Can we get an
ABT_rwlock_memory
(along with anABT_RWLOCK_INITIALIZER
andABT_RWLOCK_MEMORY_GET_HANDLE
)? TheABTI_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.The text was updated successfully, but these errors were encountered: