Skip to content

Commit cacc6b0

Browse files
committed
Fix some comments
1 parent cfb792c commit cacc6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simulation/m_global_parameters.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ module m_global_parameters
161161
integer :: nv_uvm_igr_temps_on_gpu ! 0 => jac, jac_rhs, and jac_old on CPU
162162
! 1 => jac on GPU, jac_rhs and jac_old on CPU
163163
! 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)
164+
! 3 => jac, jac_rhs, and jac_old on GPU (default)
165+
logical :: nv_uvm_pref_gpu ! Enable explicit gpu memory hints (default TRUE)
166166
!> @}
167167

168168
real(wp) :: weno_eps !< Binding for the WENO nonlinear weights

0 commit comments

Comments
 (0)