2006-09-22 00:22:34 +08:00
|
|
|
"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
|
|
|
|
|
|
|
|
echo command :h3
|
|
|
|
|
|
|
|
[Syntax:]
|
|
|
|
|
|
|
|
echo style :pre
|
|
|
|
|
|
|
|
style = {none} or {screen} or {log} or {both} :ul
|
|
|
|
|
|
|
|
[Examples:]
|
|
|
|
|
|
|
|
echo both
|
|
|
|
echo log :pre
|
|
|
|
|
|
|
|
[Description:]
|
|
|
|
|
|
|
|
This command determines whether LAMMPS echoes each input script
|
|
|
|
command to the screen and/or log file as it is read and processed. If
|
|
|
|
an input script has errors, it can be useful to look at echoed output
|
|
|
|
to see the last command processed.
|
|
|
|
|
2008-09-29 23:44:39 +08:00
|
|
|
The "command-line switch"_Section_start.html#2_4 -echo can be used in
|
|
|
|
place of this command.
|
|
|
|
|
2006-09-22 00:22:34 +08:00
|
|
|
[Restrictions:] none
|
|
|
|
|
|
|
|
[Related commands:] none
|
|
|
|
|
|
|
|
[Default:]
|
|
|
|
|
|
|
|
echo log :pre
|