# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # These jobs represent approximately 144 hours real time; adjust compression accordingly # Compresion of 12 and spread of 42000 produces a good 12 hour test on a system with 136 15G shares random.seed = 0 # a number, for determinate randoms # or TOD, and the seed will use # current time of day src.dir = jobs.in # where the jobs are dest.dir = jobs # where to put prepared jobs scheduling.classes = normal normal-all normal-p7 # classes scheduling.classes.normal = 33 scheduling.classes.normal-all = 33 scheduling.classes.normal-p7 = 34 job.services = 0 1 2 3 4 5 job.services.0 = 25 job.services.1 = 25 job.services.2 = 25 job.services.3 = 25 job.services.4 = 25 job.services.5 = 25 job.memory = 13 28 37 # memorys to assign job.memory.13 = 30 job.memory.28 = 40 job.memory.37 = 30 submission.spread = 42000 # number of *seconds* to try to spread submission over # 0 means real time # <= means use compression across realtim compression = 12 # comporession for timings