Unverified Commit 075d3660 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #1116 from akohlmey/correct-doc-build

Correct multiple issues in manual build
parents 6f379f54 dd64c063
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ packages:
"KOKKOS"_Build_extras.html#kokkos,
"LATTE"_Build_extras.html#latte,
"MEAM"_Build_extras.html#meam,
"MESSAGE"_#Build_extras.html#message,
"MESSAGE"_Build_extras.html#message,
"MSCG"_Build_extras.html#mscg,
"OPT"_Build_extras.html#opt,
"POEMS"_Build_extras.html#poems,
@@ -59,7 +59,7 @@ packages:
"USER-OMP"_Build_extras.html#user-omp,
"USER-QMMM"_Build_extras.html#user-qmmm,
"USER-QUIP"_Build_extras.html#user-quip,
"USER-SCAFACOS"_#Build_extras.html#user-scafacos,
"USER-SCAFACOS"_Build_extras.html#user-scafacos,
"USER-SMD"_Build_extras.html#user-smd,
"USER-VTK"_Build_extras.html#user-vtk :tb(c=6,ea=c,a=l)

+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ Option -plog will override the name of the partition log files file.N.

:line

[-mpicolor] color :link(mpi)
[-mpicolor] color :link(mpicolor)

If used, this must be the first command-line argument after the LAMMPS
executable name.  It is only used when LAMMPS is launched by an mpirun
+2 −0
Original line number Diff line number Diff line
@@ -89,6 +89,8 @@ Commands :h1
   run
   run_style
   server
   server_mc
   server_md
   set
   shell
   special_bonds
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ md"_server_md.html doc page.

Note that when using LAMMPS as an MD client, your LAMMPS input script
should not normally contain force field commands, like a
"pair_style"_doc/pair_style.html, "bond_style"_doc/bond_style.html, or
"pair_style"_pair_style.html, "bond_style"_bond_style.html, or
"kspace_style"_kspace_style.html commmand.  However it is possible for
a server code to only compute a portion of the full force-field, while
LAMMPS computes the remaining part.  Your LAMMPS script can also
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ Fixes :h1
   fix_bond_swap
   fix_bond_react
   fix_box_relax
   fix_client_md
   fix_cmap
   fix_colvars
   fix_controller
Loading