File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ module m_global_parameters
164
164
! 1 = > jac on GPU, jac_rhs and jac_old on CPU
165
165
! 2 = > jac and jac_rhs on GPU, jac_old on CPU
166
166
! 3 = > jac, jac_rhs, and jac_old on GPU (default)
167
- logical :: nv_uvm_pref_gpu ! Enable explicit gpu memory hints (default TRUE )
167
+ logical :: nv_uvm_pref_gpu ! Enable explicit gpu memory hints (default FALSE )
168
168
!> @}
169
169
170
170
real (wp) :: weno_eps !< Binding for the WENO nonlinear weights
@@ -586,7 +586,7 @@ contains
586
586
! NVIDIA UVM options
587
587
nv_uvm_out_of_core = .false.
588
588
nv_uvm_igr_temps_on_gpu = 3 ! => jac, jac_rhs, and jac_old on GPU (default)
589
- nv_uvm_pref_gpu = .true .
589
+ nv_uvm_pref_gpu = .false .
590
590
591
591
! Simulation algorithm parameters
592
592
model_eqns = dflt_int
You can’t perform that action at this time.
0 commit comments