Skip to content

Commit 1d236ce

Browse files
author
Hyeoksu Lee
committed
add gpu_update for rk_coef
1 parent 37460c7 commit 1d236ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simulation/m_time_steppers.fpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ contains
461461
rk_coef(2, :) = (/1._wp, 3._wp, 1._wp, 4._wp/)
462462
rk_coef(3, :) = (/2._wp, 1._wp, 2._wp, 3._wp/)
463463
end if
464+
$:GPU_UPDATE(device='[rk_coef]')
464465
end if
465466

466467
end subroutine s_initialize_time_steppers_module

0 commit comments

Comments
 (0)