1
This commit is contained in:
@@ -0,0 +1,162 @@
|
||||
.\" OpenPBS (Portable Batch System) v2.3 Software License
|
||||
.\"
|
||||
.\" Copyright (c) 1999-2000 Veridian Information Solutions, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" ---------------------------------------------------------------------------
|
||||
.\" For a license to use or redistribute the OpenPBS software under conditions
|
||||
.\" other than those described below, or to purchase support for this software,
|
||||
.\" please contact Veridian Systems, PBS Products Department ("Licensor") at:
|
||||
.\"
|
||||
.\" www.OpenPBS.org +1 650 967-4675 sales@OpenPBS.org
|
||||
.\" 877 902-4PBS (US toll-free)
|
||||
.\" ---------------------------------------------------------------------------
|
||||
.\"
|
||||
.\" This license covers use of the OpenPBS v2.3 software (the "Software") at
|
||||
.\" your site or location, and, for certain users, redistribution of the
|
||||
.\" Software to other sites and locations. Use and redistribution of
|
||||
.\" OpenPBS v2.3 in source and binary forms, with or without modification,
|
||||
.\" are permitted provided that all of the following conditions are met.
|
||||
.\" After December 31, 2001, only conditions 3-6 must be met:
|
||||
.\"
|
||||
.\" 1. Commercial and/or non-commercial use of the Software is permitted
|
||||
.\" provided a current software registration is on file at www.OpenPBS.org.
|
||||
.\" If use of this software contributes to a publication, product, or service
|
||||
.\" proper attribution must be given; see www.OpenPBS.org/credit.html
|
||||
.\"
|
||||
.\" 2. Redistribution in any form is only permitted for non-commercial,
|
||||
.\" non-profit purposes. There can be no charge for the Software or any
|
||||
.\" software incorporating the Software. Further, there can be no
|
||||
.\" expectation of revenue generated as a consequence of redistributing
|
||||
.\" the Software.
|
||||
.\"
|
||||
.\" 3. Any Redistribution of source code must retain the above copyright notice
|
||||
.\" and the acknowledgment contained in paragraph 6, this list of conditions
|
||||
.\" and the disclaimer contained in paragraph 7.
|
||||
.\"
|
||||
.\" 4. Any Redistribution in binary form must reproduce the above copyright
|
||||
.\" notice and the acknowledgment contained in paragraph 6, this list of
|
||||
.\" conditions and the disclaimer contained in paragraph 7 in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" 5. Redistributions in any form must be accompanied by information on how to
|
||||
.\" obtain complete source code for the OpenPBS software and any
|
||||
.\" modifications and/or additions to the OpenPBS software. The source code
|
||||
.\" must either be included in the distribution or be available for no more
|
||||
.\" than the cost of distribution plus a nominal fee, and all modifications
|
||||
.\" and additions to the Software must be freely redistributable by any party
|
||||
.\" (including Licensor) without restriction.
|
||||
.\"
|
||||
.\" 6. All advertising materials mentioning features or use of the Software must
|
||||
.\" display the following acknowledgment:
|
||||
.\"
|
||||
.\" "This product includes software developed by NASA Ames Research Center,
|
||||
.\" Lawrence Livermore National Laboratory, and Veridian Information
|
||||
.\" Solutions, Inc.
|
||||
.\" Visit www.OpenPBS.org for OpenPBS software support,
|
||||
.\" products, and information."
|
||||
.\"
|
||||
.\" 7. DISCLAIMER OF WARRANTY
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ANY EXPRESS
|
||||
.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT
|
||||
.\" ARE EXPRESSLY DISCLAIMED.
|
||||
.\"
|
||||
.\" IN NO EVENT SHALL VERIDIAN CORPORATION, ITS AFFILIATED COMPANIES, OR THE
|
||||
.\" U.S. GOVERNMENT OR ANY OF ITS AGENCIES BE LIABLE FOR ANY DIRECT OR INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
||||
.\" OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
.\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" This license will be governed by the laws of the Commonwealth of Virginia,
|
||||
.\" without reference to its choice of law rules.
|
||||
.\" The following macros defination, Sh and Sx, are used to allow
|
||||
.\" PBS man pages to be formatted with either -man macros or
|
||||
.\" be included in the PBS ERS which is formatted with -ms.
|
||||
.\"
|
||||
.\" The presence of the register Pb defined as non zero will trigger
|
||||
.\" the use of the Sx alternate form. Otherwise the standard -man
|
||||
.\" SH is used.
|
||||
.\"
|
||||
.de Sh
|
||||
.ie \n(Pb .Sx \\$1 \\$2 \\$3 \\$4 \\$5 \\$6
|
||||
.el .SH \\$1 \\$2 \\$3 \\$4 \\$5 \\$6
|
||||
..
|
||||
.\"
|
||||
.de Sx
|
||||
.RE
|
||||
.sp
|
||||
.B
|
||||
\\$1 \\$2 \\$3 \\$4 \\$5 \\$6
|
||||
.br
|
||||
.RS
|
||||
.R
|
||||
..
|
||||
.\"
|
||||
.\" end of special PBS man/ERS macros
|
||||
.\" --
|
||||
.\" The following macros are style for object names and values.
|
||||
.de Ar \" command/function arguments and operands (italic)
|
||||
.ft 2
|
||||
.if \\n(.$>0 \&\\$1\f1\\$2
|
||||
..
|
||||
.de Av \" data item values (Helv)
|
||||
.if \n(Pb .ft 6
|
||||
.if !\n(Pb .ft 3
|
||||
.ps -1
|
||||
.if \\n(.$>0 \&\\$1\s+1\f1\\$2
|
||||
..
|
||||
.de At \" attribute and data item names (Helv Bold)
|
||||
.if \n(Pb .ft 6
|
||||
.if !\n(Pb .ft 2
|
||||
.ps -1
|
||||
.if \\n(.$>0 \&\\$1\s+1\f1\\$2
|
||||
..
|
||||
.de Ty \" Type-ins and examples (typewritter)
|
||||
.if \n(Pb .ft 5
|
||||
.if !\n(Pb .ft 3
|
||||
.if \\n(.$>0 \&\\$1\f1\\$2
|
||||
..
|
||||
.de Er \" Error values ( [Helv] )
|
||||
.if \n(Pb .ft 6
|
||||
.if !\n(Pb .ft 3
|
||||
\&\s-1[\^\\$1\^]\s+1\f1\\$2
|
||||
..
|
||||
.de Sc \" Symbolic constants ( {Helv} )
|
||||
.if \n(Pb .ft 6
|
||||
.if !\n(Pb .ft 3
|
||||
\&\s-1{\^\\$1\^}\s+1\f1\\$2
|
||||
..
|
||||
.de Al \" Attribute list item, like .IP but set font and size
|
||||
.if !\n(Pb .ig Ig
|
||||
.ft 6
|
||||
.IP "\&\s-1\\$1\s+1\f1"
|
||||
.Ig
|
||||
.if \n(Pb .ig Ig
|
||||
.ft 2
|
||||
.IP "\&\\$1\s+1\f1"
|
||||
.Ig
|
||||
..
|
||||
.\" the following pair of macros are used to bracket sections of code
|
||||
.de Cs
|
||||
.ft 5
|
||||
.nf
|
||||
..
|
||||
.de Ce
|
||||
.sp
|
||||
.fi
|
||||
.ft 1
|
||||
..
|
||||
.if !\n(Pb .ig Ig
|
||||
.\" define sting Ji as section heading for Job Ids
|
||||
.ds Ji 2.7.6
|
||||
.\" define sting Di as section heading for Destination Ids
|
||||
.ds Di 2.7.3
|
||||
.\" define sting Si as section heading for Default Server
|
||||
.ds Si 2.7.4
|
||||
.Ig
|
||||
.\" End of macros
|
||||
@@ -0,0 +1,115 @@
|
||||
.\"
|
||||
.\" OpenPBS (Portable Batch System) v2.3 Software License
|
||||
.\"
|
||||
.\" Copyright (c) 1999-2000 Veridian Information Solutions, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" ---------------------------------------------------------------------------
|
||||
.\" For a license to use or redistribute the OpenPBS software under conditions
|
||||
.\" other than those described below, or to purchase support for this software,
|
||||
.\" please contact Veridian Systems, PBS Products Department ("Licensor") at:
|
||||
.\"
|
||||
.\" www.OpenPBS.org +1 650 967-4675 sales@OpenPBS.org
|
||||
.\" 877 902-4PBS (US toll-free)
|
||||
.\" ---------------------------------------------------------------------------
|
||||
.\"
|
||||
.\" This license covers use of the OpenPBS v2.3 software (the "Software") at
|
||||
.\" your site or location, and, for certain users, redistribution of the
|
||||
.\" Software to other sites and locations. Use and redistribution of
|
||||
.\" OpenPBS v2.3 in source and binary forms, with or without modification,
|
||||
.\" are permitted provided that all of the following conditions are met.
|
||||
.\" After December 31, 2001, only conditions 3-6 must be met:
|
||||
.\"
|
||||
.\" 1. Commercial and/or non-commercial use of the Software is permitted
|
||||
.\" provided a current software registration is on file at www.OpenPBS.org.
|
||||
.\" If use of this software contributes to a publication, product, or service
|
||||
.\" proper attribution must be given; see www.OpenPBS.org/credit.html
|
||||
.\"
|
||||
.\" 2. Redistribution in any form is only permitted for non-commercial,
|
||||
.\" non-profit purposes. There can be no charge for the Software or any
|
||||
.\" software incorporating the Software. Further, there can be no
|
||||
.\" expectation of revenue generated as a consequence of redistributing
|
||||
.\" the Software.
|
||||
.\"
|
||||
.\" 3. Any Redistribution of source code must retain the above copyright notice
|
||||
.\" and the acknowledgment contained in paragraph 6, this list of conditions
|
||||
.\" and the disclaimer contained in paragraph 7.
|
||||
.\"
|
||||
.\" 4. Any Redistribution in binary form must reproduce the above copyright
|
||||
.\" notice and the acknowledgment contained in paragraph 6, this list of
|
||||
.\" conditions and the disclaimer contained in paragraph 7 in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" 5. Redistributions in any form must be accompanied by information on how to
|
||||
.\" obtain complete source code for the OpenPBS software and any
|
||||
.\" modifications and/or additions to the OpenPBS software. The source code
|
||||
.\" must either be included in the distribution or be available for no more
|
||||
.\" than the cost of distribution plus a nominal fee, and all modifications
|
||||
.\" and additions to the Software must be freely redistributable by any party
|
||||
.\" (including Licensor) without restriction.
|
||||
.\"
|
||||
.\" 6. All advertising materials mentioning features or use of the Software must
|
||||
.\" display the following acknowledgment:
|
||||
.\"
|
||||
.\" "This product includes software developed by NASA Ames Research Center,
|
||||
.\" Lawrence Livermore National Laboratory, and Veridian Information
|
||||
.\" Solutions, Inc.
|
||||
.\" Visit www.OpenPBS.org for OpenPBS software support,
|
||||
.\" products, and information."
|
||||
.\"
|
||||
.\" 7. DISCLAIMER OF WARRANTY
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ANY EXPRESS
|
||||
.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT
|
||||
.\" ARE EXPRESSLY DISCLAIMED.
|
||||
.\"
|
||||
.\" IN NO EVENT SHALL VERIDIAN CORPORATION, ITS AFFILIATED COMPANIES, OR THE
|
||||
.\" U.S. GOVERNMENT OR ANY OF ITS AGENCIES BE LIABLE FOR ANY DIRECT OR INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
||||
.\" OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
.\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" This license will be governed by the laws of the Commonwealth of Virginia,
|
||||
.\" without reference to its choice of law rules.
|
||||
.\" The following macros changes are to allow "man" pages
|
||||
.\" to be included in this document formatted with -ms
|
||||
.\"
|
||||
.\" The TH macro, used for headers on a man page, must be ignored (skipped
|
||||
.\" over) when process the pages with -ms.
|
||||
.\" The Sh is defined on each included "man" page to approximate
|
||||
.\" what is output with the -man macro .SH as opposed to the -ms macro
|
||||
.\" The setting of the register Pb to 1 triggers the -ms form of the Sh
|
||||
.\" macro used in the man pages included in the ERS. Otherwise, the Sh
|
||||
.\" macro invokes the -man macro .SH.
|
||||
.\"
|
||||
.nr Pb 1 \" turn on -ms version of macros for "man" pages.
|
||||
.\"
|
||||
.de IR
|
||||
.I \\$1 \\$2 \\$3 \\$4
|
||||
..
|
||||
.de BR
|
||||
.B \\$1 \\$2 \\$3 \\$4
|
||||
..
|
||||
.\" include special ERS style macro definitions
|
||||
.so ../ers/ers.macros
|
||||
.\" following macro cuts the date provided by RCS so only yy/mm/dd shows
|
||||
.de Cd
|
||||
\&\\$2
|
||||
..
|
||||
.de Rv
|
||||
.ds rV Revision: \\$2
|
||||
..
|
||||
.\" macro to use in generating TOC section, parameter is printed and output
|
||||
.\" if number register I = 2, output in XA format for PS PE macros
|
||||
.de Tc
|
||||
\&\\$1 \\$2 \\$3 \\$4 \\$5
|
||||
.if \\nI=2 \{\
|
||||
. tm .XA \\n(H1-\\n(PN
|
||||
. tm \\*(SN \\$1 \\$2 \\$3 \\$4 \\$5
|
||||
.\}
|
||||
..
|
||||
|
||||
@@ -0,0 +1,169 @@
|
||||
.\" OpenPBS (Portable Batch System) v2.3 Software License
|
||||
.\"
|
||||
.\" Copyright (c) 1999-2000 Veridian Information Solutions, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" ---------------------------------------------------------------------------
|
||||
.\" For a license to use or redistribute the OpenPBS software under conditions
|
||||
.\" other than those described below, or to purchase support for this software,
|
||||
.\" please contact Veridian Systems, PBS Products Department ("Licensor") at:
|
||||
.\"
|
||||
.\" www.OpenPBS.org +1 650 967-4675 sales@OpenPBS.org
|
||||
.\" 877 902-4PBS (US toll-free)
|
||||
.\" ---------------------------------------------------------------------------
|
||||
.\"
|
||||
.\" This license covers use of the OpenPBS v2.3 software (the "Software") at
|
||||
.\" your site or location, and, for certain users, redistribution of the
|
||||
.\" Software to other sites and locations. Use and redistribution of
|
||||
.\" OpenPBS v2.3 in source and binary forms, with or without modification,
|
||||
.\" are permitted provided that all of the following conditions are met.
|
||||
.\" After December 31, 2001, only conditions 3-6 must be met:
|
||||
.\"
|
||||
.\" 1. Commercial and/or non-commercial use of the Software is permitted
|
||||
.\" provided a current software registration is on file at www.OpenPBS.org.
|
||||
.\" If use of this software contributes to a publication, product, or service
|
||||
.\" proper attribution must be given; see www.OpenPBS.org/credit.html
|
||||
.\"
|
||||
.\" 2. Redistribution in any form is only permitted for non-commercial,
|
||||
.\" non-profit purposes. There can be no charge for the Software or any
|
||||
.\" software incorporating the Software. Further, there can be no
|
||||
.\" expectation of revenue generated as a consequence of redistributing
|
||||
.\" the Software.
|
||||
.\"
|
||||
.\" 3. Any Redistribution of source code must retain the above copyright notice
|
||||
.\" and the acknowledgment contained in paragraph 6, this list of conditions
|
||||
.\" and the disclaimer contained in paragraph 7.
|
||||
.\"
|
||||
.\" 4. Any Redistribution in binary form must reproduce the above copyright
|
||||
.\" notice and the acknowledgment contained in paragraph 6, this list of
|
||||
.\" conditions and the disclaimer contained in paragraph 7 in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" 5. Redistributions in any form must be accompanied by information on how to
|
||||
.\" obtain complete source code for the OpenPBS software and any
|
||||
.\" modifications and/or additions to the OpenPBS software. The source code
|
||||
.\" must either be included in the distribution or be available for no more
|
||||
.\" than the cost of distribution plus a nominal fee, and all modifications
|
||||
.\" and additions to the Software must be freely redistributable by any party
|
||||
.\" (including Licensor) without restriction.
|
||||
.\"
|
||||
.\" 6. All advertising materials mentioning features or use of the Software must
|
||||
.\" display the following acknowledgment:
|
||||
.\"
|
||||
.\" "This product includes software developed by NASA Ames Research Center,
|
||||
.\" Lawrence Livermore National Laboratory, and Veridian Information
|
||||
.\" Solutions, Inc.
|
||||
.\" Visit www.OpenPBS.org for OpenPBS software support,
|
||||
.\" products, and information."
|
||||
.\"
|
||||
.\" 7. DISCLAIMER OF WARRANTY
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ANY EXPRESS
|
||||
.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT
|
||||
.\" ARE EXPRESSLY DISCLAIMED.
|
||||
.\"
|
||||
.\" IN NO EVENT SHALL VERIDIAN CORPORATION, ITS AFFILIATED COMPANIES, OR THE
|
||||
.\" U.S. GOVERNMENT OR ANY OF ITS AGENCIES BE LIABLE FOR ANY DIRECT OR INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
||||
.\" OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
.\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" This license will be governed by the laws of the Commonwealth of Virginia,
|
||||
.\" without reference to its choice of law rules.
|
||||
.IP arch
|
||||
Specifies the administrator defined system architecture requried.
|
||||
This defaults to whatever the PBS_MACH string is set to in "local.mk".
|
||||
Units: string.
|
||||
.IP host
|
||||
Name of host on which job should be run. This resource is provided for
|
||||
use by the site's scheduling policy. The allowable values and effect
|
||||
on job placement is site dependent.
|
||||
Units: string.
|
||||
.IP nodes
|
||||
Number and/or type of nodes to be reserved for exclusive use by the job.
|
||||
The value is one or more
|
||||
.I node_specs
|
||||
joined with the '+' character, "node_spec[+node_spec...].
|
||||
Each node_spec is an
|
||||
.I number
|
||||
of nodes required of the type declared in the node_spec and a
|
||||
.I name
|
||||
or one or more
|
||||
.I property
|
||||
or properties desired for the nodes.
|
||||
The number, the name, and each property in the node_spec are separated by
|
||||
a colon ':'. If no number is specified, one (1) is assumed.
|
||||
Units: string.
|
||||
.IP
|
||||
The name of a node is its hostname. The properties of nodes are:
|
||||
.RS
|
||||
.IP . 2
|
||||
ppn=#
|
||||
specifying the number of processors per node requested. Defaults to 1.
|
||||
.IP . 2
|
||||
arbitrary string assigned by the system
|
||||
administrator, please check with your administrator as to the node names
|
||||
and properties available to you.
|
||||
.RE
|
||||
.IP
|
||||
Examples:
|
||||
.RS
|
||||
.IP . 2
|
||||
To ask for 12 nodes of any type: \-l\ nodes=12
|
||||
.IP . 2
|
||||
To ask for 2 "server" nodes and 14 other nodes (a total of 16):
|
||||
\-l\ nodes=2:server+14
|
||||
.br
|
||||
The above consist of two node_specs "2:server" and "14".
|
||||
.IP . 2
|
||||
To ask for (a) 1 node that is a "server" and has a "hippi" interface, (b) 10
|
||||
nodes that are not servers, and (c) 3 nodes that have a large amount of memory
|
||||
an have hippi:
|
||||
.br
|
||||
\-l\ nodes=server:hippi+10:noserver+3:bigmem:hippi
|
||||
.IP . 2
|
||||
To ask for three nodes by name:
|
||||
.br
|
||||
\-l\ nodes=b2005+b1803+b1813
|
||||
.IP . 2
|
||||
To ask for 2 processors on each of four nodes:
|
||||
.br
|
||||
\-l\ nodes=4:ppn=2
|
||||
.IP . 2
|
||||
To ask for 4 processors on one node:
|
||||
.br
|
||||
\-l\ nodes=1:ppn=4
|
||||
.IP . 2
|
||||
To ask for 2 processors on each of two blue nodes and three processors on
|
||||
one red node:
|
||||
.br
|
||||
\-l\ nodes=2:blue:ppn=2+red:ppn=3
|
||||
.RE
|
||||
.IP host
|
||||
Allows a user to specify the desired execution location.
|
||||
This resource is provided for use by the site's scheduling policy.
|
||||
The allowable values and effect on job placement is site dependent.
|
||||
Units: string.
|
||||
.IP other
|
||||
Allows a user to specify site specific information.
|
||||
This resource is provided for use by the site's scheduling policy.
|
||||
The allowable values and effect on job placement is site dependent.
|
||||
Units: string.
|
||||
.IP software
|
||||
Allows a user to specify software required by the job. This is useful
|
||||
if certain software packages are only available on certain systems in the site.
|
||||
This resource is provided for use by the site's scheduling policy.
|
||||
The allowable values and effect on job placement is site dependent.
|
||||
Units: string.
|
||||
.LP
|
||||
.Sh EXAMPLES
|
||||
qsub \-l nodes=15,walltime=2:00:00 script
|
||||
.LP
|
||||
or in a qsub script as a directive:
|
||||
.LP
|
||||
#PBS \-l nodes=15,walltime=2:00:00
|
||||
|
||||
Reference in New Issue
Block a user