Skip to content

Commit

Permalink
Deleted MPI barriers in computeQdot
Browse files Browse the repository at this point in the history
  • Loading branch information
loganoz committed Dec 11, 2024
1 parent f5d0be5 commit 4cba969
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Solver/src/NavierStokesSolver/SpatialDiscretization.f90
Original file line number Diff line number Diff line change
Expand Up @@ -529,12 +529,12 @@ subroutine TimeDerivative_ComputeQDot( mesh , particles, t)
end associate
end do
!$omp end do
!
! Add an MPI Barrier
! ------------------
!$omp single
call mpi_barrier(MPI_COMM_WORLD, ierr)
!$omp end single
! !
! ! Add an MPI Barrier
! ! ------------------
! !$omp single
! call mpi_barrier(MPI_COMM_WORLD, ierr)
! !$omp end single
end if
#endif
!
Expand Down Expand Up @@ -844,12 +844,12 @@ subroutine TimeDerivative_ComputeQDotHO( mesh , particles, t)
end associate
end do
!$omp end do
!
! Add an MPI Barrier
! ------------------
!$omp single
call mpi_barrier(MPI_COMM_WORLD, ierr)
!$omp end single
! !
! ! Add an MPI Barrier
! ! ------------------
! !$omp single
! call mpi_barrier(MPI_COMM_WORLD, ierr)
! !$omp end single
end if
#endif
!
Expand Down

0 comments on commit 4cba969

Please sign in to comment.