PGI doesn't have coarray fortran

pull/5733/head
Michael Hirsch, Ph.D 6 years ago
parent d0e78a2534
commit 0706434afe
No known key found for this signature in database
GPG Key ID: 6D23CDADAB0294F9
  1. 4
      test cases/fortran/13 coarray/meson.build

@ -4,8 +4,8 @@ project('Fortran coarray', 'fortran',
fc = meson.get_compiler('fortran')
fcid = fc.get_id()
if fcid == 'pgi' or fcid == 'flang'
error('MESON_SKIP_TEST: At least through: PGI 19.4 and Flang 7.0 do not support Fortran Coarrays.')
if ['pgi', 'flang'].contains(fcid)
error('MESON_SKIP_TEST: At least through PGI 19.4 and Flang 7.1 do not support Fortran Coarrays.')
endif
# coarray is required because single-image fallback is an intrinsic feature

Loading…
Cancel
Save