Changes between Version 23 and Version 24 of WikiStart
- Timestamp:
- 06/12/11 17:48:37 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v23 v24 172 172 173 173 DRMAA interface allows to pass DRM dependant job submission options. 174 Those options may be specified by setting s `drmaa_native_specification`. `drmaa_native_specification`175 accepts space delimited `qsub`. `qsub` 176 options which does not set job attributes (`-b`, `-z`, `-C`) as174 Those options may be specified by setting the `drmaa_native_specification` job template attribute. 175 The `drmaa_native_specification` accepts space delimited `qsub`-like 176 options. The library support most of `qsub` option, except those which does not set job attributes (e.g. `-b`, `-z`, `-C`) as 177 177 well as meant for submission of interactive jobs (`-I`, `-X`) or 178 to specify directories (`-d`, `-D`) are *not* supported.178 to specify directories (`-d`, `-D`). 179 179 Also instead of `-W` option following long options are accepted 180 180 within native specification: `--depend`, `--group-list`, `--stagein` … … 185 185 attributes. 186 186 187 Native specification strings with corresponding DRMAA attributes.187 The below table summarize valid native specification strings and corresponding DRMAA/PBS attributes: 188 188 189 189 ||= DRMAA attribute =||= PBS attribute =||= PBS resource native specification =||