report¶
- report¶
Create result report.
Usage¶
grond report <rundir> ... [options]
grond report <configfile> <eventnames> ...
Options¶
- -h, --help
show this help message and exit
- --index-only
create index only
- -s, --serve
start http service
- -S, --serve-external
shortcut for –serve –host=default –fixed-port
- --host=HOST
<ip> to start the http server on. Special values for <ip>: “*” binds to all available interfaces, “default” to default external interface, “localhost” to “127.0.0.1”.
- --port=PORT
set default http server port. Will count up if port is already in use unless –fixed-port is given.
- --fixed-port
fail if port is already in use
- -o, --open
open report in browser
- --config=FILE
report configuration file to use
- --write-config=FILE
write configuration (or default configuration) to FILE
- --update-without-plotting
quick-and-dirty update parameter files without plotting
- --archive
create archive file, even if make_archive in the report configuration file is set to false. The config file default creates no archive.
- --no-archive
do not create archive file, even if make_archive in the report configuration file is set to true. The config file default creates no archive.
- --loglevel=LOGLEVEL
set logger level to “critical”, “error”, “warning”, “info”, or “debug”. Default is “info”.
- --status=STATUS
status output selection (choices: state, quiet, default: state)
- --parallel=NPARALLEL
set number of events to process in parallel, if set to more than one, –status=quiet is implied.
- --threads=NTHREADS
set number of threads per process (default: 1). Set to 0 to use all available cores.