compilers: aocc is now also available as a Cray PrgEnv (#23289)

This commit is contained in:
Tiziano Müller 2021-05-07 14:55:32 +02:00 committed by GitHub
parent 07ed432f27
commit ccf9a11ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,9 @@ class Aocc(Compiler):
# Subclasses use possible names of Fortran 90 compiler
fc_names = ['flang']
PrgEnv = 'PrgEnv-aocc'
PrgEnv_compiler = 'aocc'
version_argument = '--version'
@property