Description
Squirrel should modify the --cpu-freq command to be set to --cpu-freq=PowerSave
Implementation
If the parameter is submitted to Squirrel, don't modify it. Otherwise, add --cpu-freq=PowerSave to the sbatch command.
Additional context
Request that job steps initiated by srun commands inside this sbatch script be run at some requested frequency if possible, on the CPUs selected for the step on the compute node(s). The governor has to be in the list set by the slurm.conf option CpuFreqGovernors.
Description
Squirrel should modify the --cpu-freq command to be set to --cpu-freq=PowerSave
Implementation
If the parameter is submitted to Squirrel, don't modify it. Otherwise, add --cpu-freq=PowerSave to the sbatch command.
Additional context
Request that job steps initiated by srun commands inside this sbatch script be run at some requested frequency if possible, on the CPUs selected for the step on the compute node(s). The governor has to be in the list set by the slurm.conf option CpuFreqGovernors.