Procedure to retrieve information about LSF queues
Procedure to write out an LSF job file
Procedure to submit an LSF job
Procedure to parse and store the output from bjobs.
Current Output format:
----------------------
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
2358 ryanm PEND Small8 rapid test Aug 31 21:27
Procedure has to parse the data based on header column locations in order
to differentiate meaningful white-space.
Procedure to check requested resources against queue
limits for a given LSF host. If the request exceeds limits, a warning is
raised.
Procedure to write and submit a Gaussian 94 LSF
job
Procedure to construct a consistent number
of processors for a Gaussian input file. Number of processors
is checked against current limits and redefines BSUBOPTS(-l,mpp_p)
if inconsistent. If the input file is specified as the location
for the number of processors, but no specification is given,
then the file is left untouched.