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 82ea810 commit 09d6a5fCopy full SHA for 09d6a5f
src/simulation/m_acoustic_src.fpp
@@ -212,7 +212,7 @@ contains
212
213
if (bubbles) then
214
if (num_fluids > 2) then
215
- !$acc loop reduction(+:myRho,B_tait,small_gamma)
+ !$acc loop seq
216
do q = 1, num_fluids - 1
217
myRho = myRho + myalpha_rho(q)
218
B_tait = B_tait + myalpha(q)*pi_infs(q)
@@ -226,7 +226,7 @@ contains
226
end if
227
228
if ((.not. bubbles) .or. (mpp_lim .and. (num_fluids > 2))) then
229
230
do q = 1, num_fluids
231
232
0 commit comments