diff options
| author | leochanj105 <leochanj@live.unc.edu> | 2021-10-28 19:44:32 -0400 |
|---|---|---|
| committer | leochanj105 <leochanj@live.unc.edu> | 2021-10-28 19:44:32 -0400 |
| commit | 4594cbad87d09a99555234a8c455ff8a10766719 (patch) | |
| tree | 198614ce95d57e75b994dd98d202d602d52bfd58 /run_case_study_dag.py | |
| parent | edfb01f94b56fcc3e3bc7098e233fcbbb862b462 (diff) | |
no more last task deadline misses!
Diffstat (limited to 'run_case_study_dag.py')
| -rwxr-xr-x | run_case_study_dag.py | 2 |
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 |
