1.
The first thing is a configure error for detecting netcdf.
By doing:
Code: Select all
grep "call nf90" configure
Code: Select all
ncerr = call nf90_open_par(path, cmode, comm, info, ncid)
which clearly is wrong. nf90_open_par is a function, not both a function and a subroutine (which would be cool though!

I always do this before compiling to correct this error:
Code: Select all
sed -i -e 's:= call nf90:= nf90:g' configure
Notice that I have not tried to recreate the configure script (as that should not be needed on a user-install), however the error stems from this file:
Code: Select all
config/m4/conn-trio.m4
where the same grep shows the same error.
2. newline operator in the header files for abinit
In the file:
src/incs/abi_common.h
an entry for a newline occurs like this:
Code: Select all
/** define WHEREARG __FILE__,__LINE__**/
#if defined(HAVE_FC_LONG_LINES) || defined(__INTEL_COMPILER)
# define NEWLINE ;
#else
# define NEWLINE \newline
#endif
However, not all preprocessors take into account substituting an actual new-line.
Noticeably the gcc/gfortran compiler v4.4.5-8 and v4.7.2-5 which simply inserts the text "\newline" which obviously does not compile.
I could enforce the HAVE_FC_LONG_LINES, but I would suspect that others will encounter the same problem?
Also, I have no problems compiling the program using the Intel compiler (which is due to the __INTEL_COMPILER flag).
I have attached my build.ac file for completeness (if you wondered about my setup).
It seems like Abinit requires the compiler to take care of the preprocessing, or can you actually use FPP/CPP flags?
Here is my build.ac (I was not allowed to attach it):
Code: Select all
# This is Nicks build.ac for Abinit
prefix="/opt/abinit/7.6.1/gnu-4.7.2"
FC="mpif90"
CC="mpicc"
CXX="mpicxx"
FCFLAGS="-fopenmp -m64 -fPIC -O2 -ftree-vectorize -fexpensive-optimizations -funroll-loops -fprefetch-loop-arrays -fno-second-underscore -DHAVE_FC_LONG_LINES"
CFLAGS="-fopenmp -m64 -fPIC -O2 -ftree-vectorize -fexpensive-optimizations -funroll-loops -fprefetch-loop-arrays"
CXXFLAGS=""
enable_fc_wrapper="no"
enable_64bit_flags="yes"
enable_lotf="yes"
enable_openmp="yes"
enable_mpi_inplace="yes"
enable_mpi_io="yes"
enable_mpi="yes"
with_mpi_prefix="/opt/openmpi/1.6.5/gnu-4.7.2"
with_math_flavor="gsl"
with_linalg_flavor="custom"
with_math_incs=" -I/opt/gsl/1.16/gnu-4.7.2/include"
with_math_libs=" -L/opt/gsl/1.16/gnu-4.7.2/lib -Wl,-rpath=/opt/gsl/1.16/gnu-4.7.2/lib -lgsl"
with_linalg_incs=" -I/opt/atlas/3.10.1/gnu-4.7.2/include"
with_linalg_libs=" -L/opt/atlas/3.10.1/gnu-4.7.2/lib -L/opt/scalapack/2.0.2/gnu-4.7.2/lib -Wl,-rpath=/opt/atlas/3.10.1/gnu-4.7.2/lib -Wl,-rpath=/opt/scalapack/2.0.2/gnu-4.7.2/lib -lscalapack -llapack_atlas -lf77blas -lcblas -latlas"
FCFLAGS_OPENMP="-fopenmp"
with_trio_flavor="etsf_io+netcdf"
with_etsf_io_incs=" -I/opt/etsf_io/1.0.4/gnu-4.7.2/include"
with_etsf_io_libs=" -L/opt/etsf_io/1.0.4/gnu-4.7.2/lib -Wl,-rpath=/opt/etsf_io/1.0.4/gnu-4.7.2/lib -letsf_io -letsf_io_utils -letsf_io_low_level"
with_netcdf_incs=" -I/opt/netcdf/4.3.1/gnu-4.7.2/include"
with_netcdf_libs=" -L/opt/netcdf/4.3.1/gnu-4.7.2/lib -L/opt/pnetcdf/1.4.1/gnu-4.7.2/lib -L/opt/hdf5/1.8.12/gnu-4.7.2/lib -L/opt/zlib/1.2.8/gnu-4.7.2/lib -Wl,-rpath=/opt/netcdf/4.3.1/gnu-4.7.2/lib -Wl,-rpath=/opt/pnetcdf/1.4.1/gnu-4.7.2/lib -Wl,-rpath=/opt/hdf5/1.8.12/gnu-4.7.2/lib -Wl,-rpath=/opt/zlib/1.2.8/gnu-4.7.2/lib -lnetcdff -lnetcdf -lpnetcdf -lhdf5hl_fortran -lhdf5_fortran -lhdf5_hl -lhdf5 -lz"
with_fft_flavor="fftw3-mpi"
with_fft_incs=" -I/opt/fftw/3.3.3/gnu-4.7.2/include"
with_fft_libs=" -L/opt/fftw/3.3.3/gnu-4.7.2/lib -Wl,-rpath=/opt/fftw/3.3.3/gnu-4.7.2/lib -lfftw3f_omp -lfftw3f_mpi -lfftw3f -lfftw3_omp -lfftw3_mpi -lfftw3"
with_libxc_incs=" -I/opt/libxc/2.0.2/gnu-4.7.2/include"
with_libxc_libs=" -L/opt/libxc/2.0.2/gnu-4.7.2/lib -Wl,-rpath=/opt/libxc/2.0.2/gnu-4.7.2/lib -lxc"
with_dft_flavor="atompaw+wannier90+libxc"
with_atompaw_bins="/opt/atompaw/4.0.0.5/gnu-4.7.2/bin"
with_atompaw_incs=" -I/opt/atompaw/4.0.0.5/gnu-4.7.2/include"
with_atompaw_libs=" -L/opt/atompaw/4.0.0.5/gnu-4.7.2/lib -Wl,-rpath=/opt/atompaw/4.0.0.5/gnu-4.7.2/lib -latompaw"
with_wannier90_bins="/opt/wannier90/1.2/gnu-4.7.2/bin"
with_wannier90_incs=" -I/opt/wannier90/1.2/gnu-4.7.2/include"
with_wannier90_libs=" -L/opt/wannier90/1.2/gnu-4.7.2/lib -Wl,-rpath=/opt/wannier90/1.2/gnu-4.7.2/lib -lwannier"
Regards Nick