From c7658827e08622ad4d532d37da887b352c03bc02 Mon Sep 17 00:00:00 2001 From: germann_e Date: Wed, 21 May 2025 15:05:45 +0200 Subject: [PATCH] ADD: module purge for gh sbatch --- .gitea/workflows/sbatch/ippl_gh.sbatch | 1 + .gitea/workflows/sbatch/opal-x_gh.sbatch | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/sbatch/ippl_gh.sbatch b/.gitea/workflows/sbatch/ippl_gh.sbatch index 5cc69f2..d8fc281 100755 --- a/.gitea/workflows/sbatch/ippl_gh.sbatch +++ b/.gitea/workflows/sbatch/ippl_gh.sbatch @@ -15,6 +15,7 @@ export REQUESTS_CA_BUNDLE=/etc/ssl/ca-bundle.pem PMODULES_VERSION='2.0.0.2' source /opt/psi/config/profile.bash +module purge module use Spack unstable module load gcc/13.2.0 openmpi/5.0.3-3lmi-GH200-gpu module load boost/1.82.0-3ns6 fftw/3.3.10 gnutls/3.8.3 googletest/1.14.0 gsl/2.7.1 h5hut/2.0.0rc7 openblas/0.3.26 cmake/3.31.4-u2nm diff --git a/.gitea/workflows/sbatch/opal-x_gh.sbatch b/.gitea/workflows/sbatch/opal-x_gh.sbatch index fd74a72..42d4cbd 100755 --- a/.gitea/workflows/sbatch/opal-x_gh.sbatch +++ b/.gitea/workflows/sbatch/opal-x_gh.sbatch @@ -15,6 +15,7 @@ export REQUESTS_CA_BUNDLE=/etc/ssl/ca-bundle.pem PMODULES_VERSION='2.0.0.2' source /opt/psi/config/profile.bash +module purge module use Spack unstable module load gcc/13.2.0 openmpi/5.0.3-3lmi-GH200-gpu module load boost/1.82.0-3ns6 fftw/3.3.10 gnutls/3.8.3 googletest/1.14.0 gsl/2.7.1 h5hut/2.0.0rc7 openblas/0.3.26 cmake/3.31.4-u2nm @@ -26,6 +27,6 @@ cd opal-x mkdir build cd build -cmake -DCMAKE_BUILD_TYPE=Release -DKokkos_ARCH_HOPPER90=ON -DCMAKE_CXX_STANDARD=20 -DIPPL_ENABLE_FFT=ON -DIPPL_ENABLE_TESTS=ON -DUSE_ALTERNATIVE_VARIANT=ON -DIPPL_ENABLE_SOLVERS=ON -DIPPL_ENABLE_ALPINE=True -DIPPL_PLATFORMS=cuda .. +cmake -DCMAKE_BUILD_TYPE=Release -DKokkos_ARCH_HOPPER90=ON -DCMAKE_CXX_STANDARD=20 -DIPPL_ENABLE_FFT=ON -DIPPL_ENABLE_TESTS=OFF -DUSE_ALTERNATIVE_VARIANT=ON -DIPPL_ENABLE_SOLVERS=ON -DIPPL_ENABLE_ALPINE=True -DIPPL_PLATFORMS=cuda .. make -j 16