mirror of https://gitlab.com/QEF/q-e.git
28 lines
884 B
Plaintext
28 lines
884 B
Plaintext
--------------------------------------------------------------------
|
|
ESPRESSO can take advantage of several optimized numerical libraries
|
|
(essl, fftw, mkl...). This configure script attempts to find them,
|
|
but may fail if they have been installed in non-standard locations.
|
|
If a required library is not found, the local copy will be compiled.
|
|
|
|
The following libraries have been found:
|
|
@blas_line@
|
|
@lapack_line@
|
|
@scalapack_line@
|
|
@elpa_line@
|
|
@fft_line@
|
|
@mpi_line@
|
|
@hdf5_line@
|
|
@mass_line@
|
|
@libxc_line@
|
|
|
|
Please check if this is what you expect.
|
|
|
|
If any libraries are missing, you may specify a list of directories
|
|
to search and retry, as follows:
|
|
./configure LIBDIRS="list of directories, separated by spaces"
|
|
|
|
@parallel_report@
|
|
|
|
For more info, read the ESPRESSO User's Guide (Doc/users-guide.tex).
|
|
--------------------------------------------------------------------
|