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 0958a67 commit 666798dCopy full SHA for 666798d
.gitlab-ci.yml
@@ -42,7 +42,7 @@ prepare_JUWELS:
42
- git submodule add -f https://github.com/brownbaerchen/mpi4py-fft.git
43
- cd mpi4py-fft
44
- git checkout cupy_implementation
45
- - FFTW_LIBRARY_DIR="/p/software/juwels/stages/2025/software/FFTW/3.3.10-GCC-13.3.0/lib64" python -m pip install --no-deps --force-reinstall -e .
+ - FFTW_LIBRARY_DIR="/p/software/juwels/stages/2025/software/FFTW/3.3.10-GCC-13.3.0/lib64" python3 -m pip install --no-deps --force-reinstall -e .
46
- cd ../
47
48
0 commit comments