git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14950 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
56
doc/html/_sources/log.txt
Normal file
56
doc/html/_sources/log.txt
Normal file
@ -0,0 +1,56 @@
|
||||
.. index:: log
|
||||
|
||||
log command
|
||||
===========
|
||||
|
||||
Syntax
|
||||
""""""
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
log file keyword
|
||||
|
||||
* file = name of new logfile
|
||||
* keyword = *append* if output should be appended to logfile (optional)
|
||||
|
||||
Examples
|
||||
""""""""
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
log log.equil
|
||||
log log.equil append
|
||||
|
||||
Description
|
||||
"""""""""""
|
||||
|
||||
This command closes the current LAMMPS log file, opens a new file with
|
||||
the specified name, and begins logging information to it. If the
|
||||
specified file name is *none*\ , then no new log file is opened. If the
|
||||
optional keyword *append* is specified, then output will be appended
|
||||
to an existing log file, instead of overwriting it.
|
||||
|
||||
If multiple processor partitions are being used, the file name should
|
||||
be a variable, so that different processors do not attempt to write to
|
||||
the same log file.
|
||||
|
||||
The file "log.lammps" is the default log file for a LAMMPS run. The
|
||||
name of the initial log file can also be set by the command-line
|
||||
switch -log. See :ref:`Section_start 6 <start_7>` for
|
||||
details.
|
||||
|
||||
Restrictions
|
||||
""""""""""""
|
||||
none
|
||||
|
||||
**Related commands:** none
|
||||
|
||||
Default
|
||||
"""""""
|
||||
|
||||
The default LAMMPS log file is named log.lammps
|
||||
|
||||
|
||||
.. _lws: http://lammps.sandia.gov
|
||||
.. _ld: Manual.html
|
||||
.. _lc: Section_commands.html#comm
|
||||
Reference in New Issue
Block a user