git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10839 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
12
doc/log.html
12
doc/log.html
@ -13,19 +13,23 @@
|
|||||||
</H3>
|
</H3>
|
||||||
<P><B>Syntax:</B>
|
<P><B>Syntax:</B>
|
||||||
</P>
|
</P>
|
||||||
<PRE>log file
|
<PRE>log file keyword
|
||||||
</PRE>
|
</PRE>
|
||||||
<UL><LI>file = name of new logfile
|
<UL><LI>file = name of new logfile
|
||||||
|
<LI>keyword = <I>append</I> if output should be appended to logfile (optional)
|
||||||
</UL>
|
</UL>
|
||||||
<P><B>Examples:</B>
|
<P><B>Examples:</B>
|
||||||
</P>
|
</P>
|
||||||
<PRE>log log.equil
|
<PRE>log log.equil
|
||||||
|
log log.equil append
|
||||||
</PRE>
|
</PRE>
|
||||||
<P><B>Description:</B>
|
<P><B>Description:</B>
|
||||||
</P>
|
</P>
|
||||||
<P>This command closes the current LAMMPS log file, opens a new file with
|
<P>This command closes the current LAMMPS log file, opens a new file with
|
||||||
the specified name, and begins logging information to it. If the
|
the specified name, and begins logging information to it. If the
|
||||||
specified file name is <I>none</I>, then no new log file is opened.
|
specified file name is <I>none</I>, then no new log file is opened. If the
|
||||||
|
optional keyword <I>append</I> is specified, then output will be appended
|
||||||
|
to an existing log file, instead of overwriting it.
|
||||||
</P>
|
</P>
|
||||||
<P>If multiple processor partitions are being used, the file name should
|
<P>If multiple processor partitions are being used, the file name should
|
||||||
be a variable, so that different processors do not attempt to write to
|
be a variable, so that different processors do not attempt to write to
|
||||||
|
|||||||
12
doc/log.txt
12
doc/log.txt
@ -10,19 +10,23 @@ log command :h3
|
|||||||
|
|
||||||
[Syntax:]
|
[Syntax:]
|
||||||
|
|
||||||
log file :pre
|
log file keyword :pre
|
||||||
|
|
||||||
file = name of new logfile :ul
|
file = name of new logfile
|
||||||
|
keyword = {append} if output should be appended to logfile (optional) :ul
|
||||||
|
|
||||||
[Examples:]
|
[Examples:]
|
||||||
|
|
||||||
log log.equil :pre
|
log log.equil
|
||||||
|
log log.equil append :pre
|
||||||
|
|
||||||
[Description:]
|
[Description:]
|
||||||
|
|
||||||
This command closes the current LAMMPS log file, opens a new file with
|
This command closes the current LAMMPS log file, opens a new file with
|
||||||
the specified name, and begins logging information to it. If the
|
the specified name, and begins logging information to it. If the
|
||||||
specified file name is {none}, then no new log file is opened.
|
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
|
If multiple processor partitions are being used, the file name should
|
||||||
be a variable, so that different processors do not attempt to write to
|
be a variable, so that different processors do not attempt to write to
|
||||||
|
|||||||
Reference in New Issue
Block a user