A barrier to synchronise all nodes
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(w90_comm_type), | intent(in) | :: | comm |
subroutine comms_no_sync_barrier(comm) !! A barrier to synchronise all nodes implicit none type(w90_comm_type), intent(in) :: comm #ifdef W90_MPI integer :: ierr call mpi_barrier(comm%comm, ierr) #endif end subroutine comms_no_sync_barrier