Dear Sir,
I have attached the config.log file for yambo. Please check if yambo has been installed correctly because everytime i try to execute yambo command it say "Command not found".
check for correct installation
Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano
-
- Posts: 7
- Joined: Sat Jul 09, 2016 8:12 am
check for correct installation
You do not have the required permissions to view the files attached to this post.
- Daniele Varsano
- Posts: 4198
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: check for correct installation
Dear Himani,
some rules of the forum:
1) Please sign your posts with your name and affiliation.
2) Please post your question in the right subforums, how your question is related to 'Self Energy"?
About your problem, "command not found" it means that the yambo executable it is not in your path.
So you need either launch yambo specifying the entire path e.g.
or include the directory of the yambo executable on your PATH variable, e.g. in your .bashrc file
Best,
Daniele
some rules of the forum:
1) Please sign your posts with your name and affiliation.
2) Please post your question in the right subforums, how your question is related to 'Self Energy"?
About your problem, "command not found" it means that the yambo executable it is not in your path.
So you need either launch yambo specifying the entire path e.g.
Code: Select all
> path_yambo_dir/bin/yambo
Code: Select all
> export PATH=$PATH:/path_to_yambo_dir/bin/
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/