Changes between Version 21 and Version 22 of WikiStart
- Timestamp:
- 12/17/10 18:19:57 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v21 v22 81 81 returns remembered job state without communicating with DRM for 82 82 `cache_job_state` seconds since last update. By default library 83 conforms to specification (no caching will be performed).83 conforms to the specification (no caching will be performed). 84 84 85 85 Type: integer, default: 0 … … 87 87 job_categories 88 88 Dictionary of job categories. Its keys are job categories names 89 mapped to [ =#native_specification native specification] strings. Attributes set by job89 mapped to [#native_specification native specification] strings. Attributes set by job 90 90 category can be overridden by corresponding DRMAA attributes or 91 91 native specification. Special category name `default` is used when … … 128 128 @ll_cmd_keyword1 = value @ll_cmd_keyword2 = value1 value2 value3 129 129 }}} 130 where the `ll_cmd_keyword` can be any of the [ =#keyword keyword] accepted by the !LoadLeveler. It is user130 where the `ll_cmd_keyword` can be any of the [#keyword keyword] accepted by the !LoadLeveler. It is user 131 131 responsibility to provide legal combination of the `drmaa_native_specification`/`drmaa_job_category` 132 132 and the other DRMAA attributes.