Skip to content

Commit cf80350

Browse files
authored
Merge pull request #3957 from martin-frbg/issue3954
Fix detection of Cray CCE after recent detection changes for gfortran on Cray
2 parents c68afeb + 280c846 commit cf80350

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)