update to CSlib website link

This commit is contained in:
Steven J. Plimpton
2018-08-13 15:29:28 -06:00
parent b2d1332d46
commit 781ddc07c7
4 changed files with 10 additions and 10 deletions

View File

@ -2994,8 +2994,8 @@ below. The MESSAGE package also wraps a client/server library called
CSlib which enables two codes to exchange messages in different ways,
either via files, a socket, or MPI. The CSlib is provided with LAMMPS
in the lib/message dir. It has its own
"website"_http://cslib.sandia.gov (as of Aug 2018) with documentation
and test programs.
"website"_http://cslib.sandia.gov with documentation and test
programs.
NOTE: For client/server coupling to work between LAMMPS and another
code, the other code also has to use the CSlib. This can sometimes be

View File

@ -55,9 +55,9 @@ The format and content of the exchanged messages are explained here in
a conceptual sense. Python-style pseudo code for the library calls to
the CSlib is shown, which performs the actual message exchange between
the two codes. See the "CSlib website"_http://cslib.sandia.gov doc
pages for more details on the actual library syntax (as of Aug 2018).
The "cs" object in this pseudo code is an instance of the CSlib that
both the client and server codes store.
pages for more details on the actual library syntax. The "cs" object
in this pseudo code is an instance of the CSlib that both the client
and server codes store.
See the src/MESSAGE/server_mc.cpp file for details on how LAMMPS uses
these messages. See the examples/COUPLE/lammmps_mc/mc.cpp file for an

View File

@ -58,9 +58,9 @@ The format and content of the exchanged messages are explained here in
a conceptual sense. Python-style pseudo code for the library calls to
the CSlib is shown, which performs the actual message exchange between
the two codes. See the "CSlib website"_http://cslib.sandia.gov doc
pages for more details on the actual library syntax (as of Aug 2018).
The "cs" object in this pseudo code is an instance of the CSlib that
both the client and server codes store.
pages for more details on the actual library syntax. The "cs" object
in this pseudo code is an instance of the CSlib that both the client
and server codes store.
See the src/MESSAGE/server_md.cpp and src/MESSAGE/fix_client_md.cpp
files for details on how LAMMPS uses these messages. See the

View File

@ -4,8 +4,8 @@ in a LAMMPS input script.
The CSlib libary is included in the LAMMPS distribution. A fuller
version including documentation and test programs is available at
http:cslib.sandia.gov (by Aug 2018) and was developed by Steve
Plimpton at Sandia National Laboratories.
http:cslib.sandia.gov and was developed by Steve Plimpton at Sandia
National Laboratories.
You can type "make lib-message" from the src directory to see help on
how to build this library via make commands, or you can do the same