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_LIBS= -lblas LAPACK_LIBS= -llapack FFT_LIBS= 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 environment not detected (is this a parallel machine?). Configured for compilation of serial executables. For more info, read the ESPRESSO User's Guide (Doc/users-guide.tex). ------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------- make error : makeall bash: makeall: command not found [xyh@tiger espresso-3.2.3]$ make all test -d bin || mkdir bin if test -d iotk ; then \ ( cd iotk ; if test "make" = "" ; then make TLDEPS= libiotk.a ; \ else make TLDEPS= libiotk.a ; fi ) ; fi make[1]: Entering directory `/home/xyh/espresso-3.2.3/iotk' cd src ; make libiotk.a make[2]: Entering directory `/home/xyh/espresso-3.2.3/iotk/src' mpif90 -O2 -assume byterecl -nomodule -fpp -D__INTEL -D__FFTW -D__USE_INTERNAL_FFTW -I../include -I./ -I../Modules -I../iotk/src -I../PW -I../PH -I../CPV -c iotk_base.f90 pgf90-Warning-Unknown switch: -assume pgf90-Warning-Unknown switch: -nomodule pgf90-Warning-Unknown switch: -fpp File with unknown suffix passed to linker: byterecl iotk_base.f90: PGF90-S-0021-Label field of continuation line is not blank (iotk_base.spp: 20) PGF90-S-0021-Label field of continuation line is not blank (iotk_base.spp: 30) PGF90-S-0087-Non-constant expression where constant expression required (iotk_base.spp: 56) PGF90-S-0087-Non-constant expression where constant expression required (iotk_base.spp: 57) PGF90-S-0087-Non-constant expression where constant expression required (iotk_base.spp: 80) PGF90-S-0087-Non-constant expression where constant expression required (iotk_base.spp: 87) PGF90-S-0087-Non-constant expression where constant expression required (iotk_base.spp: 88) PGF90-S-0087-Non-constant expression where constant expression required (iotk_base.spp: 89) PGF90-S-0087-Non-constant expression where constant expression required (iotk_base.spp: 144) 0 inform, 0 warnings, 9 severes, 0 fatal for iotk_base make[2]: *** [iotk_base.o] Error 2 make[2]: Leaving directory `/home/xyh/espresso-3.2.3/iotk/src' make[1]: *** [libiotk.a] Error 2 make[1]: Leaving directory `/home/xyh/espresso-3.2.3/iotk' make: *** [libiotk] Error 2