Skip to content

Commit ecf1e34

Browse files
committed
[Issue-292] Add missing sync to send_with_vector_index.f90.
1 parent 84613b6 commit ecf1e34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/unit/send-get/send_with_vector_index.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ program send_with_vector_index
99
if (np < 2) error stop "Need at least two images."
1010

1111
dst = -1
12+
sync all
13+
1214
if (me == 2) dst(indexes)[1] = [ 99, 999, 9999, 99999]
1315

1416
sync all

0 commit comments

Comments
 (0)