For a MPI-3 shared memory array, synchronization is required after/before each read/write epoch
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(index_rhash_t), | intent(inout) | :: | this |
subroutine sync(this) class(index_rhash_t), intent(inout) :: this call this%shared_ht%sync() end subroutine sync