diff options
author | 2021-03-17 18:38:54 -0700 | |
---|---|---|
committer | 2021-03-17 18:38:54 -0700 | |
commit | e6c7c9cacb6b83c106013ad84efe7a81fdb2c1cf (patch) | |
tree | 15b58ea785d0a881df92051fa6237521389766aa /Examples/Physics_applications | |
parent | 93cdd24708e8e975409daebce758ddbcaaac9325 (diff) | |
download | WarpX-e6c7c9cacb6b83c106013ad84efe7a81fdb2c1cf.tar.gz WarpX-e6c7c9cacb6b83c106013ad84efe7a81fdb2c1cf.tar.zst WarpX-e6c7c9cacb6b83c106013ad84efe7a81fdb2c1cf.zip |
Docs: Sorting Defaults Changed (#1798)
The sorting defaults changed to per-cell.
Diffstat (limited to 'Examples/Physics_applications')
-rw-r--r-- | Examples/Physics_applications/laser_ion/inputs | 4 |
1 files changed, 2 insertions, 2 deletions
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 ################################# |