# 
# $Copyright
# Copyright 1993, 1994 , 1995 Intel Corporation
# INTEL CONFIDENTIAL
# The technical data and computer software contained herein are subject
# to the copyright notices; trademarks; and use and disclosure
# restrictions identified in the file located in /etc/copyright on
# this system.
# Copyright$
# 
 
#
# Copyright (c) 1992-1995, Locus Computing Corporation
# All rights reserved
#
# HISTORY
# $Log: parameters,v $
# Revision 1.5  1995/02/02  00:25:46  bolsen
#  Reviewer(s): Jerry Toman
#  Risk: Medium (lots of files)
#  Module(s): Too many to list
#  Configurations built: STD, LITE, & RAMDISK
#
#  Added or Updated the Locus Copyright message.
#
# Revision 1.4  1994/11/18  21:05:25  mtm
# Copyright additions/changes
#
# Revision 1.3  1994/02/04  01:41:28  slk
#  Reviewer: Brent Olsen
#  Risk: Low
#  Benefit or PTS #: 7176	and update VSTNC.
#  Testing: Built, Ran VSTNC
#  Module(s):
#
# Revision 3.2  93/07/12  17:23:52  yazz
# Changed minimum_underload parameter from 2.0 to 1.0 .
# 
# Revision 3.1  92/12/03  10:15:02  mbarnett
# Made changes in parameters file to accomodate recent changes to the load 
# leveler daemon.  The parameter per_process_avg_load was added and the 
# parameters send_timeout and re_dispatch_timeout were made into floating point
# values.  This is part of the fix for bug #0121.
# 
# Revision 3.6  92/10/23  15:41:24  mbarnett
# Made changes to allow the "send_timeout" and "re_dispatch_timeout" values to
# be entered in fractions of seconds in order to accomodate microseconds 
# precision.
# 
# Revision 3.5  92/10/08  16:02:21  mbarnett
# Added new configurable parameter "per_process_avg_load".
# 
# Revision 3.4  92/06/15  13:09:58  mbarnett
# Added parameters "minimum_cputime" and "nodes_to_use".  Also, the default
# parameter values were modified to be more optimal.
# 
# Revision 3.1  92/05/13  08:34:57  mbarnett
# Changed names of weight factors to make them more os independent.
# 
# Revision 3.0  92/03/30  08:49:26  mbarnett
# initial check_in
# 
#
# This file specifies the parameters used by the load leveler daemon

send_timeout=		 5.0	# frequency in secs for sending load info.
re_dispatch_timeout=     7.0	# frequency in seconds for re-dispatching procs
first_weight_factor=	 50	# 5 second weight factor 
second_weight_factor=	 25	# 30 second weight factor
third_weight_factor=	 25	# 1 minute weight factor
number_vector_elements=	 8	# number of load vector elements
inclusion_list=		 1	# 0 = exclusion list, 1 = inclusion list
minimum_underload=       1.0	# node is underloaded if underload >=parameter
minimum_overload=        1.0    # node is overloaded if overload >=parameter
minimum_cputime=         0.01   # minimum runtime of process for migration
per_process_avg_load=    1.0	# average load generated by a single process
nodes_to_use=                   # defaults to all nodes 
