Skip to content

Commit e6dfad9

Browse files
authored
Delete outdated statement in Particle documentation (#4596)
## Summary Delete an outdated sentence about GPU-aware MPI in the particle documentation. The up-to-date information about GPU-awareness is located in `Docs/sphinx_documentation/source/GPU.rst`. See in particular https://amrex-codes.github.io/amrex/docs_html/GPU.html#particle-support and https://amrex-codes.github.io/amrex/docs_html/GPU.html#inputs-parameters. ## Additional background ## Checklist The proposed changes: - [ ] fix a bug or incorrect behavior in AMReX - [ ] add new capabilities to AMReX - [ ] changes answers in the test suite to more than roundoff level - [ ] are likely to significantly affect the results of downstream AMReX users - [ ] include documentation in the code and/or rst files, if appropriate
1 parent 4bc33c7 commit e6dfad9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Docs/sphinx_documentation/source/Particle.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -758,9 +758,6 @@ The following runtime parameters affect the behavior of virtual particles in Nyx
758758
| | boundary in which no aggregation should be performed. | | |
759759
+-------------------+-----------------------------------------------------------------------+-------------+-------------+
760760

761-
Finally, the `amrex.use_gpu_aware_mpi` switch can also affect the behavior of the particle communication routines when
762-
running on GPU platforms like Summit. We recommend leaving it off.
763-
764761
.. [1]
765762
Particles default to double precision for their real data. To use single precision, compile your code with ``USE_SINGLE_PRECISION_PARTICLES=TRUE``.
766763

0 commit comments

Comments
 (0)