configure problem
Posted: Fri Jul 17, 2015 5:36 pm
Dear all,
My configure file is:
enable_mpi="yes"
enable_mpi_io="yes"
enable_openmp="yes"
with_mpi_prefix="/usr"
with_netcdf_incs="-I/usr/include"
with_netcdf_libs="-L/usr/lib64 -lnetcdf -lnetcdff"
with_fft_flavor="fftw3"
with_fft_incs="-I/usr/include/"
with_fft_libs="-L/usr/lib64 -lfftw3 -lfftw3f"
with_linalg_flavor="atlas"
with_linalg_libs="-L/usr/lib64 -llapack -lf77blas -lcblas -latlas"
with_dft_flavor="atompaw+bigdft+libxc+wannier90"
enable_gw_dpc="yes"
configure result is:
checking whether to enable OpenMP support... yes
checking Fortran flags for OpenMP... -fopenmp
checking whether OpenMP's COLLAPSE works... yes
configure: OpenMP support is enabled in Fortran source code only
checking whether to build MPI code... yes
checking whether MPI is usable... no
configure: error: MPI support is broken - please fix your config parameters and/or MPI installation
I attach the config.log. Could you tell me how to solve the problem. Thank you.
Best wishes,
Qingping
My configure file is:
enable_mpi="yes"
enable_mpi_io="yes"
enable_openmp="yes"
with_mpi_prefix="/usr"
with_netcdf_incs="-I/usr/include"
with_netcdf_libs="-L/usr/lib64 -lnetcdf -lnetcdff"
with_fft_flavor="fftw3"
with_fft_incs="-I/usr/include/"
with_fft_libs="-L/usr/lib64 -lfftw3 -lfftw3f"
with_linalg_flavor="atlas"
with_linalg_libs="-L/usr/lib64 -llapack -lf77blas -lcblas -latlas"
with_dft_flavor="atompaw+bigdft+libxc+wannier90"
enable_gw_dpc="yes"
configure result is:
checking whether to enable OpenMP support... yes
checking Fortran flags for OpenMP... -fopenmp
checking whether OpenMP's COLLAPSE works... yes
configure: OpenMP support is enabled in Fortran source code only
checking whether to build MPI code... yes
checking whether MPI is usable... no
configure: error: MPI support is broken - please fix your config parameters and/or MPI installation
I attach the config.log. Could you tell me how to solve the problem. Thank you.
Best wishes,
Qingping