Revision 20,
657 bytes
checked in by mmatloka, 14 years ago
(diff) |
svn:keywords
|
-
Property svn:keywords set to
Id Revision
|
Rev | Line | |
---|
[20] | 1 | ## $Id$ |
---|
[1] | 2 | ## ll_drmaa.conf.example - Sample ll_drmaa configuration file. |
---|
| 3 | |
---|
| 4 | ## Cache job state for number of seconds. If set to positive integer |
---|
| 5 | ## `drmaa_job_ps()` returns remembered job state without communicating with |
---|
| 6 | ## DRM for `cache_job_state` seconds since last update. By default it is |
---|
| 7 | ## 0 meaning no caching will be performed. |
---|
| 8 | #cache_job_state: 5, |
---|
| 9 | |
---|
| 10 | ## Attrubute which deciedes if job should be terminated when gets LoadLeveler vacated state or not. |
---|
| 11 | #terminate_job_on_vacated: 1, |
---|
| 12 | |
---|
| 13 | ## Mapping of `drmaa_job_category` values to native specification. |
---|
| 14 | job_categories: { |
---|
| 15 | #default: "@wall_clock_limit = 2:00:00", |
---|
| 16 | parallel: "@ job_type = parallel", |
---|
| 17 | }, |
---|
| 18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.