Skip to content

Commit

Permalink
Include proposed change from brownbaerchen
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Apr 29, 2024
1 parent c3ad367 commit bca86a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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,8 @@ 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.skip(reason="We haven\'t figured out how to run tests on the cluster with multiple processes yet.")
@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 bca86a4

Please sign in to comment.