File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ for i in {1..9}; do
2+ NODE=" node$i "
3+ scp ~ /distComp/conf.json $NODE :~ /distComp/conf.json
4+ done
Original file line number Diff line number Diff line change 1+ {
2+ "ghost_to_main_thresh" : {
3+ "1" : " Hit & Promote"
4+ },
5+ "small_skip_ratio" : {
6+ "0.0" : " Off" ,
7+ "0.1" : " Light Filter" ,
8+ "0.25" : " Anti-Scan"
9+ },
10+ "ghost_size_ratio" : {
11+ "3" : " Fixed. Maximize history info." ,
12+ "6" : " Large. Maximize history info."
13+ },
14+ "small_size_ratio" : {
15+ "0.01" : " Extra Small" ,
16+ "0.05" : " Static/Stable" ,
17+ "0.1" : " Default" ,
18+ "0.2" : " Dynamic/Churn"
19+ },
20+ "move_to_main_thresh" : {
21+ "1" : " Recency-friendly" ,
22+ "2" : " Balanced" ,
23+ "4" : " Scan-resistant"
24+ }
25+ }
Original file line number Diff line number Diff line change 66
77cachesim_path = "/mnt/cfs/_libCacheSim/_build/bin/cachesim"
88trace_list_path = "/mnt/cfs/_libCacheSim/grid_search/trace_lists.txt"
9- grid_config_path = "/mnt/cfs/_libCacheSim/grid_search/conf_2 .json"
9+ grid_config_path = "/mnt/cfs/_libCacheSim/grid_search/conf_3 .json"
1010
1111with open (trace_list_path , 'r' ) as f :
1212 data_path_list = f .readlines ()
You can’t perform that action at this time.
0 commit comments