Skip to content

Commit 9dffbca

Browse files
committed
Add support for vector index to get().
- Get() with efficient STRIDED transfer: Added support for copy to same image. - Get() with efficient STRIDED transfer: Support for vector index added. - General get(): Support for vector index added. - Small style changes. Fixes 427
1 parent 1489c4f commit 9dffbca

File tree

4 files changed

+323
-120
lines changed

4 files changed

+323
-120
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ if(opencoarrays_aware_compiler)
550550
add_mpi_test(async_comp_alloc_2 2 ${tests_root}/unit/init_register/async_comp_alloc_2)
551551
add_mpi_test(comp_allocated_1 2 ${tests_root}/unit/init_register/comp_allocated_1)
552552
add_mpi_test(comp_allocated_2 2 ${tests_root}/unit/init_register/comp_allocated_2)
553+
add_mpi_test(get_with_vector_index 4 ${tests_root}/unit/send-get/get_with_vector_index)
553554
endif()
554555
add_mpi_test(get_array 2 ${tests_root}/unit/send-get/get_array)
555556
add_mpi_test(get_self 2 ${tests_root}/unit/send-get/get_self)

0 commit comments

Comments
 (0)