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 84613b6 commit ecf1e34Copy full SHA for ecf1e34
src/tests/unit/send-get/send_with_vector_index.f90
@@ -9,6 +9,8 @@ program send_with_vector_index
9
if (np < 2) error stop "Need at least two images."
10
11
dst = -1
12
+ sync all
13
+
14
if (me == 2) dst(indexes)[1] = [ 99, 999, 9999, 99999]
15
16
sync all
0 commit comments