Search found 9 matches

by sbecuwe
Wed Jun 10, 2020 5:20 pm
Forum: Configuring and compiling ABINIT
Topic: 9.0.4: how to build fallbacks automatically? [SOLVED]
Replies: 1
Views: 3059

9.0.4: how to build fallbacks automatically? [SOLVED]

Hello In version 8.x, it was possible to let ABINIT build the required fallbacks. How can I achieve the same behavior in version 9.x? Adding "--with-fallbacks" and just writing "--with-libxc" (without specifying a LibXC directory) obviously doesn't work, since configure complains at the end. +------...
by sbecuwe
Wed Aug 23, 2017 12:51 pm
Forum: Configuring and compiling ABINIT
Topic: abinit 8.4.2: netcdf fallback not working?
Replies: 3
Views: 4709

abinit 8.4.2: netcdf fallback not working?

Hello, We compiled Abinit 8.4.2 with icc/ifort 16.0.4 and corresponding MKL and Intel MPI with netcdf-fallback. Everything compiles fine. No errors at run time. But when running anaddb, we don't get any .nc files. "abinit -b" confirms it should be there: === Connectors / Fallbacks === Conn...
by sbecuwe
Wed May 10, 2017 11:43 am
Forum: Configuring and compiling ABINIT
Topic: 64bit and fall back libraries?
Replies: 0
Views: 2069

64bit and fall back libraries?

Hello, When specifying --enable-64bit-flags (configure) in ABINIT 8.2.2, we noticed that some (?) dependencies should be adapted. For BigDFT, the problem becomes visible when switching from Intel 2016 tot Intel 2017 compilers: E.g. ./fallbacks/sources/bigdft-1.7.1.23/flib/src/yaml_strings.f90 since ...
by sbecuwe
Tue Nov 16, 2010 10:40 am
Forum: Configuring and compiling ABINIT
Topic: abinit 6.4.1 + fftw => running time doubled?!
Replies: 5
Views: 4835

Re: abinit 6.4.1 + fftw => running time doubled?!

We had not noticed that the default was changed. Adding fftalg 112 gives the old (better) timings in 6.4.1. It seems that in our setup fftw3 is slower. Using fftprof, fftw3 shows to be faster for all kinds of fft, except "fourdp with cplex 1" (see output below). So one question left: do yo...
by sbecuwe
Sun Nov 07, 2010 10:14 pm
Forum: Configuring and compiling ABINIT
Topic: abinit 6.4.1 + fftw => running time doubled?!
Replies: 5
Views: 4835

Re: abinit 6.4.1 + fftw => running time doubled?!

Since we did not use fftalg for this particular test, and as a consequence use the built-in fft routines, we did not expect to see any difference whether abinit is linked with(out) FFTW or MKL... It seems mysterious.

Regards
Stefan
by sbecuwe
Thu Nov 04, 2010 11:09 am
Forum: Configuring and compiling ABINIT
Topic: abinit 6.4.1 + fftw => running time doubled?!
Replies: 5
Views: 4835

abinit 6.4.1 + fftw => running time doubled?!

Hello, I have installed 6.4.1 using icc 11.1.046, ifort 11.1.046, impi 3.2.1.009, imkl 10.2.1.017 (MKL + Scalapack) on Intel Harpertown architecture with following plugins: ETSFIO 1.0.2, libxc svn-r6071-fixed, Wannier90 1.1, BigDFT 1.2.0.2. I have made 3 configurations: - one without FFTW support - ...
by sbecuwe
Mon Oct 25, 2010 10:32 pm
Forum: Configuring and compiling ABINIT
Topic: abinit 6.4.1 + etsfio 1.0.3?
Replies: 1
Views: 3087

abinit 6.4.1 + etsfio 1.0.3?

Hello, I'm trying to install Abinit 6.4.1 together with ETSFIO 1.0.3. (Intel 11.1 compilers) It seems there's a problem. The referenced files no longer exist in ETSFIO 1.0.3, but did exist in previous versions. mpiifort -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -I/apps/ETSFIO/1.0...
by sbecuwe
Fri Jul 30, 2010 12:43 am
Forum: Configuring and compiling ABINIT
Topic: abinit 6.2.1: problem compiling m_libxc_functionals.F90
Replies: 3
Views: 5206

Re: abinit 6.2.1: problem compiling m_libxc_functionals.F90

Hello, These are the last lines of compilation: ifort -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -I/easy/libxc/1.0-alpha-fixed-ictce-3.2.1.015.u1/include -I/easy/libxc/1.0-alpha-fixed-ictce-3.2.1.015.u1/lib/finclude -free -module /easy/abinit-6.2.1/src/mods -O2 -g -extend-source -...
by sbecuwe
Thu Jul 29, 2010 8:13 am
Forum: Configuring and compiling ABINIT
Topic: abinit 6.2.1: problem compiling m_libxc_functionals.F90
Replies: 3
Views: 5206

abinit 6.2.1: problem compiling m_libxc_functionals.F90

Hello, I try to install Abinit 6.2.1 using Intel 11.x compilers, and the plugins mentioned on the webpage. Compilation stops with m_libxc_functionals.F90 m_libxc_functionals.F90(48): error #6457: This derived type name has not been declared. [XC_F90_POINTER_T] m_libxc_functionals.F90(49): error #645...