LSF Version 7.3 - Using Platform LSF HPC
CPU_T WAIT TURNAROUND STATUS HOG_FACTOR MEM SWAP
0.03 3 7 done 0.0042 0K 0K
------------------------------------------------------------------------------
SUMMARY: ( time unit: second )
Total number of done jobs: 1 Total number of exited jobs: 0
Total CPU time consumed: 0.0 Average CPU time consumed: 0.0
Maximum CPU time of a job: 0.0 Minimum CPU time of a job: 0.0
Total wait time in queues: 3.0
Average wait time in queue: 3.0
Maximum wait time in queue: 3.0 Minimum wait time in queue: 3.0
Average turnaround time: 7 (seconds/job)
Maximum turnaround time: 7 Minimum turnaround time: 7
Average hog factor of a job: 0.00 ( cpu time / turnaround time )
Maximum hog factor of a job: 0.00 Minimum hog factor of a job: 0.00
Use brlainfo to display topology information for a cpuset host. It displays
◆
Cpuset host name
◆
Cpuset host type
◆
Total number of CPUs
◆
Free CPUs
◆
Total number of nodes
◆
Free CPUs per node
◆
Available CPUs with a given radius
◆
List of static cpusets
brlainfo
HOSTNAME CPUSET_OS NCPUS NFREECPUS NNODES NCPU/NODE NSTATIC_CPUSETS
hostA SGI_IRIX 2 2 1 2 0
hostB PROPACK_4 4 4 2 2 0
hostC PROPACK_4 4 3 2 2 0
brlainfo -l
HOST: hostC
CPUSET_OS NCPUS NFREECPUS NNODES NCPU/NODE NSTATIC_CPUSETS
PROPACK_4 4 3 2 2 0
FREE CPU LIST: 0-2
NFREECPUS ON EACH NODE: 2/0,1/1
STATIC CPUSETS: NO STATIC CPUSETS
CPU_RADIUS: 2,3,3,3,3,3,3,3
Examples
◆
Specify a dynamic cpuset:
bsub -n 8 -extsched "CPUSET[CPUSET_TYPE=dynamic;CPU_LIST=1, 5, 7-12;]" myjob
If CPUSET_TYPE is not specified, the default cpuset type is dynamic:
bsub -R "span[hosts=1]" -n 8 -extsched "CPUSET[CPU_LIST=1, 5, 7-12;]" myjob
Jobs are attached to a cpuset dynamically created by LSF. The cpuset is deleted
when the job finishes or exits.
◆
Specify a list of CPUs for an exclusive cpuset: