Skip to content

Commit a9f00a4

Browse files
committed
Re-implement get() but this time with type/kind conversion and efficient copy to self.
Adds testcase for numeric get()s. Todo: Add testcase for char array get()s.
1 parent 2393916 commit a9f00a4

File tree

5 files changed

+372
-286
lines changed

5 files changed

+372
-286
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ if(opencoarrays_aware_compiler)
601601
endif()
602602
add_caf_test(get_array 2 get_array)
603603
add_caf_test(get_self 2 get_self)
604+
add_caf_test(get_convert_nums 2 get_convert_nums)
604605
add_caf_test(send_array 2 send_array)
605606
add_caf_test(send_convert_char_array 2 send_convert_char_array)
606607
add_caf_test(send_convert_nums 2 send_convert_nums)

0 commit comments

Comments
 (0)