Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ProfiT-HPC
aggregator
Commits
d98d052b
Commit
d98d052b
authored
Feb 03, 2020
by
Azat Khuziyakhmetov
Browse files
fixed README
parent
d86cdacf
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d98d052b
...
...
@@ -32,19 +32,21 @@ Sample configs must not be used in the code.
The main executable of the aggregator module is
`data.py`
. You can type
`./data.py -h`
for more help.
```
usage: data.py [-h] [-t {text,pdf
}
] JOBID
usage: data.py [-h] [-t {text,pdf
,all}] [-o [OUTPUT_DIR]
] JOBID
Gets the job information required for generating text or PDF reports
and
outputs it in JSON format.
Gets the job information required for generating text or PDF reports
and
outputs it in JSON format.
positional arguments:
JOBID job ID used in the batch system
optional arguments:
-h, --help show this help message and exit
-t {text,pdf}, --type {text,pdf}
-t {text,pdf,all}, --type {text,pdf,all}
type of the output (default: text)
-o [OUTPUT_DIR], --output-dir [OUTPUT_DIR]
output directory (default: None)
```
## Get test output
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment