Use -hnopattern in Cray link options test
This commit is contained in:
parent
b41250efaa
commit
e145901f69
3
f_check
3
f_check
|
@ -299,6 +299,9 @@ fi
|
||||||
if [ "$vendor" = "NAG" ]; then
|
if [ "$vendor" = "NAG" ]; then
|
||||||
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`
|
||||||
fi
|
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_l=""
|
linker_l=""
|
||||||
linker_a=""
|
linker_a=""
|
||||||
|
|
Loading…
Reference in New Issue