Skip to content

Commit 9303bfe

Browse files
author
neok-m4700
committed
conditional gcc 7 test coindexed access to allocatable component
1 parent 5090cdf commit 9303bfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,9 @@ if(opencoarrays_aware_compiler)
776776
add_caf_test(issue-488-multi-dim-cobounds-true 8 issue-488-multi-dim-cobounds true)
777777
add_caf_test(issue-488-multi-dim-cobounds-false 8 issue-488-multi-dim-cobounds false)
778778
add_caf_test(issue-503-multidim-array-broadcast 2 issue-503-multidim-array-broadcast)
779-
add_caf_test(issue-515-mimic-mpi-gatherv 2 issue-515-mimic-mpi-gatherv)
779+
if((gfortran_compiler AND (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0)) OR (CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER}))
780+
add_caf_test(issue-515-mimic-mpi-gatherv 2 issue-515-mimic-mpi-gatherv)
781+
endif()
780782

781783
# IMAGE FAIL tests
782784
if(NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0)

0 commit comments

Comments
 (0)