NAME
XAS::Lib::Batch::Interface::Torque - A mixin for the XAS environment
SYNOPSIS
use XAS::Class
debug => 0,
version => '0.01',
base => 'XAS::Lib::Batch',
mixin => 'XAS::Lib::Batch::Interface::Torque'
;
DESCRIPTION
In the Unix world, there is a standardized interface for Batch Systems. In honor of this standard, each implementation has a slightly different command line syntax. This mixin implements the PBS/Torque command line.
SEE ALSO
AUTHOR
Kevin L. Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (c) 2015 Kevin L. Esteb
This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.