Platform LSF Administration Guide Version 6.2
Running Parallel Processes on Homogeneous Hosts
Administering Platform LSF
440
If you want to specify the same resource requirement at the queue-level, define a custom
resource in
lsf.shared as in the previous example, map hosts to high-speed
connection groups in
lsf.cluster.cluster_name, and define the following queue in
lsb.queues:
Begin Queue
QUEUE_NAME = My_test
PRIORITY = 30
NICE = 20
RES_REQ = "select[mem > 1000 && type==any && (hgconnect==hg1
|| hgconnect==hg2 || hgconnect=hg3)]same[hgconnect:type]"
DESCRIPTION = either hg1 or hg2 or hg3
End Queue
This example allocates processors on hosts that:
◆
Have more than 1000 MB in memory
◆
Are of the same host type
◆
Are in high-speed connection group hg1 or hg2 or hg3