aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.py')
-rw-r--r--config/config.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.py b/config/config.py
index 49fd234..3486a40 100644
--- a/config/config.py
+++ b/config/config.py
@@ -28,7 +28,10 @@ PARAMS = {'sched' : 'scheduler', # Scheduler used by run_exps
28 'copts' : 'config-options', # Required kernel configuration options 28 'copts' : 'config-options', # Required kernel configuration options
29 'cycles' : 'clock-frequency', # Frequency run_exps was run with 29 'cycles' : 'clock-frequency', # Frequency run_exps was run with
30 'tasks' : 'tasks', # Number of tasks 30 'tasks' : 'tasks', # Number of tasks
31 'trial' : 'trial' # For multiple exps with same config 31 'trial' : 'trial', # For multiple exps with same config
32 'pre' : 'pre-experiment', # Run before each experiment
33 'post' : 'post-experiment', # Run after each experiment
34 'trace' : 'tracers' # Tracers to run with an experiment
32 } 35 }
33 36
34'''Default values for program options.''' 37'''Default values for program options.'''