Commit 781ddc07 authored by Steven J. Plimpton's avatar Steven J. Plimpton
Browse files

update to CSlib website link

parent b2d1332d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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