darray_sync Subroutine

public subroutine darray_sync(tag)

Synchronization barrier (DDI_SYNC equivalent)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: tag

Ignored (for DDI compatibility)


Calls

proc~~darray_sync~~CallsGraph proc~darray_sync darray_sync proc~comm_barrier comm_t%comm_barrier proc~darray_sync->proc~comm_barrier mpi_barrier mpi_barrier proc~comm_barrier->mpi_barrier

Source Code

   subroutine darray_sync(tag)
      integer(int32), intent(in) :: tag
      call wrapper_comm%barrier()
   end subroutine darray_sync