From 4594cbad87d09a99555234a8c455ff8a10766719 Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Thu, 28 Oct 2021 19:44:32 -0400 Subject: no more last task deadline misses! --- run_case_study_dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_case_study_dag.py') 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): ### Allocate Cache Ways ### run('mount -t resctrl resctrl /sys/fs/resctrl') # run('sudo echo "L3:0=0000;1=0000;2=0000;3=ffff" | sudo tee /sys/fs/resctrl/schemata') - run('sudo echo "L3:0=0000;1=0000;2=0000;3=000f" | sudo tee /sys/fs/resctrl/schemata') + # run('sudo echo "L3:0=0000;1=0000;2=0000;3=000f" | sudo tee /sys/fs/resctrl/schemata') for core in range(16): if core not in all_cores: continue -- cgit v1.2.2