Skip to content

Commit c96c15b

Browse files
committed
wip
1 parent 86ae6a8 commit c96c15b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/firedrake/multigrid/test_nested_split.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"fieldsplit_1_sub_pc_type": "ilu"}])
5757
@pytest.mark.skipcomplex
5858
@pytest.mark.skipcomplexnoslate
59+
@pytest.mark.skipgpu
5960
def test_nested_split_multigrid(parameters):
6061
mesh = UnitSquareMesh(10, 10)
6162

tests/firedrake/regression/test_hypre_ads.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
@pytest.mark.skiphypre
66
@pytest.mark.skipcomplex
7+
@pytest.mark.skipgpu
78
def test_homogeneous_field_linear():
89
mesh = UnitCubeMesh(10, 10, 10)
910
V = FunctionSpace(mesh, "RT", 1)
@@ -32,6 +33,7 @@ def test_homogeneous_field_linear():
3233

3334
@pytest.mark.skiphypre
3435
@pytest.mark.skipcomplex
36+
@pytest.mark.skipgpu
3537
def test_homogeneous_field_matfree():
3638
mesh = UnitCubeMesh(10, 10, 10)
3739
V = FunctionSpace(mesh, "RT", 1)
@@ -63,6 +65,7 @@ def test_homogeneous_field_matfree():
6365

6466
@pytest.mark.skiphypre
6567
@pytest.mark.skipcomplex
68+
@pytest.mark.skipgpu
6669
def test_homogeneous_field_nonlinear():
6770
mesh = UnitCubeMesh(10, 10, 10)
6871
V = FunctionSpace(mesh, "RT", 1)
@@ -89,6 +92,7 @@ def test_homogeneous_field_nonlinear():
8992

9093
@pytest.mark.skiphypre
9194
@pytest.mark.skipcomplex
95+
@pytest.mark.skipgpu
9296
def test_homogeneous_field_linear_convergence():
9397
mesh = UnitCubeMesh(10, 10, 10)
9498
V = FunctionSpace(mesh, "RT", 1)

0 commit comments

Comments
 (0)