status_log command
Warning
GPU support for this command has not been tested and may not work as expected.Syntax
status_log file keyword
file = name of new logfile
keyword = append if output should be appended to logfile (optional)
Examples
status_log log.status
status_log log.status append
Description
This command closes the current Aspherix® status.log file (if previously defined), opens a new file with the specified name, and begins logging the status_style 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.
By default, status information is written to the screen and the file
simulation_data_aspherix.csv. Using this command has the same effect as
the -status command-line option.
Restrictions
none
Related commands: none
Default
There is no default status.log file.