Merge pull request #3957 from martin-frbg/issue3954

Fix detection of Cray CCE after recent detection changes for gfortran on Cray
This commit is contained in:
Martin Kroeker
2023-03-25 18:33:58 +01:00
committed by GitHub

View File

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