10 |
# static_ldif_file is the file containing the static version of the |
# static_ldif_file is the file containing the static version of the |
11 |
# required LDIF output. It is used here to search for the |
# required LDIF output. It is used here to search for the |
12 |
# GlueCEUniqueIDs and the VOs associated with each one. |
# GlueCEUniqueIDs and the VOs associated with each one. |
13 |
static_ldif_file: @CONFIGDIR@/static-file-CE.ldif |
static_ldif_file: @TARGPREFIX@/@CONFIGSUFFIX@/static-file-CE.ldif |
14 |
|
|
15 |
# vomap is a list of key : value pairs. They deal with the situation |
# vomap is a list of key : value pairs. They deal with the situation |
16 |
# where the group names reported by the two backends (LRMS and scheduler) |
# where the group names reported by the two backends (LRMS and scheduler) |
54 |
[LRMS] |
[LRMS] |
55 |
# one could put a command here that generates data to stdout, or |
# one could put a command here that generates data to stdout, or |
56 |
# cat a file that has been generated by other means |
# cat a file that has been generated by other means |
57 |
lrms_backend_cmd : @SCRIPTDIR@/lrmsinfo-pbs |
lrms_backend_cmd : @TARGPREFIX@/@SCRIPTSUFFIX@/lrmsinfo-pbs |
58 |
|
|
59 |
[Scheduler] |
[Scheduler] |
60 |
# same with the option below. Note that the entire Scheduler section |
# same with the option below. Note that the entire Scheduler section |
61 |
# is optional, the generic script contains defaults should Scheduler |
# is optional, the generic script contains defaults should Scheduler |
62 |
# be absent. |
# be absent. |
63 |
vo_max_jobs_cmd : @SCRIPTDIR@/vomaxjobs-maui |
vo_max_jobs_cmd : @TARGPREFIX@/@SCRIPTSUFFIX@/vomaxjobs-maui |
64 |
|
|
65 |
cycle_time : 0 |
cycle_time : 0 |