PGI doesn't have coarray fortran

This commit is contained in:
Michael Hirsch, Ph.D 2019-07-28 22:16:04 -04:00
parent d0e78a2534
commit 0706434afe
No known key found for this signature in database
GPG Key ID: 6D23CDADAB0294F9
1 changed files with 2 additions and 2 deletions

View File

@ -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