From 96bc6e4475537d44ebaf828ef51f046683f798a7 Mon Sep 17 00:00:00 2001 From: Ann Almgren <asalmgren@lbl.gov> Date: Thu, 18 Jul 2019 12:01:28 -0700 Subject: [PATCH] fix tile size inputs --- docs/source/ManagingGridHierarchy_Chapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/ManagingGridHierarchy_Chapter.rst b/docs/source/ManagingGridHierarchy_Chapter.rst index deb241f..90adcfb 100644 --- a/docs/source/ManagingGridHierarchy_Chapter.rst +++ b/docs/source/ManagingGridHierarchy_Chapter.rst @@ -25,7 +25,7 @@ by setting :cpp:`amr.dual_grid = 1` in the inputs file. See :ref:`sec:dual_grid` for more about this approach. When running on multicore machines with OpenMP, we can also control the distribution of -work by setting the size of grid tiles (by defining :cpp:`fabarray_mfiter.tile_size`), and if relevant, of +work by setting the size of grid tiles (by defining :cpp:`fabarray.mfiter_tile_size`), and if relevant, of particle tiles (by defining :cpp:`particle.tile_size`). We can also specify the strategy for assigning tiles to OpenMP threads. See :ref:`sec:basics:mfiter:tiling:` for more about tiling. -- GitLab