Changes between Version 23 and Version 24 of WikiStart

Show
Ignore:
Timestamp:
06/12/11 17:48:37 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v23 v24  
    172172 
    173173DRMAA interface allows to pass DRM dependant job submission options. 
    174 Those options may be specified by settings `drmaa_native_specification`. `drmaa_native_specification` 
    175 accepts space delimited `qsub`. `qsub` 
    176 options which does not set job attributes (`-b`, `-z`, `-C`) as 
     174Those options may be specified by setting the `drmaa_native_specification` job template attribute.  
     175The  `drmaa_native_specification` accepts space delimited `qsub`-like 
     176options. The library support most of `qsub` option, except those which does not set job attributes (e.g. `-b`, `-z`, `-C`) as 
    177177well as meant for submission of interactive jobs (`-I`, `-X`) or 
    178 to specify directories (`-d`, `-D`) are *not* supported. 
     178to specify directories (`-d`, `-D`). 
    179179Also instead of `-W` option following long options are accepted 
    180180within native specification: `--depend`, `--group-list`, `--stagein` 
     
    185185attributes. 
    186186 
    187   Native specification strings with corresponding DRMAA attributes. 
     187  The below table summarize valid native specification strings and corresponding DRMAA/PBS attributes: 
    188188 
    189189||= DRMAA attribute =||= PBS attribute =||= PBS resource native specification =||