Skip to content

Commit 2231fed

Browse files
committed
Flip nv_uvm_pref_gpu default to false
1 parent a4d6b38 commit 2231fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ contains
586586
! NVIDIA UVM options
587587
nv_uvm_out_of_core = .false.
588588
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.
590590
591591
! Simulation algorithm parameters
592592
model_eqns = dflt_int

0 commit comments

Comments
 (0)