Some more tweakings for Cray

This commit is contained in:
Paolo Giannozzi 2022-03-16 21:28:09 +01:00
parent 63d55b650c
commit 32c343ed41
2 changed files with 4 additions and 4 deletions

4
install/configure vendored
View File

@ -3948,13 +3948,13 @@ craype*:cray* )
#NOTE: add '-rm' to get messages from crayftn about why
# optimizations have not been applied
# -x dir disable directives introduced by !DIR$
try_f90flags="-O3,fp3 -f free -x dir"
try_f90flags="-eF -O3,fp3 -f free -x dir"
try_fflags_noopt="-O0"
try_ldflags_openmp="-homp"
try_ldflags="-v"
try_ldflags_static="-static"
try_dflags="$try_dflags -D__CRAY"
have_cpp=0
have_cpp=1
;;
craype*:pgf* )
# see comment above for pgf*

View File

@ -147,13 +147,13 @@ craype*:cray* )
#NOTE: add '-rm' to get messages from crayftn about why
# optimizations have not been applied
# -x dir disable directives introduced by !DIR$
try_f90flags="-O3,fp3 -f free -x dir"
try_f90flags="-eF -O3,fp3 -f free -x dir"
try_fflags_noopt="-O0"
try_ldflags_openmp="-homp"
try_ldflags="-v"
try_ldflags_static="-static"
try_dflags="$try_dflags -D__CRAY"
have_cpp=0
have_cpp=1
;;
craype*:pgf* )
# see comment above for pgf*