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(in) | :: | this |
subroutine sync(this)
class(index_rhash_t), intent(in) :: this
call this%shared_ht%sync()
end subroutine sync