4.5.2.
Supported Elements
Up one level
List of the JSDL XML elements supported by the GRIA Job Service
The GRIA Job Service supports parts of the JSDL Specification, Version 1.0. This page gives a description of the elements that are supported. Any elements not listed here are ignored and not used by the GRIA Job Service.
| JSDL Element Name | Supported | Notes |
| JobIdentification | ||
| - JobName | Yes | Used to set the label of the job resource that is created |
| Application | ||
| - ApplicationName | Yes | Should be set to the application URI (eg. http://it-innovation.soton.ac.uk/grid/imagemagick/swirl) |
| - POSIXApplication | ||
| - Argument | Yes | Specifies a single commandline argument to pass to the application wrapper scripts |
| - FileSizeLimit | Partial | Only supported when using the LocalExecution plugin on POSIX |
| - CoreDumpLimit | Partial | Only supported when using the LocalExecution plugin on POSIX |
| - DataSegmentLimit | Partial | Only supported when using the LocalExecution plugin on POSIX |
| - LockedMemoryLimit | Partial | Only supported when using the LocalExecution plugin on POSIX |
| - OpenDescriptorsLimit | Partial | Only supported when using the LocalExecution plugin on POSIX |
| - StackSizeLimit | Partial | Only supported when using the LocalExecution plugin on POSIX |
| - CPUTimeLimit | Partial | Only supported when using the LocalExecution plugin on POSIX |
| - Output | Partial | Added transparently when using the LSF plugin on POSIX |
| - Error | Partial | Added transparently when using the LSF plugin on POSIX |
| - WorkingDirectory | Partial | Added transparently when using the LSF plugin on POSIX |
| - UserName | Partial | Added transparently when using the LSF plugin on POSIX |
| DataStaging | One DataStaging element should be provided for each input or output your job requires | |
| - "name" attribute | Yes | Should match one of the input/output names in the application metadata. If the metadata describes an array, the name should have a numerical suffix, indicating which element of the array the stager represents (eg. inputarray-0, inputarray-1, etc.) |
| - FileName | Yes | Used as above if the "name" attribute is not specified |
| - DeleteOnTermination | Partial | Removed, when using the LSF plugin |
| Resources | ||
| - IndividualCPUSpeed | Partial | See Support for Resource Elements |
| - IndividualCPUTime | Partial | See Support for Resource Elements |
| - IndividualCPUCount | Partial | See Support for Resource Elements |
| - IndividualPhysicalMemory | Partial | See Support for Resource Elements |
| - IndividualVirtualMemory | Partial | See Support for Resource Elements |
| - IndividualDiskSpace | Partial | See Support for Resource Elements |
| - TotalCPUTime | Partial | See Support for Resource Elements |
| - TotalCPUCount | Partial | See Support for Resource Elements |
| - TotalPhysicalMemory | Partial | See Support for Resource Elements |
| - TotalVirtualMemory | Partial | See Support for Resource Elements |
| - TotalDiskSpace | Partial | See Support for Resource Elements |
