Powering off unused nodes with SLURM #35
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Having nodes turned on without jobs is a waste of energy (bad for the environment) and reduces the lifespan of the hardware, which is already close to death.
The nodes owl1 and owl2 shoud be kept powered off until a job script is launched. Then the slurm daemon can turn on the nodes, run the job, wait for a grace period without more jobs and then turn them back off.
assigned to @rarias
Seems to be working fine with an ipmitool script:
Following runs are immediate:
Until the suspend time arrives after being idle for too long they are powered down again.
mentioned in merge request !20