69 lines
2.1 KiB
Plaintext
69 lines
2.1 KiB
Plaintext
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
:link(ld,Manual.html)
|
|
:link(lc,Section_commands.html#comm)
|
|
|
|
:line
|
|
|
|
info command :h3
|
|
|
|
[Syntax:]
|
|
|
|
info args :pre
|
|
|
|
args = one or more of the following keywords: {system}, {computes}, {dumps}, {fixes}, {groups}, {regions}, {variables}, {time}, or {configuration} :ul
|
|
|
|
[Examples:]
|
|
|
|
info system
|
|
info groups computes variables :pre
|
|
|
|
[Description:]
|
|
|
|
Print out information about the current internal state of the running
|
|
LAMMPS process. This can be helpful when debugging or validating
|
|
complex input scripts. Several output categories are available and
|
|
one or more output category may be requested. Output is only sent to
|
|
the screen, provided screen output is enabled.
|
|
|
|
The {system} category prints a general system overview listing. This
|
|
includes the unit style, atom style, number of atoms, bonds, angles,
|
|
dihedrals, and impropers and the number of the respective types, box
|
|
dimensions and properties, force computing styles and more.
|
|
|
|
The {computes} category prints a list of all currently defined
|
|
computes, their IDs and styles and groups they operate on.
|
|
|
|
The {dumps} category prints a list of all currently active dumps,
|
|
their IDs, styles, filenames, groups, and dump frequencies.
|
|
|
|
The {fixes} category prints a list of all currently defined fixes,
|
|
their IDs and styles and groups they operate on.
|
|
|
|
The {groups} category prints a list of all currently defined groups.
|
|
|
|
The {regions} category prints a list of all currently defined regions,
|
|
their IDs and styles and whether "inside" or "outside" atoms are
|
|
selected.
|
|
|
|
The {variables} category prints a list of all currently defined
|
|
variables, their names, styles, definition and last computed value, if
|
|
available.
|
|
|
|
The {time} category prints the accumulated CPU and wall time for the
|
|
process that writes output (usually MPI rank 0).
|
|
|
|
The {configuration} command prints some information about the LAMMPS
|
|
version and architection and OS it is run on. Where supported, also
|
|
information about the memory consumption provided by the OS is
|
|
reported.
|
|
|
|
[Restrictions:] none
|
|
|
|
[Related commands:]
|
|
|
|
"print"_print.html
|
|
|
|
[Default:] none
|