Skip to content

Commit 71b5976

Browse files
committed
Fix some comments
1 parent f3b3851 commit 71b5976

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
@@ -159,7 +159,7 @@ module m_global_parameters
159159

160160
!> @name Variables for our of core IGR computation on NVIDIA
161161
!> @{
162-
logical :: nv_uvm_out_of_core ! Enable out-or-core storage of q_cons_ts(2) in timestepping
162+
logical :: nv_uvm_out_of_core ! Enable out-of-core storage of q_cons_ts(2) in timestepping (default FALSE)
163163
integer :: nv_uvm_igr_temps_on_gpu ! 0 => jac, jac_rhs, and jac_old on CPU
164164
! 1 => jac on GPU, jac_rhs and jac_old on CPU
165165
! 2 => jac and jac_rhs on GPU, jac_old on CPU

0 commit comments

Comments
 (0)