Back to main menu
Program behaviour: verbosity
Syntax
-verbosity <n>
-v <n>
Description
This allows you to change the level of verbosity of the program. The integer <n>
can be set up as:
- 0: silent, no message is ever displayed nor written in log file (except for error messages);
- 1: all messages are written on the screen only;
- 2: all messages are written in log file only;
- 3: messages are written in log file and on screen;
- 4: debug, some additional messages are written in log file (but not on screen). Beware that in this mode, the program can be much slower, and the log file can be much bigger. This mode should be used only by developers for debugging purposes, and only with systems with a small number of particles.
By default the logfile is atomsk.log
but you can change it.
When running in interactive mode the verbosity level is automatically reset to 1 if it is set to 0 or 2.
Default
By default the verbosity level is set to 1.
Examples
Back to main menu