Skip to content
Snippets Groups Projects
Commit 797f2edd authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

fix fixed point example

parent c08e13a1
No related branches found
No related tags found
1 merge request!16MPI operators
Pipeline #24542 failed
...@@ -77,13 +77,6 @@ def compute(args): ...@@ -77,13 +77,6 @@ def compute(args):
pseudo_dt = ScalarParameter(name='pseudo_dt', dtype=args.dtype, min_value=eps, pseudo_dt = ScalarParameter(name='pseudo_dt', dtype=args.dtype, min_value=eps,
initial_value=eps, quiet=True) initial_value=eps, quiet=True)
# Topologies (needed to fix redistributes between the two problems)
topo_nogh = CartesianTopology(
domain=box,
backend=Backend.HOST,
discretization=CartesianDiscretization(npts, ghosts=(0, 0, 0), default_boundaries=True),
mpi_params=mpi_params)
# Operator for setting iterative method # Operator for setting iterative method
if impl is Implementation.OPENCL: if impl is Implementation.OPENCL:
(x0, x1, x2) = box.frame.coords (x0, x1, x2) = box.frame.coords
......
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