Upgrade to Abinit-7.10.4 (MPI error)
Posted: Sun Apr 19, 2015 8:31 pm
Hello
i had compiled abinit-7.0.5 two year ago successfully on cluster (MPI version, prepared for a x86_64_linux_intel13.1 computer). Now i need to upgrade to Abinit-7.10.4. But during installation ,following same steps as previous, getting MPI error.
.ac file contains:
i am using command to configure.
getting the error:
config.log file has been attached.
help!!!
Janpreet Sidhu
i had compiled abinit-7.0.5 two year ago successfully on cluster (MPI version, prepared for a x86_64_linux_intel13.1 computer). Now i need to upgrade to Abinit-7.10.4. But during installation ,following same steps as previous, getting MPI error.
.ac file contains:
Code: Select all
prefix="/home/gurinder/abinit_8"
enable_mpi="yes"
with_mpi_level="1"
enable_mpi_io="yes"
with_mpi_prefix="/home/gurinder/mpich"
with_fft_flavor="fftw3"
with_fft_incs="-I/home/gurinder/lib/fftw/include/"
with_fft_libs="-L/home/gurinder/lib/fftw/lib -lfftw3"
with_linalg_flavor="atlas"
with_linalg_libs="-L/usr/lib/atlas-sse -llapack -lf77blas -lcblas -latlas"
with_dft_flavor="atompaw+bigdft+libxc+wannier90"
enable_gw_dpc="yes"
FCFLAGS="-O1"
FCFLAGS_OPTIM="-O2"
i am using command to configure.
Code: Select all
./configure --with-config-file="janpreet.ac" FC=mpif90 CC=mpicc
getting the error:
==============================================================================
=== Multicore architecture support ===
==============================================================================
checking whether to enable OpenMP support... no
checking whether to build MPI code... yes
checking whether the C compiler supports MPI... no
checking whether the C++ compiler supports MPI... no
checking whether the Fortran Compiler supports MPI... yes
checking whether MPI is usable... no
configure: error: MPI support is broken - please fix your config parameters and/or MPI installation
config.log file has been attached.
help!!!
Janpreet Sidhu