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 c7d3542 commit bfc1287Copy full SHA for bfc1287
.gitlab-ci.yml
@@ -38,10 +38,12 @@ prepare_JUWELS:
38
- python -m venv $SCRATCH/.venv/pySDC
39
- source $SCRATCH/.venv/pySDC/bin/activate
40
- pip install -e .
41
+ - which python
42
- pip install pytest-benchmark coverage
43
- git submodule add -f https://github.com/brownbaerchen/mpi4py-fft.git
44
- cd mpi4py-fft
45
- git checkout cupy_implementation
46
47
- 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 .
48
- cd ../
49
0 commit comments