diff --git a/src/simulation/m_ibm.fpp b/src/simulation/m_ibm.fpp index 8b5ed59145..a0fa597297 100644 --- a/src/simulation/m_ibm.fpp +++ b/src/simulation/m_ibm.fpp @@ -98,6 +98,8 @@ contains ! Get neighboring IB variables from other processors call s_mpi_sendrecv_ib_buffers(ib_markers, gp_layers) + !$acc update host(ib_markers%sf) + call s_find_num_ghost_points() !$acc update device(num_gps, num_inner_gps)