Unverified Commit 8a799c4b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update cslib URLs to use https://

parent 30817162
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ 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, sockets, or MPI.  The CSlib is provided with LAMMPS
in the lib/message dir.  The CSlib has its own
`website <http://cslib.sandia.gov>`_ with documentation and test
`website <https://cslib.sandia.gov>`_ with documentation and test
programs.

.. note::
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ runs.
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
the two codes.  See the `CSlib website <https://cslib.sandia.gov>`_ doc
pages for more details on the actual library syntax.  The "cs" object
in this pseudo code is a pointer to an instance of the CSlib.

+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ forces, and pressure values from the server code.
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
the two codes.  See the `CSlib website <https://cslib.sandia.gov>`_ doc
pages for more details on the actual library syntax.  The "cs" object
in this pseudo code is a pointer to an instance of the CSlib.