Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the hardware resources that the scheduler can use to determine on which nodes the job can run.
<xs:simpleType name="UnitType">
<xs:restriction
base="string"
>
<xs:enumeration
value="Core"
/>
<xs:enumeration
value="Socket"
/>
<xs:enumeration
value="Node"
/>
</xs:restriction>
</xs:simpleType>
Enumeration values
The UnitType simple type defines the following values.
| Value | Description |
|---|---|
| Core | Use cores to schedule the job. |
| Socket | Use sockets to schedule the job. |
| Node | Use nodes to schedule the job. |
Requirements
Product |
HPC Pack 2008 Client Utilities |