Skip to content

Commit

Permalink
Switch to meshmode actx in test_mpi_communication
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 8, 2024
1 parent c316e23 commit 3ca3848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def _test_mpi_boundary_swap(dim, order, num_groups):

group_factory = default_simplex_group_factory(base_dim=dim, order=order)

from arraycontext import PyOpenCLArrayContext
from meshmode.array_context import PyOpenCLArrayContext
cl_ctx = cl.create_some_context()
queue = cl.CommandQueue(cl_ctx)
actx = PyOpenCLArrayContext(queue, force_device_scalars=True)
Expand Down

0 comments on commit 3ca3848

Please sign in to comment.