Energy RAPL updates
1)updated scontrol show node to report "n/s" (not supported) for energy/power values in case acct_gather_energy/rapl is configured and nodes do not support RAPL Previously, these values were reported as zero. The scontrol man page has been also updated to explain this. 2)updated sstat / sacct to report no value for ConsumedEnergy in case acct_gather_energy/rapl is configured, a job/step is allocated and at least one node does not support RAPL. Previously for this case, sstat and sacct reported a partial value for ConsumedEnergy. 3)updated the logging mechanism so that If acct_gather_energy/rapl is configured and a job/step is allocated any nodes that do not support RAPL, a single debug entry is made in the log file. Previously, multiple repeating error messages were sent to the console and the log file.
Showing
- doc/man/man1/scontrol.1 6 additions, 1 deletiondoc/man/man1/scontrol.1
- src/api/node_info.c 8 additions, 4 deletionssrc/api/node_info.c
- src/common/slurm_jobacct_gather.c 6 additions, 0 deletionssrc/common/slurm_jobacct_gather.c
- src/plugins/acct_gather_energy/rapl/acct_gather_energy_rapl.c 13 additions, 1 deletion...plugins/acct_gather_energy/rapl/acct_gather_energy_rapl.c
- src/sacct/process.c 3 additions, 0 deletionssrc/sacct/process.c
- src/sstat/print.c 4 additions, 2 deletionssrc/sstat/print.c
- src/sstat/process.c 3 additions, 0 deletionssrc/sstat/process.c
Loading
Please register or sign in to comment