Add -hnopattern to Cray link test

This commit is contained in:
Martin Kroeker 2022-08-04 09:12:27 +02:00 committed by GitHub
parent e145901f69
commit 78412c392f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -314,6 +314,9 @@ if (!$?) {
if ( $vendor eq "NAG") { if ( $vendor eq "NAG") {
$link = `$compiler $openmp -dryrun ftest2.f 2>&1 && rm -f a.out a.exe`; $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_l = ""; $linker_l = "";
$linker_a = ""; $linker_a = "";