[QE-users] QE-7.1 and ELPA version

Paolo Giannozzi paolo.giannozzi at uniud.it
Sat Apr 15 10:08:34 CEST 2023


On 13/04/2023 19:28, Alireza Ghasemi wrote:

>     Does anyone know the latest version of ELPA to which one can link 
> and build QE-7.1?

from ./configure --help:

   --with-elpa-version     Specify ELPA API version
(2015 for ELPA releases 2015.x and 2016.05;
  2016 for ELPA releases 2016.11, 2017.x and 2018.05;
  default 2018 for ELPA releases 2018.11 and beyond)

> During configure of QE, I see the following warning:
> 
> checking ELPA... configure: WARNING: *** Invalid ELPA version, 
> defaulting to 2018
> 
> and then no "-D__ELPA" when compiling LAXlib Fortran files.

this cannot happen. This is what happens:

       if test "$with_elpa_version" = "2015"; then
         try_dflags="$try_dflags -D__ELPA_2015"
       elif test "$with_elpa_version" = "2016"; then
         try_dflags="$try_dflags -D__ELPA_2016"
       elif test "$with_elpa_version" = "2017"; then
         try_dflags="$try_dflags -D__ELPA_2016"
       elif test "$with_elpa_version" = "2018"; then
         try_dflags="$try_dflags -D__ELPA"
       else
         AC_MSG_WARN([*** Invalid ELPA version, defaulting to 2018])
         try_dflags="$try_dflags -D__ELPA"
       fi

Paolo

> 
> 
> Best regards
> 
> Alireza
> 
> 
> _______________________________________________
> The Quantum ESPRESSO community stands by the Ukrainian
> people and expresses its concerns about the devastating
> effects that the Russian military offensive has on their
> country and on the free and peaceful scientific, cultural,
> and economic cooperation amongst peoples
> _______________________________________________
> Quantum ESPRESSO is supported by MaX (www.max-centre.eu)
> users mailing list users at lists.quantum-espresso.org
> https://lists.quantum-espresso.org/mailman/listinfo/users

-- 
Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,
Univ. Udine, via delle Scienze 206, 33100 Udine Italy, +39-0432-558216


More information about the users mailing list