problem compiling ABINIT

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
fabienfontaine
Posts: 3
Joined: Mon Jan 09, 2012 12:52 pm

problem compiling ABINIT

Post by fabienfontaine » Mon Nov 12, 2012 7:28 pm

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

User avatar
jbeuken
Posts: 365
Joined: Tue Aug 18, 2009 9:24 pm
Contact:

Re: problem compiling ABINIT

Post by jbeuken » Tue Nov 13, 2012 10:13 pm

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
------
Jean-Michel Beuken
Computer Scientist

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: problem compiling ABINIT

Post by pouillon » Mon Nov 19, 2012 6:57 pm

Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

Locked