Fix detection of Cray CCE after detection changes for gfortran on Cray

CCE15 no longer produces a .ident line, so  look for HPE name in a note section as well
This commit is contained in:
Martin Kroeker
2023-03-25 14:18:21 +01:00
committed by GitHub
parent c68afeb567
commit 280c8469d4

View File

@@ -82,6 +82,10 @@ else
vendor=FUJITSU
openmp='-Kopenmp'
;;
*Hewlett*)
vendor=CRAY
openmp='-fopenmp'
;;
*GNU*|*GCC*)
v="${data#*GCC: *\) }"