LSF

A Perl API built on top of the LSF command line tools
Download

LSF Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Southern
  • Publisher web site:
  • http://search.cpan.org/~msouthern/

LSF Tags


LSF Description

A Perl API built on top of the LSF command line tools LSF is a Perl API built on top of the LSF command line tools.SYNOPSIS use LSF; use LSF RaiseError => 1, PrintError => 1, PrintOutput => 1;NOTE: FOR THESE MODULES TO WORK IT IS ESSENTIAL THAT YOU INCLUDE THE LSF COMMAND LINES IN YOUR PATH.This is the base class of the LSF suite of modules. 'use LSF' will also preload all of the LSF modules at one time. Currently this includes: LSF::Job LSF::JobHistory LSF::JobGroup LSF::Queue LSF::JobManagerTwo error reporting strategies are available and can be set globally via the 'use LSF' statement or individually in each of the LSF modules. By setting the 'RaiseError' directive to true, or by using the RaiseError class method, the LSF modules will die on error, otherwise they will return false, setting $? to the exit value and $@ to the stderr of the LSF command line. Additionally the printing of LSF command line stdout and stderr can be controlled via the 'PrintOutput' and 'PrintError' directives or class methods of the same names. Defaults are as above.For more information on any of these modules, please see its respective documentation.CLASS METHODSLSF()Returns the LSF version stringRaiseError( ] )Controls whether LSF command line errors will be thrown. The default is FALSE. When called with no arguments returns the current value.PrintError( ] )Controls printing to STDERR the stderr of the LSF command line. The default is TRUE. When called with no arguments returns the current value.PrintOutput( ] )Controls printing to STDOUT the stdout of the LSF command line. The default is FALSE. When called with no arguments returns the current value. Requirements: · Perl


LSF Related Software