Skip to content
Snippets Groups Projects
Commit 0022dbe4 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Un-skip MPI tests

parent 849b9397
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ from grudge import sym, bind, DGDiscretizationWithBoundaries
from grudge.shortcuts import set_up_rk4
@pytest.mark.skip()
def simple_mpi_communication_entrypoint():
cl_ctx = cl.create_some_context()
queue = cl.CommandQueue(cl_ctx)
......@@ -100,7 +99,6 @@ def simple_mpi_communication_entrypoint():
assert error < 1e-14
@pytest.mark.skip()
def mpi_communication_entrypoint():
cl_ctx = cl.create_some_context()
queue = cl.CommandQueue(cl_ctx)
......@@ -259,10 +257,8 @@ def mpi_communication_entrypoint():
# {{{ MPI test pytest entrypoint
# @pytest.mark.mpi
# @pytest.mark.parametrize("num_ranks", [3])
# FIXME: gitlab runs forever on this.
@pytest.mark.skip()
@pytest.mark.mpi
@pytest.mark.parametrize("num_ranks", [3])
def test_mpi(num_ranks):
pytest.importorskip("mpi4py")
......@@ -277,9 +273,8 @@ def test_mpi(num_ranks):
env=newenv)
# @pytest.mark.mpi
# FIXME: gitlab runs forever on this.
@pytest.mark.skip()
@pytest.mark.mpi
@pytest.mark.parametrize("num_ranks", [3])
def test_simple_mpi():
pytest.importorskip("mpi4py")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment