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 71f0e41 commit 0712fa5Copy full SHA for 0712fa5
src/simulation/m_ibm.fpp
@@ -90,6 +90,8 @@ contains
90
! Get neighboring IB variables from other processors
91
call s_mpi_sendrecv_ib_buffers(ib_markers, gp_layers)
92
93
+ !$acc update host(ib_markers%sf)
94
+
95
call s_find_num_ghost_points()
96
97
!$acc update device(num_gps, num_inner_gps)
0 commit comments