Skip to content

Commit

Permalink
Install mpi4py-fft twice..?
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Apr 29, 2024
1 parent 9ab53b8 commit e44dbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e44dbe0

Please sign in to comment.