We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113452f commit d4899b0Copy full SHA for d4899b0
.gitlab-ci.yml
@@ -43,7 +43,7 @@ prepare_JUWELS:
43
- git submodule add -f https://github.com/brownbaerchen/mpi4py-fft.git
44
- cd mpi4py-fft
45
- git checkout cupy_implementation
46
- - FFTW_LIBRARY_DIR="/p/software/juwels/stages/2025/software/FFTW/3.3.10-GCC-13.3.0/lib64" pip install --force-reinstall --no-deps .
+ - FFTW_LIBRARY_DIR="/p/software/juwels/stages/2025/software/FFTW/3.3.10-GCC-13.3.0/lib64" python -m pip install --force-reinstall --no-deps .
47
- cd ../
48
49
0 commit comments