-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildCW.sh
executable file
·47 lines (42 loc) · 1.01 KB
/
buildCW.sh
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
for doc_limit in 1000000 2000000 4000000 8000000
do
for t in 25 50 100
do
./build -doc_limit $doc_limit -t $t >> exp_records/build_opm.txt
done
done
# for tokenNum in 16000 32000 64000 128000
# do
# ./buildCompatWindows -doc_limit 8000000 -t 50 -k 32 -tokenNum $tokenNum >> exp3.txt
# done
# do
# ./buildCompatWindows -t 25 -k 4 >>exp1.txt
# done
# for k in 1 2 4
# do
# for t in 25 50 100
# do
# ./buildLargeNumWindows -k $k -t $t >> ./expRecord/buildExp/pile_${k}_${t}.txt
# done
# done
# for k in 1 2 4
# do
# for t in 25 50 100
# do
# ./mergeCw -k $k -t $t >> ./expRecord/buildExp/merged_pile_${k}_${t}.txt
# done
# done
# for doc_limit in 26325966 52651932 105303864
# do
# for t in 25 50 100
# do
# ./buildLargeNumWindows -k 1 -t $t -doc_limit $doc_limit >> ./expRecord/buildExp/pile_${t}_${doc_limit}.txt
# done
# done
# for doc_limit in 26325966 52651932 105303864
# do
# for t in 25 50 100
# do
# ./mergeCw -k 1 -t $t -doc_limit $doc_limit >> ./expRecord/buildExp/merged_pile_${t}_${doc_limit}.txt
# done
# done