FIX: load new cmake for q-e build to work
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 6s

This commit is contained in:
2025-05-12 10:32:10 +02:00
parent 893f866cad
commit 205683582a

View File

@ -92,7 +92,7 @@ git clone https://gitlab.com/QEF/q-e.git
module purge module purge
module use Spack module use Spack
module use unstable module use unstable
module load gcc/12.3 openmpi/main-syah 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 cmake/3.31.6-oe7u
cd <path to QE source directory> cd <path to QE source directory>
mkdir build mkdir build