Skip to content

Commit

Permalink
Run all cupy-tests except the one that gets stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Apr 29, 2024
1 parent 0ef3f68 commit c3ad367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test_JUWELS:
- shell
parallel:
matrix:
- SHELL_SCRIPT: ['benchmark']
- SHELL_SCRIPT: ['benchmark', 'cupy']
artifacts:
when: always
paths:
Expand Down
2 changes: 1 addition & 1 deletion pySDC/tests/test_sweepers/test_MPI_sweeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_sweeper(num_nodes, quad_type, residual_type, imex, initGuess, launch=Tr
individual_test(num_nodes, quad_type, residual_type, imex, initGuess, useNCCL=False, launch=launch)


@pytest.mark.cupy
# @pytest.mark.cupy
@pytest.mark.parametrize("num_nodes", [2])
@pytest.mark.parametrize("quad_type", ['GAUSS', 'RADAU-RIGHT'])
@pytest.mark.parametrize("residual_type", ['last_abs', 'full_rel'])
Expand Down

0 comments on commit c3ad367

Please sign in to comment.