Skip to content

Commit 5ab057b

Browse files
author
Anand Radhakrishnan
committed
Case Opt Works
1 parent 5f73950 commit 5ab057b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/simulation/m_start_up.fpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ contains
15091509

15101510
$:GPU_UPDATE(device='[chem_params]')
15111511

1512-
$:GPU_UPDATE(device='[nb,R0ref,Ca,Web,Re_inv,weight,R0, &
1512+
$:GPU_UPDATE(device='[R0ref,Ca,Web,Re_inv,weight,R0, &
15131513
& bubbles_euler,polytropic,polydisperse,qbmm, &
15141514
& ptil,bubble_model,thermal,poly_sigma,adv_n,adap_dt, &
15151515
& adap_dt_tol,adap_dt_max_iters,n_idx,pi_fac,low_Mach]')
@@ -1549,9 +1549,9 @@ contains
15491549
if (ib) then
15501550
$:GPU_UPDATE(device='[ib_markers%sf]')
15511551
end if
1552-
1553-
$:GPU_UPDATE(device='[igr, igr_order]')
1554-
1552+
#:if not MFC_CASE_OPTIMIZATION
1553+
$:GPU_UPDATE(device='[igr,nb,igr_order]')
1554+
#:endif
15551555
#:block DEF_AMD
15561556
block
15571557
use m_thermochem, only: molecular_weights

0 commit comments

Comments
 (0)