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 cfb792c commit cacc6b0Copy full SHA for cacc6b0
src/simulation/m_global_parameters.fpp
@@ -161,8 +161,8 @@ module m_global_parameters
161
integer :: nv_uvm_igr_temps_on_gpu ! 0 => jac, jac_rhs, and jac_old on CPU
162
! 1 => jac on GPU, jac_rhs and jac_old on CPU
163
! 2 => jac and jac_rhs on GPU, jac_old on CPU
164
- ! 4 => jac, jac_rhs, and jac_old on GPU (default)
165
- logical :: nv_uvm_pref_gpu ! Enable pinned gpu memory (default TRUE)
+ ! 3 => jac, jac_rhs, and jac_old on GPU (default)
+ logical :: nv_uvm_pref_gpu ! Enable explicit gpu memory hints (default TRUE)
166
!> @}
167
168
real(wp) :: weno_eps !< Binding for the WENO nonlinear weights
0 commit comments