From e44dbe00e58b9e9a0d41746ce822231f66b415a7 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 29 Apr 2024 12:07:18 +0200 Subject: [PATCH] Install mpi4py-fft twice..? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 345e0e2664..0753310214 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,6 @@ test_JUWELS: - sbatch.out before_script: - mkdir -p benchmarks - # load the latest Python module (currently 3.11) - module --force purge - module load Stages/2024 - module load GCC @@ -69,6 +68,7 @@ test_JUWELS: - module load mpi4py - module load SciPy-Stack - module load CuPy + - FFTW_LIBRARY_DIR="/p/software/juwels/stages/2024/software/FFTW/3.3.10-GCC-12.3.0/lib64" pip install --force-reinstall -e mpi4py-fft/. script: # - touch benchmarks/output.json - echo $SYSTEMNAME