From 01a551954c867a58787d5258e8b331ceb2f09142 Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Thu, 23 May 2019 12:33:29 -0700 Subject: add note that algo.charge_deposition=0 doesn't work on GPU --- Docs/source/running_cpp/parameters.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Docs/source/running_cpp') diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 664c1c2ac..ac378dc03 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -531,6 +531,11 @@ Numerics and algorithms - ``0``: Vectorized version - ``1``: Non-optimized version + .. warning:: + + The vectorized version does not run on GPU. Use + ``algo.charge_deposition=1`` when running on GPU. + * ``algo.field_gathering`` (`integer`) The algorithm for field gathering: -- cgit v1.2.3