From 78412c392f9cd29ba9c674a1d4d9fc2949f08f15 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 4 Aug 2022 09:12:27 +0200 Subject: [PATCH] Add -hnopattern to Cray link test --- f_check.pl | 3 +++ 1 file changed, 3 insertions(+) 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 = "";