We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4332fe8 + 4ba500e commit 935f5d6Copy full SHA for 935f5d6
1 file changed
.github/workflows/build_cupy.yml
@@ -1,4 +1,4 @@
1
-name: PyLops Testing (CuPy)
+name: PyLops-MPI (CuPy)
2
3
on: [push, pull_request]
4
@@ -28,7 +28,7 @@ jobs:
28
$PYTHON -m setuptools_scm
29
$PIP install .
30
EOF
31
- srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash pylops_tests.sh
+ srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash pylops_tests.sh
32
- name: Tests with pytest
33
run: |
34
export CUPY_PYLOPS=1; export TEST_CUPY_PYLOPS=1; export PYLOPS_MPI_CUDA_AWARE=0
0 commit comments