Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Apr 29, 2024
2 parents 838416c + 376ab36 commit c4b416d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Mirror to Gitlab to trigger CI
on:
push:
pull_request_target:
types: [opened, synchronize, reopened, labeled]
schedule:
- cron: '1 5 2 * *'

Expand Down
1 change: 1 addition & 0 deletions pySDC/tests/test_sweepers/test_MPI_sweeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def test_sweeper(num_nodes, quad_type, residual_type, imex, initGuess, launch=Tr


@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 c4b416d

Please sign in to comment.