Revision 1,
715 bytes
checked in by mariusz, 14 years ago
(diff) |
drmaa ll initial commit
|
Line | |
---|
1 | ## $Id: ll_drmaa.conf.example 220 2010-05-24 17:42:49Z mmatloka $ |
---|
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.