DIRAC
DIRAC copied to clipboard
Accounting plots for MP jobs
If the job is multi-processor, we should take into account the number of processors when submitting the accounting report. In general, we should start by reporting the number of processors that each job was (supposed to be) using.
The CPUEfficiency becomes: CPUEfficiency = CPUTime/ (WallClockTime * NbProcessors)
We should spot jobs or productions that use on average more than the number of processors they are supposed to.
For the pure efficiency calculation: https://github.com/DIRACGrid/DIRAC/pull/4798 But that won't help in spotting jobs or productions that use more than the amount of processors that are assigned to them.