On Thu, Oct 5, 2017 at 4:05 PM, José Carlos Conesa <[email protected]> wrote:
> I do not understand what you mean by "unlikely"; this qe-6.2 version is > available in the normal qe download page. Maybe the -rc suffix means > pre-release; I did not know it. > "rc" = "release candidate" in the jargon of geeks. Note that the release hasn't been announced yet. Of course everybody is welcome to test it and to report problems. > I could not find any file named version.f90 in the tarball > I could: $ tar -tzvf qe-6.2.tar.gz qe-6.2/Modules/version.f90 -rw-r--r-- giannozz/giannozz 510 2017-09-26 15:35 qe-6.2/Modules/version.f90 The file version.f90 is attached Paolo > , and what should one do otherwise with Modules/Makefile is unclear. > Please tell if one should refrain from using that version while it has the > -rc suffix. > Regards, > José Carlos > El 05/10/2017 a las 13:58, Paolo Giannozzi escribió: > > On Thu, Oct 5, 2017 at 1:43 PM, José Carlos Conesa <[email protected]> > wrote: > > >> I have downloaded qe 6.2 > > > unlikely: what is available is a pre-release, for testing > > >> Compilation starts [...] then aborts with the >> message that version.f90 cannot be found. > > > see here: http://qe-forge.org/pipermail/pw_forum/2017-September/113895 > .html > > Paolo > > -- > Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche, > Univ. Udine, via delle Scienze 208, 33100 Udine, Italy > Phone +39-0432-558216 <+39%200432%20558216>, fax +39-0432-558222 > <+39%200432%20558222> > > > > _______________________________________________ > Pw_forum mailing > [email protected]http://pwscf.org/mailman/listinfo/pw_forum > > > > -- > José C. Conesa > Director > Instituto de Catálisis y Peroleoquímica, CSIC > Campus de Excelencia UAM-CSIC > Marie Curie 2, Cantoblanco > 28049 Madrid, Spain > Tel. +34-915854766 <+34%20915%2085%2047%2066> Fax +34-915854760 > <+34%20915%2085%2047%2060> > > > _______________________________________________ > Pw_forum mailing list > [email protected] > http://pwscf.org/mailman/listinfo/pw_forum > > -- > Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche, > Univ. Udine, via delle Scienze 208, 33100 Udine, Italy > Phone +39-0432-558216, fax +39-0432-558222 > > > > <http://pwscf.org/mailman/listinfo/pw_forum> <http://pwscf.org/mailman/listinfo/pw_forum>
! ! Copyright (C) 2003-2017 Quantum ESPRESSO group ! This file is distributed under the terms of the ! GNU General Public License. See the file `License' ! in the root directory of the present distribution, ! or http://www.gnu.org/copyleft/gpl.txt . ! !---------------------------------------------------------------------------- MODULE global_version ! IMPLICIT NONE ! SAVE ! CHARACTER (LEN=6) :: version_number = '6.2' CHARACTER (LEN=12) :: svn_revision = '13866' ! END MODULE global_version
_______________________________________________ Pw_forum mailing list [email protected] http://pwscf.org/mailman/listinfo/pw_forum
