beaudet:~/espresso/espresso-4.0> ./configure CXX=ipcp CC=icc F90=ifort F77=ifort MPIF90=ifort checking build system type... x86_64-unknown-linux-gnu checking architecture... amd64 checking for Fortran 77 compiler default output file name... a.out checking whether the Fortran 77 compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU Fortran 77 compiler... no checking whether ifort accepts -g... yes checking for ifort... ifort checking whether we are using the GNU Fortran 77 compiler... no checking whether ifort accepts -g... yes checking version of ifort... ifort 10.1 setting F90... ifort setting MPIF90... ifort checking whether we are using the GNU C compiler... yes checking whether icc accepts -g... yes checking for icc option to accept ANSI C... none needed setting CC... icc checking how to run the C preprocessor... icc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for int *... yes checking size of int *... 8 checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for struct mallinfo.arena... yes checking for ifort... ifort checking whether we are using the GNU Fortran 77 compiler... no checking whether ifort accepts -g... yes setting F77... ifort using F90... ifort setting FFLAGS... -O2 -assume byterecl setting F90FLAGS... $(FFLAGS) -nomodule setting FFLAGS_NOOPT... -O0 -assume byterecl setting CFLAGS... -O3 setting CPP... cpp setting CPPFLAGS... -P -traditional setting LD... ifort setting LDFLAGS... setting AR... ar setting ARFLAGS... ruv setting ARFLAGS_DYNAMIC...ruv checking whether make sets $(MAKE)... yes checking whether Fortran files must be preprocessed... no checking how to get verbose linking output from ifort... -v checking for Fortran libraries of ifort... -L/opt/intel/mkl/10.0.1.014/lib/em64t -L/opt/intel/fce/10.1.011/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.2.3/ -L/usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../../lib64 -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lgcc_s -lirc_s -ldl checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore checking for library containing dgemm... -lmkl_em64t checking for library containing zggev... none required setting BLAS_LIBS... -lmkl_em64t setting LAPACK_LIBS... -lmkl_em64t checking for library containing fftwnd... no in /usr/local/lib: checking for library containing fftwnd... no in /cineca/prod/intel/lib: checking for library containing fftwnd... no in /opt/intel/mkl/10.0.1.014/lib/em64t: checking for library containing fftwnd... no in /opt/intel/fce/10.1.011/lib: checking for library containing fftwnd... no in /opt/intel/cce/10.1.011/lib: checking for library containing fftwnd... no setting FFT_LIBS... checking for library containing fftwnd... (cached) no setting MASS_LIBS... checking for library containing mpi_init... -lmpi setting MPI_LIBS... -lmpi checking for library containing mpi_init... (cached) -lmpi setting DFLAGS... -D__INTEL -D__FFTW -D__USE_INTERNAL_FFTW -D__MPI -D__PARA setting IFLAGS... -I../include setting FDFLAGS... $(DFLAGS) checking for ranlib... ranlib setting RANLIB... ranlib configure: creating ./config.status config.status: creating include/fft_defs.h config.status: creating make.sys config.status: creating configure.msg config.status: creating include/c_defs.h config.status: include/c_defs.h is unchanged -------------------------------------------------------------------- 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= -lmkl_em64t LAPACK_LIBS= -lmkl_em64t FFT_LIBS= MPI_LIBS=-lmpi 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 detected successfully. Configured for compilation of parallel executables. For more info, read the ESPRESSO User's Guide (Doc/users-guide.tex). -------------------------------------------------------------------- configure: success