aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-03-18 14:24:35 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2013-03-18 14:24:35 -0400
commit57f52d18ca984a6328a04edbc1854407005e89cf (patch)
treec9f15a12db30f270c95136e6a89b138ec400a531 /config/config.py
parent0b49f91cd3f0e35acc6e3eeebf11f8d69aac834f (diff)
Allow users to specify required kernel configuration options.
Diffstat (limited to 'config/config.py')
-rw-r--r--config/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.py b/config/config.py
index a6edece..75130fd 100644
--- a/config/config.py
+++ b/config/config.py
@@ -25,6 +25,7 @@ FILES = {'ft_data' : 'ft.bin',
25PARAMS = {'sched' : 'scheduler', # Scheduler used by run_exps 25PARAMS = {'sched' : 'scheduler', # Scheduler used by run_exps
26 'dur' : 'duration', # Duration of tests in run_exps 26 'dur' : 'duration', # Duration of tests in run_exps
27 'kernel' : 'uname', # Regex of required OS name in run_exps 27 'kernel' : 'uname', # Regex of required OS name in run_exps
28 'copts' : 'config-options', # Required kernel configuration options
28 'cycles' : 'clock-frequency', # Frequency run_exps was run with 29 'cycles' : 'clock-frequency', # Frequency run_exps was run with
29 'tasks' : 'tasks', # Number of tasks 30 'tasks' : 'tasks', # Number of tasks
30 'trial' : 'trial' # For multiple exps with same config 31 'trial' : 'trial' # For multiple exps with same config