Update f_check

This commit is contained in:
Martin Kroeker 2024-01-16 23:48:56 +01:00 committed by GitHub
parent b5f19b58a7
commit e8199e4d5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -86,6 +86,10 @@ else
vendor=CRAY vendor=CRAY
openmp='-fopenmp' openmp='-fopenmp'
;; ;;
*Arm\ F90*)
vendor=FLANG
openmp='-fopenmp'
;;
*GNU*|*GCC*) *GNU*|*GCC*)
v="${data#*GCC: *\) }" v="${data#*GCC: *\) }"
@ -98,10 +102,6 @@ else
openmp='-fopenmp' openmp='-fopenmp'
else else
case "$compiler" in case "$compiler" in
*Arm*)
vendor=FLANG
openmp='-fopenmp'
;;
*flang*) *flang*)
vendor=FLANG vendor=FLANG
openmp='-fopenmp' openmp='-fopenmp'