summaryrefslogtreecommitdiffstats
path: root/run_case_study_dag.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_case_study_dag.py')
-rwxr-xr-xrun_case_study_dag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_case_study_dag.py b/run_case_study_dag.py
index 716c89b..65314a8 100755
--- a/run_case_study_dag.py
+++ b/run_case_study_dag.py
@@ -99,7 +99,7 @@ def main(pathName):
99 ### Allocate Cache Ways ### 99 ### Allocate Cache Ways ###
100 run('mount -t resctrl resctrl /sys/fs/resctrl') 100 run('mount -t resctrl resctrl /sys/fs/resctrl')
101 # run('sudo echo "L3:0=0000;1=0000;2=0000;3=ffff" | sudo tee /sys/fs/resctrl/schemata') 101 # run('sudo echo "L3:0=0000;1=0000;2=0000;3=ffff" | sudo tee /sys/fs/resctrl/schemata')
102 run('sudo echo "L3:0=0000;1=0000;2=0000;3=000f" | sudo tee /sys/fs/resctrl/schemata') 102 # run('sudo echo "L3:0=0000;1=0000;2=0000;3=000f" | sudo tee /sys/fs/resctrl/schemata')
103 for core in range(16): 103 for core in range(16):
104 if core not in all_cores: 104 if core not in all_cores:
105 continue 105 continue