Properties specified through the WSGrid properties file describe the batch job to be run under the control of WSGrid. This topic describes a set of compute-intensive and native-execution properties.
The following properties describe a compute intensive job composed of a single step, providing an xJCL-less methodology for describing a compute intensive job. Specifying these properties is mutually exclusive with specification of an xJCL file on the WSGrid command-line invocation and with use of the repository-job property.
Property name | Description |
---|---|
ci-class-name | Specifies the name of the implementation class for the compute intensive batch job step. |
The following properties describe a native execution job composed of a single step, providing an xJCL-less methodology for describing a native execution job. Specifying these properties is mutually exclusive with specification of an xJCL file on the WSGrid command-line invocation and with use of the repository-job property.
Property name | Description |
---|---|
executable | Specifies the command-line string to run in a native process. |
arg-line | Specifies the command-line argument string to pass to the native executable. |
env-var.<envvar name> | Specifies the value of a name environment variable to set in the native process. This property can be specified multiple times, once for each unique environment variable to set for the specified executable. |