Browse Source

Use -hnopattern in Cray link options test

pull/3712/head
Martin Kroeker GitHub 3 years ago
parent
commit
e145901f69
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      f_check

+ 3
- 0
f_check View File

@@ -299,6 +299,9 @@ fi
if [ "$vendor" = "NAG" ]; then
link=`$compiler $openmp -dryrun ftest2.f 2>&1 && rm -f a.out a.exe`
fi
if [ "$vendor" = "CRAY" ]; then
link=`$compiler $openmp -hnopattern ftest2.f 2>&1 && rm -f a.out a.exe`
fi
linker_L=""
linker_l=""
linker_a=""


Loading…
Cancel
Save