Skip to content

Commit 280c846

Browse files
authored
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
1 parent c68afeb commit 280c846

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

f_check

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ else
8282
vendor=FUJITSU
8383
openmp='-Kopenmp'
8484
;;
85+
*Hewlett*)
86+
vendor=CRAY
87+
openmp='-fopenmp'
88+
;;
8589
*GNU*|*GCC*)
8690

8791
v="${data#*GCC: *\) }"

0 commit comments

Comments
 (0)