Skip to content

Commit b5bff16

Browse files
committed
First step on fixing type conversion on send(). This is only for send()
not for sendget() yet. No support for strides other than one.
1 parent 1489c4f commit b5bff16

File tree

5 files changed

+1315
-800
lines changed

5 files changed

+1315
-800
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@ if(opencoarrays_aware_compiler)
554554
add_mpi_test(get_array 2 ${tests_root}/unit/send-get/get_array)
555555
add_mpi_test(get_self 2 ${tests_root}/unit/send-get/get_self)
556556
add_mpi_test(send_array 2 ${tests_root}/unit/send-get/send_array)
557+
add_mpi_test(send_convert_char_array 2 ${tests_root}/unit/send-get/send_convert_char_array)
558+
add_mpi_test(send_convert_nums 2 ${tests_root}/unit/send-get/send_convert_nums)
557559
add_mpi_test(get_with_offset_1d 2 ${tests_root}/unit/send-get/get_with_offset_1d)
558560
add_mpi_test(whole_get_array 2 ${tests_root}/unit/send-get/whole_get_array)
559561
add_mpi_test(strided_get 2 ${tests_root}/unit/send-get/strided_get)

0 commit comments

Comments
 (0)