Skip to content

Commit 1f02a6f

Browse files
danieljvickersDaniel Vickers
andauthored
patch_ib Memory Copy Reduction (#1531)
Co-authored-by: Daniel Vickers <danieljvickers@frontier10309.frontier.olcf.ornl.gov>
1 parent a0e3ddc commit 1f02a6f

4 files changed

Lines changed: 79 additions & 99 deletions

File tree

src/simulation/m_data_output.fpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,8 @@ contains
893893

894894
integer, intent(in) :: time_step
895895

896+
$:GPU_UPDATE(host='[patch_ib(1:num_ibs)]')
897+
896898
if (parallel_io) then
897899
call s_write_parallel_ib_data(time_step)
898900
else

0 commit comments

Comments
 (0)