Skip to content

Commit 5853542

Browse files
author
Damian Rouson
authored
Merge pull request #714 from sourceryinstitute/issue-700-enable-multi-allocatable-arrays
Issue 700 enable multi allocatable arrays
2 parents f106292 + ad31368 commit 5853542

File tree

4 files changed

+331
-178
lines changed

4 files changed

+331
-178
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,8 @@ if(opencoarrays_aware_compiler)
887887
add_caf_test(issue-515-mimic-mpi-gatherv 2 issue-515-mimic-mpi-gatherv)
888888
endif()
889889

890+
add_caf_test(issue-700-allow-multiple-scalar-dim-array-gets 2 issue-700-allow-multiple-scalar-dim-array-gets)
891+
890892
# IMAGE FAIL tests
891893
if(NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0)
892894
if(CAF_ENABLE_FAILED_IMAGES)

0 commit comments

Comments
 (0)