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 f3b3851 commit 71b5976Copy full SHA for 71b5976
src/simulation/m_global_parameters.fpp
@@ -159,7 +159,7 @@ module m_global_parameters
159
160
!> @name Variables for our of core IGR computation on NVIDIA
161
!> @{
162
- logical :: nv_uvm_out_of_core ! Enable out-or-core storage of q_cons_ts(2) in timestepping
+ logical :: nv_uvm_out_of_core ! Enable out-of-core storage of q_cons_ts(2) in timestepping (default FALSE)
163
integer :: nv_uvm_igr_temps_on_gpu ! 0 => jac, jac_rhs, and jac_old on CPU
164
! 1 => jac on GPU, jac_rhs and jac_old on CPU
165
! 2 => jac and jac_rhs on GPU, jac_old on CPU
0 commit comments