diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-03-18 10:52:47 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-03-18 10:52:47 -0400 |
commit | 7200ba40d1283f56891697cd40df7a118f37d05e (patch) | |
tree | d9444fb6940745d46bc219bc998f51fb6bc7b37b /config/config.py | |
parent | 7e4e76d6e05e686023455e1553c3a42aee4e0540 (diff) |
Automatically merge experiments with the trial parameter.
Diffstat (limited to 'config/config.py')
-rw-r--r-- | config/config.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/config.py b/config/config.py index 31ef7c7..ec35ea6 100644 --- a/config/config.py +++ b/config/config.py | |||
@@ -20,11 +20,12 @@ FILES = {'ft_data' : 'ft.bin', | |||
20 | 'log_data' : 'trace.slog'} | 20 | 'log_data' : 'trace.slog'} |
21 | 21 | ||
22 | '''Default parameter names in params.py.''' | 22 | '''Default parameter names in params.py.''' |
23 | PARAMS = {'sched' : 'scheduler', # Scheduler used by run_exps | 23 | PARAMS = {'sched' : 'scheduler', # Scheduler used by run_exps |
24 | 'dur' : 'duration', # Duration of tests in run_exps | 24 | 'dur' : 'duration', # Duration of tests in run_exps |
25 | 'kernel' : 'uname', # Regex of required OS name in run_exps | 25 | 'kernel' : 'uname', # Regex of required OS name in run_exps |
26 | 'cycles' : 'clock-frequency', # Frequency run_exps was run with | 26 | 'cycles' : 'clock-frequency', # Frequency run_exps was run with |
27 | 'tasks' : 'tasks' # Number of tasks | 27 | 'tasks' : 'tasks', # Number of tasks |
28 | 'trial' : 'trial' # For multiple exps with same config | ||
28 | } | 29 | } |
29 | 30 | ||
30 | '''Default values for program options.''' | 31 | '''Default values for program options.''' |