I'm trying to compile Abinit-7.2.2 on a 32-bit Ubunutu 14 system. I am using the following .ac configuration file:
Code: Select all
enable_mpi="yes"
enable_mpi_io="yes"
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"
I compile using ./configure --with-config-file="./ellen.ac"
However, I get this error when I make mj4
Code: Select all
../../src/11_memory_mpi/lib11_memory_mpi.a(m_profiling.o):/home/ellen/Desktop/abinit-7.2.2/src/11_memory_mpi/m_profiling.F90:83: first defined here
collect2: error: ld returned 1 exit status
Does anyone have suggestions for how to resolve this error?
Thanks!