Skip to content

Commit c2f87d9

Browse files
anandrdbzAnand
andauthored
IBM bug with multiple GPUs (#543)
Co-authored-by: Anand <[email protected]>
1 parent 6e8ded8 commit c2f87d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/simulation/m_ibm.fpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ contains
9898
! Get neighboring IB variables from other processors
9999
call s_mpi_sendrecv_ib_buffers(ib_markers, gp_layers)
100100

101+
!$acc update host(ib_markers%sf)
102+
101103
call s_find_num_ghost_points()
102104

103105
!$acc update device(num_gps, num_inner_gps)

0 commit comments

Comments
 (0)