## $Id: ll_drmaa.conf.example 220 2010-05-24 17:42:49Z mmatloka $ ## ll_drmaa.conf.example - Sample ll_drmaa configuration file. ## Cache job state for number of seconds. If set to positive integer ## `drmaa_job_ps()` returns remembered job state without communicating with ## DRM for `cache_job_state` seconds since last update. By default it is ## 0 meaning no caching will be performed. #cache_job_state: 5, ## Attrubute which deciedes if job should be terminated when gets LoadLeveler vacated state or not. #terminate_job_on_vacated: 1, ## Mapping of `drmaa_job_category` values to native specification. job_categories: { #default: "@wall_clock_limit = 2:00:00", parallel: "@ job_type = parallel", },