Synopsis
resource resource name [,{sh|ex}]
Description
This statement specifies the resource name used by the relevant job and exclusive attributes.
If there is more than one resource used by the job, describe this control statement using multiple lines.
The maximum number of this control statements to be entered is as follows:
[Windows]
16 statements
[UNIX]
256 statements
Operands
resource name
Specify resource names used by the job.
The resource name can be specified with up to 64 bytes of alphanumeric characters, underscores (_), and hyphens (-).
If the -R option is specified in the qsub command, the resource information specified in the -R option is used.
For scheduled jobs where [Resource name] is specified in the [Detail information] sheet of the [Add/Change - Job] window, the resource information specified in [Resource name] and [Resource type] is used.
For demand jobs where [Resource Used] is selected in the [Additional Information] sheet of the [Edit Job Information/Submit] dialog box/window, the resource information specified in [Resource Used] and [Type] are used.
{sh|ex}
Specify exclusivity attributes. "sh" indicates shared attribute and "ex" indicates exclusive attribute.
If omitted, sh is assumed.
Example
resource RDB,ex
RDB: Resource name
ex: Exclusive attribute