salloc, sattach, sbcast, sdiag, sprio, sshare, strigger, sview, sh5util, scrun, scrontab: add pages (#11651)
2023-12-18 23:53:21 +01:00
|
|
|
# sh5util
|
|
|
|
|
|
|
|
> Merge HDF5 files produced by the `sacct_gather_profile` plugin.
|
|
|
|
> More information: <https://slurm.schedmd.com/sh5util.html>.
|
|
|
|
|
|
|
|
- Merge HDF5 files produced on each allocated node for the specified job or step:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sh5util {{[-j|--jobs]}} {{job_id|job_id.step_id}}`
|
salloc, sattach, sbcast, sdiag, sprio, sshare, strigger, sview, sh5util, scrun, scrontab: add pages (#11651)
2023-12-18 23:53:21 +01:00
|
|
|
|
|
|
|
- Extract one or more data series from a merged job file:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sh5util {{[-j|--jobs]}} {{job_id|job_id.step_id}} {{[-E|--extract]}} {{[-i|--input]}} {{path/to/file.h5}} {{[-s|--series]}} {{Energy|Filesystem|Network|Task}}`
|
salloc, sattach, sbcast, sdiag, sprio, sshare, strigger, sview, sh5util, scrun, scrontab: add pages (#11651)
2023-12-18 23:53:21 +01:00
|
|
|
|
|
|
|
- Extract one data item from all nodes in a merged job file:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`sh5util {{[-j|--jobs]}} {{job_id|job_id.step_id}} {{[-I|--item-extract]}} {{[-s|--series]}} {{Energy|Filesystem|Network|Task}} {{[-d|--data]}} {{data_item}}`
|