Installation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
* [[configure options for Yambo v4]] | * [[configure options for Yambo v4]] | ||
* [[Machine specific configure scripts]] | * [[Machine specific configure scripts]] | ||
Revision as of 16:58, 16 February 2017
Preinstall
Download the yambo source as explained in Getting Yambo.
Yambo can make good use of external libraries like FFTW, ESSL, BLAS, netCDF, and so on. It is worth identifying if they are already installed on your system, especially for HPCs.
Quick install
If you are lucky, the configure script will successfully find the best compiler options.
% tar -xvzf yambo-latest.tar.gz % cd yambo-X.X.X % ./configure % make yambo ypp interfaces
Executables are found in the bin folder. To check that it works:
% ./bin/yambo Cannot access CORE database (SAVE/*db1 and/or SAVE/*wf)
Full install
In general, however, some fine-tuning will be necessary to link the requested libraries.
./configure --help
for a large set of options.
Insert details here...
After configure, you can also edit the config/setup
file.