FIX: forgot openmpi%gcc... for QE
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 7s

This commit is contained in:
germann_e 2025-05-09 16:34:09 +02:00
parent da210298ad
commit 893f866cad

View File

@ -92,7 +92,7 @@ git clone https://gitlab.com/QEF/q-e.git
module purge
module use Spack
module use unstable
module load gcc/12.3 fftw/3.3.10.6-omp hdf5/1.14.5-t46c openblas/0.3.29-omp
module load gcc/12.3 openmpi/main-syah fftw/3.3.10.6-omp hdf5/1.14.5-t46c openblas/0.3.29-omp
cd <path to QE source directory>
mkdir build