Platform LSF Reference Version 6.2

lsf.conf
Platform LSF Reference
543
See the IRIX 6.5.9 resource administration documentation for information about CSA.
Setting up IRIX
CSA
1
Define the LSF_ENABLE_CSA parameter in lsf.conf:
...
LSF_ENABLE_CSA=Y
...
2
Set the following parameters in /etc/csa.conf to on:
CSA_START
WKMG_START
3
Run the csaswitch command to turn on the configuration changes in
/etc/csa.conf.
See the IRIX 6.5.9 resource administration documentation for information about the
csaswitch command.
Information
written to the
pacct file
LSF writes the following records to the pacct file when a job starts and when it exits:
Job record type (job start or job exit)
Current system clock time
Service provider (LSF)
Submission time of the job (at job start only)
User ID of the job owner
Array Session Handle (ASH) of the job
IRIX job ID
IRIX project ID
LSF job name if it exists
Submission host name
LSF queue name
LSF external job ID
LSF job array index
LSF job exit code (at job exit only)
NCPUSnumber of CPUs the LSF job has been using
Default
Undefined
LSF_ENABLE_DUALCORE
Syntax
LSF_ENABLE_DUALCORE=y
| n
Description
Enables job scheduling based on dual-core CPU information for a host. If yes (Y), LSF
scheduling policies use the detected number of CPU cores as the number of physical
CPUs on the host instead of the number of physical CPUs for job scheduling. For a dual-
core host, lshosts shows the number of cores under ncpus instead of physical CPUs.
To make use of dual-core CPUs for scheduling, hosts must have the
lsf_dualcore_x86 license feature enabled. Each dual core processor requires one
standard LSF license and one
lsf_dualcore_x86 license. Use lshosts -l to see the
number of dual-core licenses enabled and needed.
Default
N