blob: 0b5e7d29b2ed93c8570cdc531991ee599d503f31 [file] [log] [blame]
#
# 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.
#
# control file to create a random-like submission of jobs for batch submission
# This represents jobs submitted over approximately 36 hours real time
# Compression of 96 and spread 900 gives a good 15-20 minute test on test system with
# 136 15-G 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 # classes
scheduling.classes.normal = 75
# job mem requirements are set to increase probability of fragmentation in
# mixed machines of 31, 47, and 79GB. The key is lots of 15G jobs, which
# occupy "holes" and make it hard to fit things without defragmentation.
job.memory = 15 28 37 # memorys to assign
job.memory.15 = 40
job.memory.28 = 20
job.memory.37 = 30
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
submission.spread = 900 # number of *seconds* to try to spread submission over
compression = 96 # comporession for timings