File tree Expand file tree Collapse file tree 3 files changed +381
-1
lines changed Expand file tree Collapse file tree 3 files changed +381
-1
lines changed Original file line number Diff line number Diff line change @@ -659,10 +659,10 @@ if(opencoarrays_aware_compiler)
659659 if (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 8)
660660 add_caf_test(team_number 2 team_number)
661661 add_caf_test(get_communicator 3 get_communicator)
662+ add_caf_test(alloc_comp_multidim_shape 2 alloc_comp_multidim_shape)
662663 endif ()
663664 endif ()
664665
665-
666666 if (gfortran_compiler)
667667 if ((NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0) OR (CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER} ))
668668 add_caf_test(send_convert_nums 2 send_convert_nums)
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ caf_compile_executable(get_with_offset_1d get_with_offset_1d.f90)
1111caf_compile_executable(whole_get_array whole_get_array.f90)
1212caf_compile_executable(strided_get strided_get.f90)
1313caf_compile_executable(get_with_vector_index get_with_vector_index.f90)
14+ ## Inquiry functions (these are gets that could be optimized in the future to communicate only the descriptors)
15+ caf_compile_executable(alloc_comp_multidim_shape alloc_comp_multidim_shape.F90)
1416
1517## Pure send() tests
1618caf_compile_executable(send_array send_array_test.f90)
You can’t perform that action at this time.
0 commit comments