Set LSF_MANAGE_FREQUENCY in lsf.conf to
specify how CPU frequency is set for the job. LSF_MANAGE_FREQUENCY accetpts
the following values:
- HOST
- Jobs require CPU frequency to be set for the entire host. Jobs
that require the specified maximum CPU frequency must be submitted
as exclusive jobs (bsub -x).
- CORE
- Jobs require CPU frequency to be set by CPU core. Jobs must be
submitted with CPU affinity resource requirements.