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

various fixes for the manual to address breakage from merging MESSAGE and USER-SCAFACOS packages

parent 5c4434b2
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
@@ -7,7 +7,7 @@ Documentation"_ld - "LAMMPS Commands"_lc :c

:line

Using LAMMPS in client/server mode
Using LAMMPS in client/server mode :h3

Client/server coupling of two codes is where one code is the "client"
and sends request messages to a "server" code.  The server responds to
+2 −2
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ as contained in the file name.
"USER-QTB"_#PKG-USER-QTB,
"USER-QUIP"_#PKG-USER-QUIP,
"USER-REAXC"_#PKG-USER-REAXC,
"USER-SCAFACOS"_#USER-SCAFACOS,
"USER-SCAFACOS"_#PKG-USER-SCAFACOS,
"USER-SMD"_#PKG-USER-SMD,
"USER-SMTBQ"_#PKG-USER-SMTBQ,
"USER-SPH"_#PKG-USER-SPH,
@@ -1860,7 +1860,7 @@ examples/reax :ul

:line

USER-SCAFACOS package :link(USER-SCAFACOS),h4
USER-SCAFACOS package :link(PKG-USER-SCAFACOS),h4

[Contents:]

+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
Loading