Revision 5,
503 bytes
checked in by mmatloka, 14 years ago
(diff) |
svn:keywords
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | ## $Id$ |
---|
2 | ## slurm_drmaa.conf.example - Sample slurm_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 | ## Mapping of `drmaa_job_category` values to native specification. |
---|
11 | job_categories: { |
---|
12 | #default: "--share", |
---|
13 | exclusive: "--exclusive", |
---|
14 | }, |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.