diff --git a/doc/log.html b/doc/log.html index 28cc762cac..e583a10ea3 100644 --- a/doc/log.html +++ b/doc/log.html @@ -13,19 +13,23 @@
Syntax:
-log file +log file keyword-
Examples:
-log log.equil +log log.equil +log log.equil appendDescription:
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 diff --git a/doc/log.txt b/doc/log.txt index 94678f902d..29c4bd1bc5 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -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