use a more compact image
This commit is contained in:
@ -9,7 +9,6 @@ computational cost of enlarging the system is linear with the system
|
|||||||
size). Additional parallelization using GPUs or OpenMP can then be
|
size). Additional parallelization using GPUs or OpenMP can then be
|
||||||
applied within the sub-domain assigned to an MPI process.
|
applied within the sub-domain assigned to an MPI process.
|
||||||
|
|
||||||
|
|
||||||
Partitioning
|
Partitioning
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
@ -23,12 +22,12 @@ and can be either "brick" (a regular grid) or "tiled".
|
|||||||
LAMMPS domain decomposition
|
LAMMPS domain decomposition
|
||||||
|
|
||||||
This figure shows the different kinds of domain decomposition used
|
This figure shows the different kinds of domain decomposition used
|
||||||
for MPI parallelization: "brick" on the left with an orthogonal (top)
|
for MPI parallelization: "brick" on the left with an orthogonal
|
||||||
and a triclinic (bottom) simulation domain, and "tiled" on the right.
|
(left) and a triclinic (middle) simulation domain, and a "tiled"
|
||||||
The black lines show the division into sub-domains and the contained
|
decomposition (right). The black lines show the division into
|
||||||
atoms are "owned" by the corresponding MPI process. The green dashed
|
sub-domains and the contained atoms are "owned" by the corresponding
|
||||||
lines indicate how sub-domains are extended with "ghost" atoms up
|
MPI process. The green dashed lines indicate how sub-domains are
|
||||||
to the communication cutoff distance.
|
extended with "ghost" atoms up to the communication cutoff distance.
|
||||||
|
|
||||||
The LAMMPS simulation box is a 3d or 2d volume, which can be orthogonal
|
The LAMMPS simulation box is a 3d or 2d volume, which can be orthogonal
|
||||||
or triclinic in shape, as illustrated in the :ref:`domain-decomposition`
|
or triclinic in shape, as illustrated in the :ref:`domain-decomposition`
|
||||||
@ -103,4 +102,3 @@ Neighbor lists
|
|||||||
|
|
||||||
Long-range interactions
|
Long-range interactions
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 547 KiB |
Reference in New Issue
Block a user