Values.AccountingSourceThe accounting configuration includes configurable settings for Slurm accounting. It's a property of the ClusterSlurmConfiguration object.
type nonrec t = {defaultPurgeTimeInDays : AccountingDefaultPurgeTimeInDaysInteger.t option;The default value for all purge settings for slurmdbd.conf. For more information, see the slurmdbd.conf documentation at SchedMD. The default value for defaultPurgeTimeInDays is -1. A value of -1 means there is no purge time and records persist as long as the cluster exists. 0 isn't a valid value.
*)mode : AccountingMode.t option;The default value for mode is NONE. A value of STANDARD means Slurm accounting is enabled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of AccountingDefaultPurgeTimeInDaysInteger.t ])
list ]