-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollect_memory
31 lines (28 loc) · 2.76 KB
/
collect_memory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash
#python compile.py -color-ilp -collect-accesses tests/P1/sean2_list3.py > accesses_sean2_list3.txt
#python compile.py -collect-accesses tests/P1/sean2_list3.py >> accesses_sean2_list3.txt
#python compile.py -collect-accesses tests/P1/sean2_list3.py >> accesses_sean2_list3.txt
#python compile.py -collect-accesses tests/P1/sean2_list3.py >> accesses_sean2_list3.txt
#python compile.py -collect-accesses tests/P1/sean2_list3.py >> accesses_sean2_list3.txt
#python compile.py -collect-accesses tests/P1/sean2_list3.py >> accesses_sean2_list3.txt
#python compile.py -color-ilp -hybrid -balance 25 -collect-accesses tests/P1/sean2_list3.py >> accesses_sean2_list3.txt
#python compile.py -color-ilp -hybrid -balance 50 -collect-accesses tests/P1/sean2_list3.py >> accesses_sean2_list3.txt
#python compile.py -color-ilp -hybrid -balance 75 -collect-accesses tests/P1/sean2_list3.py >> accesses_sean2_list3.txt
#python compile.py -color-ilp -collect-accesses tests/P2/sean2_function5.py > accesses_sean2_function5.txt
#python compile.py -collect-accesses tests/P2/sean2_function5.py >> accesses_sean2_function5.txt
#python compile.py -collect-accesses tests/P2/sean2_function5.py >> accesses_sean2_function5.txt
#python compile.py -collect-accesses tests/P2/sean2_function5.py >> accesses_sean2_function5.txt
#python compile.py -collect-accesses tests/P2/sean2_function5.py >> accesses_sean2_function5.txt
#python compile.py -collect-accesses tests/P2/sean2_function5.py >> accesses_sean2_function5.txt
#python compile.py -color-ilp -hybrid -balance 25 -collect-accesses tests/P2/sean2_function5.py >> accesses_sean2_function5.txt
#python compile.py -color-ilp -hybrid -balance 50 -collect-accesses tests/P2/sean2_function5.py >> accesses_sean2_function5.txt
#python compile.py -color-ilp -hybrid -balance 75 -collect-accesses tests/P2/sean2_function5.py >> accesses_sean2_function5.txt
python compile.py -color-ilp -collect-accesses tests/P2/project_while.py > accesses_project_while.txt
python compile.py -collect-accesses tests/P2/project_while.py >> accesses_project_while.txt
python compile.py -collect-accesses tests/P2/project_while.py >> accesses_project_while.txt
python compile.py -collect-accesses tests/P2/project_while.py >> accesses_project_while.txt
python compile.py -collect-accesses tests/P2/project_while.py >> accesses_project_while.txt
python compile.py -collect-accesses tests/P2/project_while.py >> accesses_project_while.txt
python compile.py -color-ilp -hybrid -balance 25 -collect-accesses tests/P2/project_while.py >> accesses_project_while.txt
python compile.py -color-ilp -hybrid -balance 50 -collect-accesses tests/P2/project_while.py >> accesses_project_while.txt
python compile.py -color-ilp -hybrid -balance 75 -collect-accesses tests/P2/project_while.py >> accesses_project_while.txt