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

10
f_check
View File

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