scalapack on sp6 automatically recognized if module loaded

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@8400 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2012-01-07 08:18:59 +00:00
parent 18b44943e6
commit 556da55f0b
2 changed files with 2 additions and 2 deletions

2
install/configure vendored
View File

@ -1944,7 +1944,7 @@ mpi_libs=$MPI_LIBS # MPI libraries - shouldn't be needed
mass_libs=$MASS_LIBS # MASS libraries (IBM only) mass_libs=$MASS_LIBS # MASS libraries (IBM only)
libdirs=$LIBDIRS # Where to look for libraries (e.g. /my/blas/lib) libdirs=$LIBDIRS # Where to look for libraries (e.g. /my/blas/lib)
scalapack_libs=$SCALAPACK_LIBS # scalapack libs scalapack_libs=$SCALAPACK_LIBS # scalapack libs
scalapack_dir=$SCALAPACK_DIR # Where to look for scalapack libs scalapack_dir=$SCALAPACK_LIB # Where to look for scalapack libs
blacs_dir=$BLACS_LIB # Where to look for libblacs.a blacs_dir=$BLACS_LIB # Where to look for libblacs.a
ar=$AR # ar (shouldn't be needed) ar=$AR # ar (shouldn't be needed)
arflags=$ARFLAGS # Flags for ar (as above) arflags=$ARFLAGS # Flags for ar (as above)

View File

@ -150,7 +150,7 @@ mpi_libs=$MPI_LIBS # MPI libraries - shouldn't be needed
mass_libs=$MASS_LIBS # MASS libraries (IBM only) mass_libs=$MASS_LIBS # MASS libraries (IBM only)
libdirs=$LIBDIRS # Where to look for libraries (e.g. /my/blas/lib) libdirs=$LIBDIRS # Where to look for libraries (e.g. /my/blas/lib)
scalapack_libs=$SCALAPACK_LIBS # scalapack libs scalapack_libs=$SCALAPACK_LIBS # scalapack libs
scalapack_dir=$SCALAPACK_DIR # Where to look for scalapack libs scalapack_dir=$SCALAPACK_LIB # Where to look for scalapack libs
blacs_dir=$BLACS_LIB # Where to look for libblacs.a blacs_dir=$BLACS_LIB # Where to look for libblacs.a
ar=$AR # ar (shouldn't be needed) ar=$AR # ar (shouldn't be needed)
arflags=$ARFLAGS # Flags for ar (as above) arflags=$ARFLAGS # Flags for ar (as above)