Browse Source
Merge pull request #3957 from martin-frbg/issue3954
Fix detection of Cray CCE after recent detection changes for gfortran on Cray
tags/v0.3.22^2
Martin Kroeker
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
f_check
|
|
@@ -82,6 +82,10 @@ else |
|
|
|
vendor=FUJITSU |
|
|
|
openmp='-Kopenmp' |
|
|
|
;; |
|
|
|
*Hewlett*) |
|
|
|
vendor=CRAY |
|
|
|
openmp='-fopenmp' |
|
|
|
;; |
|
|
|
*GNU*|*GCC*) |
|
|
|
|
|
|
|
v="${data#*GCC: *\) }" |
|
|
|