Commit c42d07d9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Merge branch 'master' into doc-adjust3

parents 79b3e9e2 4004b8f1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -176,7 +176,6 @@ $(VENV):
		$(VIRTUALENV) -p $(PYTHON) $(VENV); \
		. $(VENV)/bin/activate; \
		pip install Sphinx; \
		pip install sphinxcontrib-images; \
		deactivate;\
	)

+5 −2
Original line number Diff line number Diff line
@@ -55,11 +55,11 @@ required changes or ask the submitter of the pull request to implement
them.  Even though, all LAMMPS developers may have write access to pull
requests (if enabled by the submitter, which is the default), only the
submitter or the assignee of a pull request may do so.  During this
period the "work_in_progress" label shall be applied to the pull
period the `work_in_progress` label shall be applied to the pull
request.  The assignee gets to decide what happens to the pull request
next, e.g. whether it should be assigned to a different developer for
additional checks and changes, or is recommended to be merged.  Removing
the "work_in_progress" label and assigning the pull request to the
the `work_in_progress` label and assigning the pull request to the
developer tasked with merging signals that a pull request is ready to be
merged.

@@ -145,6 +145,9 @@ Here are some items to check:
  compiling LAMMPS with `-DLAMMPS_BIGBIG`.
  * when including both `lmptype.h` (and using defines or macros from it)
  and `mpi.h`, `lmptype.h` must be included first.
  * when pair styles are added, check if settings for flags like
  `single_enable`, `writedata`, `reinitflag`, `manybody_flag`
  and others are correctly set and supported.

## GitHub Issues

+4 −1
Original line number Diff line number Diff line
@@ -510,10 +510,13 @@ each processor, instead of 4, and "SQUARES" replaced by "CUBES".
For 2d simulations, the {z} style cannot be used.  Nor can a "z"
appear in {dimstr} for the {shift} style.

Balancing through recursive bisectioning ({rcb} style) requires
"comm_style tiled"_comm_style.html

[Related commands:]

"group"_group.html, "processors"_processors.html,
"fix balance"_fix_balance.html
"fix balance"_fix_balance.html, "comm_style"_comm_style.html

[Default:] none
:link(pizza,http://pizza.sandia.gov)
+4 −1
Original line number Diff line number Diff line
@@ -51,7 +51,10 @@ decomposition will be the same, as described by
commands.  The decomposition can be changed via the
"balance"_balance.html or "fix balance"_fix_balance.html commands.

[Restrictions:] none
[Restrictions:]

Communication style {tiled} cannot be used with {triclinic} simulation
cells.

[Related commands:]

+5 −1
Original line number Diff line number Diff line
@@ -371,9 +371,13 @@ minimization"_minimize.html.
For 2d simulations, the {z} style cannot be used.  Nor can a "z"
appear in {dimstr} for the {shift} style.

Balancing through recursive bisectioning ({rcb} style) requires
"comm_style tiled"_comm_style.html

[Related commands:]

"group"_group.html, "processors"_processors.html, "balance"_balance.html
"group"_group.html, "processors"_processors.html, "balance"_balance.html,
"comm_style"_comm_style.html

[Default:] none
:link(pizza,http://pizza.sandia.gov)
Loading