Appearance
systemslab postprocess
| Description | Run a postprocessing job for a successfully completed experiment. |
|---|---|
| Usage | systemslab postprocessing [OPTIONS] |
Description
The systemslab postprocess command triggers a postprocessing job for a successfully completed experiment. Only a single postprocessing job is run at a time, so if another experiment is currently being postprocessed, the experiment is queued for subsequent postprocessing.
Options
| Option | Default | Description |
|---|---|---|
--experiment | The experiment ID to postprocess. | |
--config | None | Provide a custom postprocessing configuration. If not provided, either the config submitted during experiment creation or the default configuration is used. The config file is a TOML file and can override individual parameters in the original config. |
Common Options
| Option | Default | Description |
|---|---|---|
--systemslab-url | The URL at which to access the systemslab server. | |
--color | auto | Controls when color is used in the output. Possible values are auto, always, and never. |
--output-format | long | Output format to use when outputting messages. long will result output designed to be human-readable while short is short output meant to be used within scripts. |
Environment Variables
| Variable | Description |
|---|---|
SYSTEMSLAB_URL | Specify the URL used to contact the SystemsLab server. Equivalent to --systemslab-url. |