We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3276fa commit cc16cd2Copy full SHA for cc16cd2
src/simulation/m_pressure_relaxation.fpp
@@ -70,7 +70,7 @@ contains
70
type(scalar_field), dimension(sys_size), intent(inout) :: q_cons_vf
71
integer :: j, k, l
72
73
- !$acc parallel loop collapse(3) gang vector
+ !$acc parallel loop collapse(3) gang vector default(present)
74
do l = 0, p
75
do k = 0, n
76
do j = 0, m
0 commit comments