error make check with abinit-7.0.5
Posted: Thu Jan 31, 2013 4:37 pm
Dear all
I have installed abinit-7.0.5, the configuration step works well, the same result in the make step
but when doing make check I have this message :STOP MPIFAKE: mpi_attr_get
the config file is :
knowing that:
gcc version :4.4.6
Open MPI: 1.5.4
can anyone help me to solve this problem.
I have installed abinit-7.0.5, the configuration step works well, the same result in the make step
but when doing make check I have this message :STOP MPIFAKE: mpi_attr_get
the config file is :
Code: Select all
enable_64bit_flags="yes"
enable_gw_dpc="yes"
enable_mpi="yes"
enable_mpi_io="yes"
enable_openmp="yes"
enable_memory_profiling="yes"
enable_bse_unpacked="yes"
with_mpi_prefix="/usr/lib64/openmpi"
with_trio_flavor="netcdf+etsf_io"
with_dft_flavor="atompaw+bigdft+libxc+wannier90"
with_linalg_flavor="custom"
with_fft_flavor="fftw3"
with_fft_incs="-I/usr/include"
with_fft_libs="-L/usr/lib64 -lfftw3"
with_math_flavor=custom"
gcc version :4.4.6
Open MPI: 1.5.4
can anyone help me to solve this problem.