\fBacct_gather.conf\fP is a UTF8 formatted file which defines parameters used by Slurm's acct_gather related plugins. The file location can be modified at system build time using the DEFAULT_SLURM_CONF parameter or at execution time by setting the SLURM_CONF environment variable. The file will always be located in the same directory as the \fBslurm.conf\fP file. .LP Parameter names are case insensitive but parameter values are case sensitive. Any text following a "#" in the configuration file is treated as a comment through the end of that line. The size of each line in the file is limited to 1024 characters. .LP Changes to the configuration file take effect upon restart of the Slurm daemons. .LP The following \fBacct_gather.conf\fR parameters are defined to control the general behavior of various plugins in Slurm. .LP The \fBacct_gather.conf\fR file is different than other Slurm .conf files. Each plugin defines which options are available. Each plugin to be loaded must be specified in the \fBslurm.conf\fR under the following configuration entries: .LP \(bu AcctGatherEnergyType (plugin type=\fIacct_gather_energy\fR) .br \(bu AcctGatherInterconnectType (plugin type=\fIacct_gather_interconnect\fR) .br \(bu AcctGatherFilesystemType (plugin type=\fIacct_gather_filesystem\fR) .br \(bu AcctGatherProfileType (plugin type=\fIacct_gather_profile\fR) .LP If the respective plugin for an option is not loaded then that option will appear to be unknown by Slurm and silently ignored. If you decide to change plugin types you may also have to change the related options. .SH acct_gather_energy/IPMI Required entry in slurm.conf: .RS .nf AcctGatherEnergyType=acct_gather_energy/ipmi .fi .RE Options used for acct_gather_energy/ipmi are as follows: .RS .TP 10 \fBEnergyIPMIFrequency\fR=<number> This parameter is the number of seconds between BMC access samples. (scontrol show node) and jobs (sacct). Other keys are optional and are named by administrator. These keys are useful only when profile is activated for energy to store power (in watt) of each key.fR(5)