diff options
-rw-r--r-- | Docs/source/building/summit.rst | 2 | ||||
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Docs/source/building/summit.rst b/Docs/source/building/summit.rst index 44cc5c0ee..c1061f29e 100644 --- a/Docs/source/building/summit.rst +++ b/Docs/source/building/summit.rst @@ -15,7 +15,7 @@ correct branch: git clone --branch master https://bitbucket.org/berkeleylab/picsar.git git clone --branch development https://github.com/AMReX-Codes/amrex.git -Then, use the following set of commands to compile: +Then, ``cd`` into the directory ``WarpX`` and use the following set of commands to compile: :: 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: |