Page 1 of 1

problem compiling ABINIT

Posted: Mon Nov 12, 2012 7:28 pm
by fabienfontaine
Hi everyone,
I tried to compile ABINIT 6.12.3 on linux opensuse 12.1 but I obtained errors for make install
./configure FC=ifort CC=icc
INTEL 13 compilers

Here is the error message:
checking for NetCDF includes... -I/home/fab/prog/abinit-6.12.3/fallbacks/exports/include
checking for NetCDF libraries... -L/home/fab/prog/abinit-6.12.3/fallbacks/exports/lib -lnetcdf
checking for NetCDF Fortran flags...
checking for NetCDF... no
Action: install NetCDF and set its parameters through --with-netcdf-incs and --with-netcdf-libs.
configure: error: "No 'NetCDF' library found."
make[2]: *** [stamps/etsf_io-config-stamp] Error 1
make[2]: Leaving directory `/home/fab/prog/abinit-6.12.3/fallbacks'
make[1]: [all-local] Error 2 (ignored)
Checking build of etsf_io fallback
test -e stamps/etsf_io-install-stamp
make[1]: *** [all-local] Error 1
make[1]: Leaving directory `/home/fab/prog/abinit-6.12.3/fallbacks'
make: *** [install-recursive] Error 1

Re: problem compiling ABINIT

Posted: Tue Nov 13, 2012 10:13 pm
by jbeuken
Hi Fabien,

with intel 12.1 under openSUSE 12.1 , "./configure FC=ifort CC=icc" works

Summary of important options:

* C compiler : intel version 12.1
* Fortran compiler: intel version 12.1
* architecture : unknown unknown (64 bits)

* debugging : basic
* optimizations : standard

* OpenMP enabled : no (collapse: ignored)
* MPI enabled : no
* MPI-IO enabled : no
* GPU enabled : no (none)

* TRIO flavor = netcdf-fallback+etsf_io-fallback
* TIMER flavor = abinit (libs: ignored)
* LINALG flavor = netlib (libs: auto-detected)
* ALGO flavor = none (libs: ignored)
* FFT flavor = none (libs: ignored)
* MATH flavor = none (libs: ignored)
* DFT flavor = libxc-fallback+atompaw-fallback+bigdft-fallback+wannier90-fallback



I suppose it's the 13.0 version : it is too recent...

regards

jmb

Re: problem compiling ABINIT

Posted: Mon Nov 19, 2012 6:57 pm
by pouillon