source: trunk/slurm_drmaa/slurm_drmaa.conf.example @ 1

Revision 1, 564 bytes checked in by mmatloka, 14 years ago (diff)

init commit

Line 
1## $Id: slurm_drmaa.conf.example 300 2010-09-18 23:43:21Z mmatloka $
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.
11job_categories: {
12  #default: "--share",
13  exclusive: "--exclusive",
14},
15
Note: See TracBrowser for help on using the repository browser.