We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3057c0 commit b479ebcCopy full SHA for b479ebc
1 file changed
.github/workflows/build_cupy.yml
@@ -64,7 +64,7 @@ jobs:
64
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash pylops_tests.sh
65
- name: Tests with pytest
66
run: |
67
- export CUPY_PYLOPS=1; export TEST_CUPY_PYLOPS=1; export PYLOPS_MPI_CUDA_AWARE=0
+ export CUPY_PYLOPS=1;
68
export PYTEST=".venv-pylops/bin/pytest tests_nccl/ --with-mpi"
69
srun --account=yuxilab --mpi=pmix -n ${{matrix.rank}} -N 1 --gres=gpu:L40S:${{matrix.rank}} $PYTEST
70
echo "done!"
0 commit comments