Missing flag for openmp on some AIX machines

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7913 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2011-06-28 13:46:13 +00:00
parent fc0cd98521
commit 32ac9359d0
2 changed files with 2 additions and 0 deletions

1
install/configure vendored
View File

@ -5591,6 +5591,7 @@ aix:*xlf* )
try_f90flags="\$(FFLAGS) -qsuffix=cpp=f90 -qfree=f90"
try_fflags_noopt="-q64 -O0"
try_ldflags="-q64"
try_ldflags_openmp="-qsmp=omp"
# try_ldflags_static="-bstatic"
pre_fdflags="-WF,"
xlf_flags=1

View File

@ -636,6 +636,7 @@ aix:*xlf* )
try_f90flags="\$(FFLAGS) -qsuffix=cpp=f90 -qfree=f90"
try_fflags_noopt="-q64 -O0"
try_ldflags="-q64"
try_ldflags_openmp="-qsmp=omp"
# try_ldflags_static="-bstatic"
pre_fdflags="-WF,"
xlf_flags=1