You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (gfortran_compiler AND (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0) OR (CAF_RUN_DEVELOPER_TESTS OR$ENV{OPENCOARRAYS_DEVELOPER}))
721
-
message( STATUS"Allocatable components of coarray derived types only supported in GFortran >= 7 with OpenCoarrays > 1.8.4" )
722
-
message( STATUS"(but full support not anticipated until OpenCoarrays 2.0 release)" )
723
727
if (CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0)
724
728
message( AUTHOR_WARNING "Allocatable components of coarray derived type developer tests enabled, despite lack of support in GFortran < 7\n These tests should fail." )
0 commit comments