diff --git a/f_check.pl b/f_check.pl index b0a1c9e68..cfc7331c2 100644 --- a/f_check.pl +++ b/f_check.pl @@ -314,6 +314,9 @@ if (!$?) { if ( $vendor eq "NAG") { $link = `$compiler $openmp -dryrun ftest2.f 2>&1 && rm -f a.out a.exe`; } +if ( $vendor eq "CRAY") { + $link = `$compiler $openmp -hnopattern ftest2.f 2>&1 && rm -f a.out a.exe`; + } $linker_L = ""; $linker_l = ""; $linker_a = "";