git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10839 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2013-10-01 13:50:38 +00:00
parent 09d10121a0
commit 0a0a430c93
2 changed files with 16 additions and 8 deletions

View File

@ -13,19 +13,23 @@
</H3>
<P><B>Syntax:</B>
</P>
<PRE>log file
<PRE>log file keyword
</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>
<P><B>Examples:</B>
</P>
<PRE>log log.equil
<PRE>log log.equil
log log.equil append
</PRE>
<P><B>Description:</B>
</P>
<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
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>If multiple processor partitions are being used, the file name should
be a variable, so that different processors do not attempt to write to

View File

@ -10,19 +10,23 @@ log command :h3
[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:]
log log.equil :pre
log log.equil
log log.equil append :pre
[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.
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