Skip to content

Commit cc16cd2

Browse files
committed
add default present
1 parent e3276fa commit cc16cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_pressure_relaxation.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ contains
7070
type(scalar_field), dimension(sys_size), intent(inout) :: q_cons_vf
7171
integer :: j, k, l
7272

73-
!$acc parallel loop collapse(3) gang vector
73+
!$acc parallel loop collapse(3) gang vector default(present)
7474
do l = 0, p
7575
do k = 0, n
7676
do j = 0, m

0 commit comments

Comments
 (0)