Browse Source

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
tags/v0.3.22^2
Martin Kroeker GitHub 2 years ago
parent
commit
280c8469d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      f_check

+ 4
- 0
f_check View File

@@ -82,6 +82,10 @@ else
vendor=FUJITSU vendor=FUJITSU
openmp='-Kopenmp' openmp='-Kopenmp'
;; ;;
*Hewlett*)
vendor=CRAY
openmp='-fopenmp'
;;
*GNU*|*GCC*) *GNU*|*GCC*)


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


Loading…
Cancel
Save