User Tools

Site Tools


admin:compilaciones:quantum-espresso

This is an old revision of the document!


Compilación de Quantum-Espresso con Thermo_pw

En un nodo con acceso a internet descargar el archivo .tar.gz

Quantum Espresso

# Para tener internet
export http_proxy=172.28.3.3:3128
export https_proxy=172.28.3.3:3128

curl -LO https://www.quantum-espresso.org/rdm-download/488/v7-3-1/63f8df816254ce40e20530836a37d4f3/qe-7.3.1-ReleasePack.tar.gz

tar -xzvf qe-7.3.1-ReleasePack.tar.gz
cd qe-7.3.1

Debemos iniciar el repositorio de Git, caso contrario nos tira error durante la compilación

cd external
./initialize_external_repos.sh

Luego seguimos con la compilación

cd ..
./configure FCFLAGS=-xCORE-AVX512 FC=mpif90 CC=mpicc --prefix=/data/shared/apps/quantum-espresso/7.3.1 --with-hdf5=/data/shared/apps/hdf5/1.14.6 --with-libxc-prefix=/data/shared/apps/libxc/6.2.2/

make all
# En los tests tiraba error con epw, que no se compila por defecto
make epw
make install

Thermo_pw

Descargamos una versión compatible con nuestra version de Quantum (https://dalcorso.github.io/thermo_pw/)

Descomprimimos y dejamos el directorio descomprimido dentro del directorio de instalación del QE

curl -LO http://people.sissa.it/%7Edalcorso/thermo_pw/thermo_pw.2.0.1.tar.gz
tar -xzvf http://people.sissa.it/%7Edalcorso/thermo_pw/thermo_pw.2.0.1.tar.gz
cd thermo_pw
make join_qe
./configure FCFLAGS=-xCORE-AVX512 FC=mpif90 CC=mpicc --prefix=/data/shared/apps/quantum-espresso/7.3.1 --with-hdf5=/data/shared/apps/hdf5/1.14.6 --with-libxc-prefix=/data/shared/apps/libxc/6.2.2/
make thermo_pw
make install
admin/compilaciones/quantum-espresso.1754588427.txt.gz · Last modified: by admin_rosario