EGO_DAEMONS_CPUS
Syntax
EGO_DAEMONS_CPUS=lim_cpu_list
where lim_cpu_list defines the list of management host CPUS where the lim daemon processes can run (hard CPU affinity). Format the list as a white-space delimited list of CPU numbers.
Description
Defining LSF_INTELLIGENT_CPU_BIND=Y in the lsf.conf file overrides the value of this parameter. Use LSF_INTELLIGENT_CPU_BIND=Y instead of this parameter to enable LSF to bind a defined set of LSF daemons to CPUs.
This parameter is only maintained for backwards compatibility.
By default, lim can run on any CPUs. If EGO_DAEMONS_CPUS is set, LIM only run on a specified list of CPUs. An empty list means that LIM can run on any CPUs. Use spaces to separate multiple CPUs.
The operating system can assign other processes to run on the same CPU; however, if utilization of the bound CPU is lower than utilization of the unbound CPUs.
Related parameters
EGO_DAEMONS_CPUS=0 LSF_DAEMONS_CPUS=1:2 MBD_QUERY_CPUS=3
Examples
If you specify EGO_DAEMONS_CPUS=1, the LIM processes run only on CPU number 1 on the management host.
Important
- Linux 2.6 or higher
- Solaris 10 or higher
Default
Not defined
See also
LSF_DAEMONS_CPUS andMBD_QUERY_CPUS in lsb.params