Skip to content

Commit 5ea3506

Browse files
Resolved chemistry issues
1 parent 5f768ec commit 5ea3506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/m_chemistry.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ contains
129129
real(wp), dimension(num_species) :: Ys
130130
real(wp), dimension(num_species) :: omega
131131

132-
$:GPU_PARALLEL_LOOP(collapse=3, private='[x,y,z,Ys, omega, T]')
132+
$:GPU_PARALLEL_LOOP(collapse=3, private='[x,y,z,eqn,Ys, omega, T]')
133133
do z = bounds(3)%beg, bounds(3)%end
134134
do y = bounds(2)%beg, bounds(2)%end
135135
do x = bounds(1)%beg, bounds(1)%end
@@ -191,7 +191,7 @@ contains
191191
offsets = 0
192192
offsets(idir) = 1
193193

194-
$:GPU_PARALLEL_LOOP(collapse=3, private='[x,y,z,Ys_L, Ys_R, Ys_cell, Xs_L, Xs_R, mass_diffusivities_mixavg1, mass_diffusivities_mixavg2, mass_diffusivities_mixavg_Cell, h_l, h_r, Xs_cell, h_k, dXk_dxi,Mass_Diffu_Flux]', copyin='[offsets]')
194+
$:GPU_PARALLEL_LOOP(collapse=3, private='[x,y,z,i,eqn,Ys_L, Ys_R, Ys_cell, Xs_L, Xs_R, mass_diffusivities_mixavg1, mass_diffusivities_mixavg2, mass_diffusivities_mixavg_Cell, h_l, h_r, Xs_cell, h_k, dXk_dxi,Mass_Diffu_Flux]', copyin='[offsets]')
195195
do z = isc3%beg, isc3%end
196196
do y = isc2%beg, isc2%end
197197
do x = isc1%beg, isc1%end

0 commit comments

Comments
 (0)