Skip to content

Commit

Permalink
Use git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Apr 29, 2024
1 parent b082b74 commit 1c1a6df
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,11 @@ prepare_JUWELS:
- module load CuPy
- pip install -e .
- pip install pytest-benchmark coverage
- export current_dir=$(pwd)
- mkdir -p ../mpi4py_fft
- cd ../mpi4py_fft
- git init
- git remote add fork https://github.com/brownbaerchen/mpi4py-fft.git
- git fetch fork
- git checkout fork/cupy_implementation
- git submodule add -f https://github.com/brownbaerchen/mpi4py-fft.git
- cd mpi4py_fft
- git checkout cupy_implementation
- FFTW_LIBRARY_DIR="/p/software/juwels/stages/2024/software/FFTW/3.3.10-GCC-12.3.0/lib64" pip install --force-reinstall -e .
- cd $current_dir
- cd ../


test_JUWELS:
Expand Down

0 comments on commit 1c1a6df

Please sign in to comment.