hm_jobs_canSubmit

Reports if a job can be submitted on the current server without authentication.

Syntax

hm_jobs_canSubmit name

Type

HyperMesh Tcl Query Command

Description

Checks if a job can be submitted on the server without authentication. If a server is already authenticated in a session, the next time a job is submitted to the same server by the same user authentication is not required. Returns 0 if authentication is required, 1 otherwise.

This is not applicable for local job submission.

Inputs

name
The name of the server to query.

Example

To query server HWUL:

hm_jobs_canSubmit HWUL

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0.130