Problem with etsf_io
Posted: Sat May 25, 2013 1:54 pm
Hello.
At configuring Abinit 7.2.1 with the following config.ac
turns out the next error:
If who knows what is the matter, please give me the cue.
Thanks,
Serge.
At configuring Abinit 7.2.1 with the following config.ac
Code: Select all
prefix="/opt/abinit-7.2.1"
enable_mpi="no"
enable_mpi_io="no"
with_mpi_prefix="/usr"
with_netcdf_incs="-I/usr/include"
with_netcdf_libs="-L/usr/lib -lnetcdf -lnetcdff"
with_fft_flavor="fftw3"
with_fft_incs="-I/usr/include/"
with_fft_libs="-L/usr/lib/i386-linux-gnu -lfftw3 -lfftw3f"
with_linalg_flavor="atlas"
with_linalg_libs="-L/usr/lib -llapack -lf77blas -lcblas -latlas"
with_dft_flavor="atompaw+bigdft+libxc+wannier90"
enable_gw_dpc="yes"
enable_maintainer_checks="no"
enable_test_timeout="yes"
enable_gui_build="no"
turns out the next error:
Code: Select all
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking whether to enable the LINALG fallback... no
checking whether to enable the FOX fallback... no
checking whether to enable the NETCDF fallback... no
checking whether to enable the ETSF_IO fallback... yes
checking for a source tarball of ETSF_IO... no
configure: downloading ETSF_IO - this may take a while
configure: downloading ETSF_IO - this may take a while
configure: error: could not download ETSF_IO fallback tarball
Disable support for ETSF_IO or download the tarball manually to
/home/serge/.abinit/tarballs
configure: error: ./configure failed for fallbacks
If who knows what is the matter, please give me the cue.
Thanks,
Serge.