A better 'bjobs' command for IBM Platform LSF (http://www-03.ibm.com/systems/technicalcomputing/platformcomputing/products/lsf/)
bbjobs provides a cleaner overview of the job information, resources and history. It relies on LSF API functions to extract the data from a job.
Download the project from https://github.com/pousa/bbjobs
or check the out codes from git://github.com/pousa/bbjobs.git
- To build bbjobs make
- To clean the built objects and binary make clean
- To install bbjobs make install
bbjobs requires the follwoing libraries from lsf
- liblsf
- libbat
bbjobs requires LSF API.