Quantum Espresso: 1. Installation

serial compilation

1. Download espresso-5.0.2.tar.gz at qe-forge.org

2. Move the download file to installation directory

$ mv /cygdrive/c/Users/아무개/Downloads/espresso-5.0.2.tar.gz ~/Codes

3. Unzip the download file

$ tar -zxvf espresso-5.0.2.tar.gz

4. Move to unzipped directory

$ cd espresso-5.0.2

5. Configure

$ ./configure

6. Make

$ make all

parallel compilation