diff options
author | 2019-05-24 14:34:07 -0700 | |
---|---|---|
committer | 2019-05-24 14:34:07 -0700 | |
commit | c1b6870bd7ed42f63bb6ce1a919d6542f05d696f (patch) | |
tree | 6c58b7bf94c40a9fba666a2e91672da6a6bcc400 | |
parent | 290cf4b8a71968ce986b60b0c17c4b5e09e3cf3c (diff) | |
parent | 8984e60d5092116a23a47c9b60b7965c134b3004 (diff) | |
download | WarpX-c1b6870bd7ed42f63bb6ce1a919d6542f05d696f.tar.gz WarpX-c1b6870bd7ed42f63bb6ce1a919d6542f05d696f.tar.zst WarpX-c1b6870bd7ed42f63bb6ce1a919d6542f05d696f.zip |
Merge pull request #163 from ECP-WarpX/minor_docs_changes
Minor docs changes
-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: |