jobtemplate list

Applies To: Microsoft HPC Pack 2008, Microsoft HPC Pack 2008 R2, Microsoft HPC Pack 2012, Microsoft HPC Pack 2012 R2, Windows HPC Server 2008, Windows HPC Server 2008 R2

Displays information about the job templates that are available on the HPC cluster, including the identifier, name, description, creation date, and date of the last change for the job template.

For examples of how to use this command, see Examples.

Syntax

jobtemplate list [/format:{list|table}] [/scheduler:<name>]

jobtemplate list {/? | /help}

Parameters

Parameter Description

/format:{list|table}

Specifies the format in which the command should display the information. The valid formats are list and table. The default format is table.

/scheduler:<name>

Specifies the host name or IP address of the head node for the cluster for which you want to view the job templates. The value must be a valid computer name or IP address. If you do not specify the /scheduler parameter, this command uses the scheduler on the head node that the CCP_SCHEDULER environment variable specifies.

/?

Displays Help at the command prompt.

/help

Displays Help at the command prompt.

Examples

To list all of the job templates in the HPC cluster in a list format rather than as a table, use the following command:

jobtemplate list /format:list

Additional references