This commit is contained in:
Axel Kohlmeyer
2024-08-08 15:30:20 -04:00
parent bd0574c11d
commit 23fb11736a

View File

@ -510,14 +510,14 @@ e.g. the *nfile* and *fileper* keywords. See the
.. versionadded:: TBD .. versionadded:: TBD
Write out some info about the restart file and and immediately exit. This Write out some info about the restart file and and immediately exit.
is the same operation as if the following 2-line input script were This is the same operation as if the following 2-line input script were
run: run:
.. code-block:: LAMMPS .. code-block:: LAMMPS
read_restart restartfile read_restart restartfile
info system group compute fix keyword ... info system group compute fix
The specified restartfile name may contain the wild-card character "\*". The specified restartfile name may contain the wild-card character "\*".
The restartfile name may also contain the wild-card character "%". The The restartfile name may also contain the wild-card character "%". The
@ -527,10 +527,11 @@ restart file can be read. Note that a filename such as file.\* may need
to be enclosed in quotes or the "\*" character prefixed with a backslash to be enclosed in quotes or the "\*" character prefixed with a backslash
("\") to avoid shell expansion of the "\*" character. ("\") to avoid shell expansion of the "\*" character.
The :doc:`info command <info>` is already followed by the most useful Optional keywords may follow the restartfile. Those would have to be
keywords, but additional keywords like *coeffs* or *comm* may be valid keywords for the :doc:`info command <info>`. The most useful
appended to write out more details about the information stored in the ones - system, group, compute, and fix - are already applied. Appending
restart file. keywords like *coeffs* or *comm* may provide additional useful
information stored in the restart file.
---------- ----------