File tree Expand file tree Collapse file tree 3 files changed +314
-71
lines changed Expand file tree Collapse file tree 3 files changed +314
-71
lines changed Original file line number Diff line number Diff line change @@ -659,10 +659,10 @@ if(opencoarrays_aware_compiler)
659
659
if (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 8 )
660
660
add_caf_test (team_number 2 team_number )
661
661
add_caf_test (get_communicator 3 get_communicator )
662
+ add_caf_test (alloc_comp_multidim_shape 2 alloc_comp_multidim_shape )
662
663
endif ()
663
664
endif ()
664
665
665
-
666
666
if (gfortran_compiler )
667
667
if ((NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0 ) OR (CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER} ))
668
668
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)
11
11
caf_compile_executable (whole_get_array whole_get_array.f90 )
12
12
caf_compile_executable (strided_get strided_get.f90 )
13
13
caf_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 )
14
16
15
17
## Pure send() tests
16
18
caf_compile_executable (send_array send_array_test.f90 )
You can’t perform that action at this time.
0 commit comments