forum@abinit.org
Subject: The ABINIT Users Mailing List ( CLOSED )
List archive
- From: "matthieu verstraete" <matthieu.jean.verstraete@gmail.com>
- To: n_ilesdz@yahoo.fr
- Cc: forum@abinit.org
- Subject: Re: [abinit-forum] problem with abinit5.4.4
- Date: Thu, 25 Dec 2008 22:47:59 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=mj1YAnyg1ACeFdDQ7IPaSwV7Vr91tmYU/p2zGwWApmCl4ZLio4yUPw+UkMtbO67fFr LuTfW2PYVKvYMuKA2JPED4c1MOcabj6JN1+A0VJF2ioJCuXleoYHm9bmkIIXxRPF/+dH HeFhrQR4MiDBHP7LZ0j/8FYnqjQWTfFcvc1KA=
1) can you find the defs_info.mod file in your compilation directory (src/defs/ probably)?
2) you are using g95 in the compile line I see - if for some reason the module was compiled with ifc it will not work with g95.
Matthieu
2008/12/22 nadia iles <n_ilesdz@yahoo.fr>
Dear abinit users ;
due to limitation time to use abinit5.4.4, I tried to install the modified version that I download from the abinit web site but some error messages occurs in compilation. I have linux mandriva 2008, and i686 Intel(R) Core(TM)2 Extreme CPU Q6850 @ 3.00GHz GNU/Linuxhe IFC compiler .
Errors messages when executing make are:
[iles@localhost abinit-5.4.4p]$ make
make all-recursive
make[1]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p »
Making all in lib
make[2]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/lib »
Making all in light
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/lib/light »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/lib/light »
Making all in macroav
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/lib/macroav »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/lib/macroav »
Making all in numeric
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/lib/numeric »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/lib/numeric »
Making all in numericf90
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/lib/numericf90 »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/lib/numericf90 »
Making all in linalg
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/lib/linalg »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/lib/linalg »
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/lib »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/lib »
make[2]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/lib »
Making all in src
make[2]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/src »
Making all in defs
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/src/defs »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/src/defs »
Making all in lib01fftnew
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/src/lib01fftnew »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/src/lib01fftnew »
Making all in lib01cg
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/src/lib01cg »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/src/lib01cg »
Making all in lib01hidempi
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/src/lib01hidempi »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/src/lib01hidempi »
Making all in 00basis
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/src/00basis »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/src/00basis »
Making all in 01manage_mpi
make[3]: entrant dans le répertoire « /home/iles/hafid/abinit-5.4.4p/src/01manage_mpi »
g95 -DHAVE_CONFIG_H -I. -I../.. -I../defs -I./../defs -O2 -fno-second-underscore -c -o herald.o herald.F90
In file herald.F90:40
use defs_infos implicit none
1
Error: Syntax error in USE statement at (1)
make[3]: *** [herald.o] Erreur 1
make[3]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/src/01manage_mpi »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/iles/hafid/abinit-5.4.4p »
make: *** [all] Erreur 2
Can any one help me to resolve this problem,
Advanced thanks,
ILES NADIA
INSTITUT DES NANOSCIENCES DE PARIS.
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr. Matthieu Verstraete
European Theoretical Spectroscopy Facility (ETSF)
Dpto. Fisica de Materiales,
U. del Pais Vasco,
Centro Joxe Mari Korta, Av. de Tolosa, 72, Phone: +34-943018393
E-20018 Donostia-San Sebastian, Spain Fax : +34-943018390
Mail : matthieu.jean.verstraete@gmail.com
http://www-users.york.ac.uk/~mjv500
- [abinit-forum] problem with abinit5.4.4, nadia iles, 12/22/2008
- Re: [abinit-forum] problem with abinit5.4.4, matthieu verstraete, 12/25/2008
- Re: [abinit-forum] problem with abinit5.4.4, nadia iles, 12/30/2008
- Re: [abinit-forum] problem with abinit5.4.4, matthieu verstraete, 12/25/2008
Archive powered by MHonArc 2.6.15.