Compile Yambo offline

You can find here problems arising when using old releases of Yambo (< 5.0). Issues as parallelization strategy, performance issues and other technical aspects.

Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan

Locked
javad
Posts: 44
Joined: Fri Feb 28, 2014 10:23 pm

Compile Yambo offline

Post by javad » Tue Feb 02, 2021 10:43 am

Dear developers

is it possible to compile yambo offline?
If I download libraries and so on..

best
Javad
Javad Exirifard
IPM - Institute for Research in Fundamental Sciences
P. O. Box 19395-5746
Niavaran Square
Tehran, Iran

User avatar
Daniele Varsano
Posts: 4209
Joined: Tue Mar 17, 2009 2:23 pm
Contact:

Re: Compile Yambo offline

Post by Daniele Varsano » Tue Feb 02, 2021 10:49 am

Dear Javad,
yes, you need to download the needed libraries, compile them if they are not already present in your machine, and link them using the command line options in the configure.

Code: Select all

./configure -h
will list the variables for each library.

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/

klust
Posts: 1
Joined: Fri Mar 23, 2018 3:33 pm
Location: Antwerp, Belgium

Re: Compile Yambo offline

Post by klust » Wed Feb 03, 2021 5:08 pm

lib/archive contains a file with the list of packages that Yambo can download itself (package.list). You can also download the files that are indicated in package.list from the URLs that are also there and put them in lib/archive. Yambo will then not try to download again. This is a procedure we follow in one of the supercomputer centres where I work as it is a policy of ours to always try to keep all sources for a future re-installation of the package, as sources on the web may disapper or may have moved by then.
Dr. ir. Kurt Lust
HPC consultant, University of Antwerp / Flemish Supercomputer Center (VSC)
Team member, LUMI User Support Team (https://www.lumi-supercomputer.eu/)

pyadav
Posts: 86
Joined: Thu Nov 26, 2020 2:56 pm
Contact:

Re: Compile Yambo offline

Post by pyadav » Fri Mar 19, 2021 1:33 pm

Dear developers,

I'm trying to install the yambo-5.0 in offline mode. I put the tar files into the archive after downloading them manually. Also downloaded the 'drive' folder from "https://github.com/yambo-code/yambo-lib ... d153edc514" and kept it in the "/yambo-5.0/lib/yambo". I receive no error while installing the code but when I look into the 'bin' directory I only get the 'yambo' executable and nothing else. Can someone please tell me what step/file am I missing here?

I have attached the config.status and config.log file.

Thanks,
Pushpendra
You do not have the required permissions to view the files attached to this post.
Pushpendra Yadav
Ph.D. Research Scholar
Quantum Transport and Theory Group
Department of Physics
Indian Instittute of Technology Kanpur, India.

https://sites.google.com/site/amitkag1/

Locked