Skip to content

Commit 2393916

Browse files
committed
Finalize type and kind conversion for send().
1 parent d5c340e commit 2393916

File tree

5 files changed

+266
-117
lines changed

5 files changed

+266
-117
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ if(opencoarrays_aware_compiler)
597597
add_caf_test(comp_allocated_1 2 comp_allocated_1)
598598
add_caf_test(comp_allocated_2 2 comp_allocated_2)
599599
add_caf_test(get_with_vector_index 4 get_with_vector_index)
600+
add_caf_test(send_with_vector_index 2 send_with_vector_index)
600601
endif()
601602
add_caf_test(get_array 2 get_array)
602603
add_caf_test(get_self 2 get_self)

0 commit comments

Comments
 (0)