[Pw_forum] MPI is on PATH but not detecting by Quantum espresso

PRATIK DAS pratikdas63 at gmail.com
Wed Sep 24 07:43:53 CEST 2014


espresso-parallel]$ ./configure --enable-parallel LIBDIRS="-I
/usr/lib64/mpich"
checking build system type... x86_64-unknown-linux-gnu
checking architecture... x86_64
checking for ifort... no
checking for pgf90... no
checking for pathf95... no
checking for sunf95... no
checking for openf95... no
checking for gfortran... gfortran
configure: WARNING: using cross tools not prefixed with host triplet
checking whether the Fortran compiler works... yes
checking for Fortran compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for Fortran flag to compile .f90 files... none
checking for mpif90... mpif90
checking whether we are using the GNU Fortran compiler... yes
checking whether mpif90 accepts -g... yes
checking version of mpif90... gfortran 4.8.3
setting F90... gfortran
setting MPIF90... mpif90
checking for cc... cc
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
setting CC... cc
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 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 gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
setting F77... gfortran
using F90... gfortran
setting FFLAGS... -O3 -g
setting F90FLAGS... $(FFLAGS) -x f95-cpp-input
setting FFLAGS_NOOPT... -O0 -g
setting CFLAGS... -O3
setting CPP... cpp
setting CPPFLAGS... -P -traditional
setting LD... mpif90
setting LDFLAGS... -g
setting AR... ar
setting ARFLAGS... ruv
checking whether make sets $(MAKE)... yes
checking whether Fortran files must be preprocessed... no
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...
-L/usr/lib/gcc/x86_64-redhat-linux/4.8.3
-L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64 -L/lib/../lib64
-L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../..
-lgfortran -lm -lquadmath
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, no
extra underscore
checking for library containing dgemm... no
MKL not found
in -I: checking for library containing dgemm... no
MKL not found
in /usr/lib64/mpich: checking for library containing dgemm... no
MKL not found
in /opt/intel/Compiler/*/*/mkl/lib/em64t: checking for library containing
dgemm... no
MKL not found
in /opt/intel/mkl/*/lib/em64t: checking for library containing dgemm... no
MKL not found
in /opt/intel/mkl*/lib/em64t: checking for library containing dgemm... no
MKL not found
checking for library containing dgemm... no
in -I: checking for library containing dgemm... no
in /usr/lib64/mpich: checking for library containing dgemm... no
in /usr/local/lib: checking for library containing dgemm... no
checking for library containing dgemm... no
in -I: checking for library containing dgemm... no
in /usr/lib64/mpich: checking for library containing dgemm... no
in /usr/local/lib: checking for library containing dgemm... no
checking for library containing dspev... no
in -I: checking for library containing dspev... no
in /usr/lib64/mpich: checking for library containing dspev... no
in /usr/local/lib: checking for library containing dspev... no
setting BLAS_LIBS... /home/pratik/espresso-parallel/BLAS/blas.a
setting LAPACK_LIBS... /home/pratik/espresso-parallel/lapack-3.2/lapack.a
checking for library containing dfftw_execute_dft... no
in -I: checking for library containing dfftw_execute_dft... no
in /usr/lib64/mpich: checking for library containing dfftw_execute_dft... no
in /usr/local/lib: checking for library containing dfftw_execute_dft... no
setting FFT_LIBS...
setting MASS_LIBS...
checking for library containing mpi_init... no
setting MPI_LIBS...
checking for library containing mpi_init... (cached) no
setting DFLAGS... -D__GFORTRAN -D__STD_F95 -D__FFTW
setting IFLAGS... -I../include
setting FDFLAGS... $(DFLAGS)
checking for ranlib... ranlib
setting RANLIB... ranlib
checking for wget... wget -O
setting WGET... wget -O
configure: creating ./config.status
config.status: creating include/fft_defs.h
config.status: creating make.sys
config.status: creating configure.msg
config.status: creating install/make_wannier90.sys
config.status: creating install/make_blas.inc
config.status: creating install/make_lapack.inc
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=/home/pratik/espresso-parallel/BLAS/blas.a
  LAPACK_LIBS=/home/pratik/espresso-parallel/lapack-3.2/lapack.a
  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).
--------------------------------------------------------------------
configure: success



My PATH is
espresso-parallel]$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/pratik/.local/bin:/home/pratik/bin:/usr/lib64/mpich/bin/:/usr/lib64/mpich/bin/



I am using Fedora 20
There is no problem in serial execution.But "Parallel environment not
detected" is comming when I am going to install it in parallel. I t is not
detecting mpi though it is in PATH.

can any one help me to install quantum espresso in parallel.

Thanking you in advance.


with best regards
Pratik Kr Das
JRF
Jadavpur University
Kolkata-700032
India
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20140924/cb25edc6/attachment.html>


More information about the users mailing list