File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments