Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.135.527 Times

LSF 0.9

  Date Added: November 10, 2010  |  Visits: 1.592

LSF

Report Broken Link
Printer Friendly Version


Product Homepage
Download (100 downloads)



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::JobManager Two 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 METHODS LSF() Returns the LSF version string RaiseError( [ [ TRUE or FALSE ] ] ) Controls whether LSF command line errors will be thrown. The default is FALSE. When called with no arguments returns the current value. PrintError( [ [ TRUE or FALSE ] ] ) 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( [ [ TRUE or FALSE ] ] ) 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: No special requirements
Platforms: Linux
Keyword: Api Command Command Line False Libraries Line Lsf Modules Perl Api Printoutput Raiseerror Top True True Or False
Users rating: 0/10

License: Freeware Size: 12.29 KB
USER REVIEWS
More Reviews or Write Review


LSF RELATED
Libraries  -  C++ Command Line Library 0.3
C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from...
849.92 KB  
Utilities  -  Command Line WRAPper 0.3.0
Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs. clwrap can make great things with the locate command, and is low resource intensive....
43.01 KB  
Multimedia & Graphics  -  Perspolis Command-Line Calculator New
Perspolis Command-Line Calculator is, just like the name suggests a small, simple, command-line based application specially designed to help you with your basic math calculations. If you are looking for a tool that is both tiny and easy to use to...
 
Code Management Tools  -  Command Line Copy & Paste for Mac OS 1.0
This bundle of Mac OS X command line applications consists of two simple programs. maccopy and macpaste. These two programs copy or print the text currently from or to the Mac OS X pasteboard. Use these applications in your scripts or any other...
20.48 KB  
Compression Tools  -  No-Frills Command Line Unzipper 1.05
Based on the Delphi-Zip library and coded by Ccy for S2 Services, this simple command line unzipper offers the advantage of not requiring command switches. Commands are interpreted according to argument order. The first argument is the zip file,...
778.24 KB  
Utilities  -  Bluetooth Command Line Tools 1.2.0.47
Bluetooth Command Line Tools are a set of command line utilities for Windows XP, Vista or Windows 7 which allow you to configure bluetooth adapter, discover remote bluetooth devices and their services, push files to remote devices through OBEX....
3.08 MB  
Development Tools  -  Pyline: a command-line tool 1.2
This utility brings ad-hoc command-line piping sensibilities to the Python interpreter.
 
Development Tools  -  Generic command-line option parser 1.4
This class can be used to write code that will parse command line options for an application by invoking one of the standard Python library command argument parser modules optparse or getopt. The class first tries to use optparse. It it is not...
 
File Management  -  Handling of command line arguments 1.0
This script handles arguments for small scripts that need to:  - read some command line options  - read some command line positional arguments  - iterate over all lines of some files given on the command line, or stdin if none given - give...
 
Miscellaneous  -  Parse Command Line String from CommandLine 1.2
This script represents a way to parse command line from user provided string or try to get the original Argv from Windows OS Platform.
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB