CrayPE fix for pfunit (#23512)

allow cce to be the compiler
This commit is contained in:
lukebroskop 2021-05-07 19:08:41 -05:00 committed by GitHub
parent 45f84ee548
commit c1b314e564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ def check(self):
def compiler_vendor(self):
vendors = {'%gcc': 'GNU', '%clang': 'GNU', '%intel': 'Intel',
'%pgi': 'PGI', '%nag': 'NAG'}
'%pgi': 'PGI', '%nag': 'NAG', '%cce': 'Cray'}
for key, value in vendors.items():
if self.spec.satisfies(key):
return value