+

Search Tips   |   Advanced Search

Compute-intensive and native-execution properties

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.


Compute-intensive 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 Name of the implementation class for the compute intensive batch job step.


Native-execution properties

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 Command-line string to run in a native process.
arg-line Command-line argument string to pass to the native executable.
env-var.<envvar name> 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.


Related:

  • Configure the batch environment
  • Job scheduler integration with external schedulers
  • WSGrid command-line utility
  • Batch job properties
  • WSGrid properties file examples