diff options
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 2 | ||||
-rw-r--r-- | Examples/Physics_applications/laser_ion/inputs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index d761d5946..808d687db 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -1419,7 +1419,7 @@ Numerics and algorithms If ``<=0``, do not sort particles. It is turned on on GPUs for performance reasons (to improve memory locality). - * ``warpx.sort_bin_size`` (list of `int`) optional (default ``4 4 4``) + * ``warpx.sort_bin_size`` (list of `int`) optional (default ``1 1 1``) If ``sort_intervals`` is activated particles are sorted in bins of ``sort_bin_size`` cells. In 2D, only the first two elements are read. diff --git a/Examples/Physics_applications/laser_ion/inputs b/Examples/Physics_applications/laser_ion/inputs index a31d6e378..7da3dbcad 100644 --- a/Examples/Physics_applications/laser_ion/inputs +++ b/Examples/Physics_applications/laser_ion/inputs @@ -67,8 +67,8 @@ algo.load_balance_costs_update = Heuristic # particle bin-sorting on GPU (ideal defaults not investigated in 2D) # Try larger values than the defaults below and report back! :) -#warpx.sort_intervals = 4 -#warpx.sort_bin_size = 4 4 4 +#warpx.sort_intervals = 4 # default on CPU: -1 (off); on GPU: 4 +#warpx.sort_bin_size = 1 1 1 ################################# |