sync Subroutine

private subroutine sync(this)

For a MPI-3 shared memory array, synchronization is required after/before each read/write epoch

Type Bound

index_rhash_t

Arguments

Type IntentOptional Attributes Name
class(index_rhash_t), intent(in) :: this

Contents

Source Code


Source Code

    subroutine sync(this)
        class(index_rhash_t), intent(in) :: this

        call this%shared_ht%sync()
    end subroutine sync