Skip to content

Commit 8a7a215

Browse files
author
Damian Rouson
authored
Merge branch 'master' into gatherv
2 parents 1a07421 + 16ebe99 commit 8a7a215

File tree

4 files changed

+381
-2
lines changed

4 files changed

+381
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

src/tests/regression/open/issue-422-send.f90

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/tests/unit/send-get/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ caf_compile_executable(get_with_offset_1d get_with_offset_1d.f90)
1111
caf_compile_executable(whole_get_array whole_get_array.f90)
1212
caf_compile_executable(strided_get strided_get.f90)
1313
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)
1416

1517
## Pure send() tests
1618
caf_compile_executable(send_array send_array_test.f90)

0 commit comments

Comments
 (0)