Installing your own version of Quantum Espresso
mkdir -p quantum-espresso/src
cd quantum-espresso/src/https://github.com/QEF/q-e/releases
wget https://github.com/QEF/q-e/archive/refs/tags/qe-6.4.tar.gz
tar xvf qe-6.4.tar.gz
cd q-e-qe-6.4/module load intel/2020.2
CC=icc CXX=icpc F77=ifort FC=ifort ./configure --prefix=/users/<username>/data/quantum-espresso/module load mpi/<version> # load the mpi module dependencies CC=icc CXX=icpc F77=ifort FC=ifort ./configure --prefix=/users/<username>/data/quantum-espresso/module load mpi/<version> module load hdf5/1.10.5_fortran fftw/3.3.6 # load the mpi module dependencies CC=icc CXX=icpc F77=ifort FC=ifort ./configure --prefix=/users/<username>/data/quantum-espresso/ --with-hdf5=/oscar/runtime/opt/hdf5/1.10.5_fortran LIBDIRS=/oscar/runtime/opt/fftw/3.3.6/lib
Installing custom Addon patches for Quantum Espresso
Installing with QMCPACK
Last updated
Was this helpful?