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 3d20438 commit 9e41182Copy full SHA for 9e41182
src/simulation/m_igr.fpp
@@ -25,7 +25,7 @@ module m_igr
25
s_finalize_igr_module
26
27
real(wp), allocatable, dimension(:, :, :) :: jac, jac_rhs, jac_old
28
- $:GPU_DECLARE(create='[jac, jac_rhs]')
+ $:GPU_DECLARE(create='[jac, jac_rhs, jac_old]')
29
30
real(wp), allocatable, dimension(:, :) :: Res
31
$:GPU_DECLARE(create='[Res]')
0 commit comments