Skip to content

Commit e15c31e

Browse files
committed
update README for job accounting
1 parent eec3099 commit e15c31e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ package in the image.
6565

6666
#### Accounting
6767

68-
By default, no accounting storage is configured. OpenHPC v1.x and un-updated OpenHPC v2.0 clusters support file-based accounting storage which can be selected by setting the role variable `openhpc_slurm_accounting_storage_type` to `accounting_storage/filetxt`<sup id="accounting_storage">[1](#slurm_ver_footnote)</sup>. Accounting for OpenHPC v2.1 and updated OpenHPC v2.0 clusters requires the Slurm database daemon, `slurmdbd`. To enable this:
68+
By default, no accounting storage is configured. OpenHPC v1.x and un-updated OpenHPC v2.0 clusters support file-based accounting storage which can be selected by setting the role variable `openhpc_slurm_accounting_storage_type` to `accounting_storage/filetxt`<sup id="accounting_storage">[1](#slurm_ver_footnote)</sup>. Accounting for OpenHPC v2.1 and updated OpenHPC v2.0 clusters requires the Slurm database daemon, `slurmdbd` (although job completion may be a limited alternative, see [below](#Job-accounting). To enable accounting:
6969

7070
* Configure a mariadb or mysql server as described in the slurm accounting [documentation](https://slurm.schedmd.com/accounting.html) on one of the nodes in your inventory and set `openhpc_enable.database `to `true` for this node.
7171
* Set `openhpc_slurm_accounting_storage_type` to `accounting_storage/slurmdbd`.
@@ -86,16 +86,16 @@ For more advanced customisation or to configure another storage type, you might
8686
#### Job accounting
8787

8888
This is largely redundant if you are using the accounting plugin above, but will give you basic
89-
accounting data such as start and end times.
89+
accounting data such as start and end times. By default no job accounting is configured.
90+
91+
`openhpc_slurm_job_comp_type`: Logging mechanism for job accounting. Can be one of
92+
`jobcomp/filetxt`, `jobcomp/none`, `jobcomp/elasticsearch`.
9093

9194
`openhpc_slurm_job_acct_gather_type`: Mechanism for collecting job accounting data. Can be one
9295
of `jobacct_gather/linux`, `jobacct_gather/cgroup` and `jobacct_gather/none`
9396

9497
`openhpc_slurm_job_acct_gather_frequency`: Sampling period for job accounting (seconds)
9598

96-
`openhpc_slurm_job_comp_type`: Logging mechanism for job accounting. Can be one of
97-
`jobcomp/filetxt`, `jobcomp/none`, `jobcomp/elasticsearch`.
98-
9999
`openhpc_slurm_job_comp_loc`: Location to store the job accounting records. Depends on value of
100100
`openhpc_slurm_job_comp_type`, e.g for `jobcomp/filetxt` represents a path on disk.
101101

0 commit comments

Comments
 (0)