LSF Version 7.3 - Running Jobs With Platform LSF

Cluster Concepts
Clusters, jobs, and queues
A group of computers (hosts) running LSF that work together as a single unit,
combining computing power and sharing workload and resources. A cluster provides a
single-system image for disparate computing resources.
Hosts can be grouped into clusters in a number of ways. A cluster could contain:
All the hosts in a single administrative group
All the hosts on one file server or sub-network
Hosts that perform similar functions
lshostsView static resource information about hosts in the cluster
bhostsView resource and job information about server hosts in the cluster
lsidView the cluster name
lsclusters—View cluster status and size
Define hosts in your cluster in lsf.cluster.
cluster_name
A unit of work run in the LSF system. A job is a command submitted to LSF for
execution. LSF schedules, controls, and tracks the job according to configured policies.
Jobs can be complex problems, simulation scenarios, extensive calculations, anything
that needs compute power.
bjobsView jobs in the system
bsub—Submit jobs