Hi everyone,
I have download the latest yambo and follow the instructions for installation. but when i tape "./bin/yambo" it give me an error that the file or repository no existing.
what can i do for this problem?
installing yambo
Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan, Nicola Spallanzani
Forum rules
If you have trouble compiling Yambo, please make sure to list:
(1) the compiler (vendor and release: e.g. intel 10.1)
(2) the architecture (e.g. 64-bit IBM SP5)
(3) if the problems occur compiling in serial/in parallel
(4) the version of Yambo (revision number/major release version)
(5) the relevant compiler error message
If you have trouble compiling Yambo, please make sure to list:
(1) the compiler (vendor and release: e.g. intel 10.1)
(2) the architecture (e.g. 64-bit IBM SP5)
(3) if the problems occur compiling in serial/in parallel
(4) the version of Yambo (revision number/major release version)
(5) the relevant compiler error message
-
- Posts: 2
- Joined: Sun Oct 16, 2016 3:58 pm
installing yambo
Abdelkrim Oukerroum
PhD researcher
Laboratoire de physique de la matière condensée et énergies renouvelables
Faculté des sciences et techniques de Mohammedia
Mohammedia
Morocco
PhD researcher
Laboratoire de physique de la matière condensée et énergies renouvelables
Faculté des sciences et techniques de Mohammedia
Mohammedia
Morocco
- Daniele Varsano
- Posts: 4198
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: installing yambo
Dear Abdlekrim,
first, please add your full name and signature as it is a rule of the forum.
Coming to your question:
it looks you are running yambo not in the directory where there is your SAVE directory, or you did not generate it.
Before running I invite you to read the documentation, here and here you can find a short guide.
Next I suggest you to familiarize with some tutorials present in the webpage.
Best,
Daniele
first, please add your full name and signature as it is a rule of the forum.
Coming to your question:
it looks you are running yambo not in the directory where there is your SAVE directory, or you did not generate it.
Before running I invite you to read the documentation, here and here you can find a short guide.
Next I suggest you to familiarize with some tutorials present in the webpage.
Best,
Daniele
Dr. Daniele Varsano
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/
-
- Posts: 2
- Joined: Sun Oct 16, 2016 3:58 pm
Re: installing yambo
thanks for answering me. here I post the error:
configure: error: in `/home/abdelkrim/Bureau/yambo/yambo-3.4.2/lib/netcdf/netcdf-y4.1.3':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
make[1]: *** [configure-stamp] Erreur 1
make[1]: quittant le répertoire « /home/abdelkrim/Bureau/yambo/yambo-3.4.2/lib/netcdf »
make: *** [libs] Erreur 2
how I can fix it?
Best,
Abdelkrim
Abdelkrim OUKERROUM
Researcher
Laboratoire de physique de la matière condensée et énergies renouvelables
Faculty of sciences and techniques of Mohammedia
University Hassan II Mohammedia-Casablanca
Morocco
configure: error: in `/home/abdelkrim/Bureau/yambo/yambo-3.4.2/lib/netcdf/netcdf-y4.1.3':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
make[1]: *** [configure-stamp] Erreur 1
make[1]: quittant le répertoire « /home/abdelkrim/Bureau/yambo/yambo-3.4.2/lib/netcdf »
make: *** [libs] Erreur 2
how I can fix it?
Best,
Abdelkrim
Abdelkrim OUKERROUM
Researcher
Laboratoire de physique de la matière condensée et énergies renouvelables
Faculty of sciences and techniques of Mohammedia
University Hassan II Mohammedia-Casablanca
Morocco
You do not have the required permissions to view the files attached to this post.
Abdelkrim Oukerroum
PhD researcher
Laboratoire de physique de la matière condensée et énergies renouvelables
Faculté des sciences et techniques de Mohammedia
Mohammedia
Morocco
PhD researcher
Laboratoire de physique de la matière condensée et énergies renouvelables
Faculté des sciences et techniques de Mohammedia
Mohammedia
Morocco
-
- Posts: 214
- Joined: Fri Jan 31, 2014 11:13 am
Re: installing yambo
Dear Abdelkrim,
the message you get suggests a problem with the c precompiler.
I would try to use gcc instead, issuing e.g.
take care
Andrea
the message you get suggests a problem with the c precompiler.
I would try to use gcc instead, issuing e.g.
Code: Select all
./configure CPP="gcc -E" CPPFLAGS="-P" [...]
Andrea
Andrea Ferretti, PhD
CNR-NANO-S3 and MaX Centre
via Campi 213/A, 41125, Modena, Italy
Tel: +39 059 2055322; Skype: andrea_ferretti
URL: http://www.nano.cnr.it
CNR-NANO-S3 and MaX Centre
via Campi 213/A, 41125, Modena, Italy
Tel: +39 059 2055322; Skype: andrea_ferretti
URL: http://www.nano.cnr.it