Skip to content

Commit 317c88b

Browse files
committed
fix(omp): add missing end of parallel do
1 parent 4527b70 commit 317c88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/omp/exec_dist.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ subroutine exec_dist_tds_compact( &
4545
tdsops%dist_fw, tdsops%dist_bw, tdsops%dist_af &
4646
)
4747
end do
48+
!$omp end parallel do
4849

4950
! halo exchange for 2x2 systems
5051
call sendrecv_fields(du_recv_s, du_recv_e, du_send_s, du_send_e, &

0 commit comments

Comments
 (0)