(Click to open topic with navigation)
DEFAULTCKPT | |
---|---|
For mat | One of None, Enabled, Shutdown, Periodic, Interval=minutes, depth=number, or dir=path |
Default | None |
Description |
Default value for job's checkpoint attribute. For a description of all possible values, see the qsub -c documentation. This default setting can be overridden at job submission with the qsub -c option. |
Example |
DEFAULTCKPT Shutdown By default, TORQUE checkpoints at pbs_mom shutdown. |
FAULT_TOLERANT_BY_DEFAULT | |
---|---|
Format | <BOOLEAN> |
Default | FALSE |
Description | Sets all jobs to fault tolerant by default. (See qsub -f for more information on fault tolerance.) |
Example |
FAULT_TOLERANT_BY_DEFAULT TRUE Jobs are fault tolerant by default. They will not be canceled based on failed polling, no matter how many nodes fail to report. |
RERUNNABLEBYDEFAULT | |
---|---|
Format | <BOOLEAN> |
Default | TRUE |
Description | Specifies if a job is re-runnable by default. Setting this to false causes the re-runnable attribute value to be false unless the users specifies otherwise with the qsub -r option. (New in TORQUE 2.4.) |
Example |
RERUNNABLEBYDEFAULT FALSE By default, qsub jobs cannot be rerun. |
SERVERHOST | |
---|---|
Format | <STRING> |
Default | localhost |
Description | If set, the qsub command will open a connection to the host specified by the SERVERHOST string. |
Example |
SERVERHOST orion15 The server will open socket connections and and communicate using serverhost orion15. |
SUBMITFILTER | |
---|---|
Format | <STRING> |
Default | ${libexecdir}/qsub_filter (for version 2.1 and older: /usr/local/sbin/torque_submitfilter) |
Description | Specifies the location of the submit filter (see Job submission filter ("qsub wrapper") used to pre-process job submission. |
Example |
SUBMITFILTER /usr/local/sbin/qsub_filter The location of the submit filter is specified as /usr/local/sbin/qsub_filter. |
VALIDATEGROUP | |
---|---|
Format | <BOOLEAN> |
Default | FALSE |
Description | Validate submit user's group on qsub commands. For TORQUE builds released after 2/8/2011, VALIDATEGROUP also checks any groups requested in group_list at the submit host. Set VALIDATEGROUP to "TRUE" if you set disable_server_id_check to TRUE. |
Example |
VALIDATEGROUP TRUE qsub verifies the submitter's group ID. |
VALIDATEPATH | |
---|---|
Format | <BOOLEAN> |
Default | TRUE |
Description | Validate local existence of '-d' working directory. |
Example |
VALIDATEPATH FALSE qsub does not validate the path. |