...
7. When submitting a job, you can specify the time with the --time
option.
If you want to use performance counters (e.g., using PAPI or LIKWID), it is necessary to specify the hwperf constraint (-C hwperf
).
For a fixed clock frequency, you may use the option--cpu-freq=<MIN_CLOCK_kHZ>-<MAX_CLOCK_kHZ>[:<GOVERNOR>]
. Note that this frequency (range) is only set applied if you run your binary within the job using the srun
command as a wrapper.
...