Reset node's CpuLoad more frequently
Reset a node's CpuLoad value at least once each SlurmdTimeout seconds. Previously the value would not be reset unless communications with the slurmd did not happen for at least 1/3 of the SlurmdTimeout value. That means nodes that were actively running and terminating jobs would not get the CpuLoad value reset in a timely fashion. Added a CpuLoad reset timer to prevent this.
Please register or sign in to comment