-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcannon_tests.sh
executable file
·45 lines (31 loc) · 1.58 KB
/
cannon_tests.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
#!/bin/bash
# n = 2520
./submit.sh -n 2520 -p 4 -l 1 -q 0.5m0.5 -k 2 -t cannon
./submit.sh -n 2520 -p 3 -l 3 -q 0.5m0.5 -k 2 -t cannon
./submit.sh -n 2520 -p 4 -l 1 -q 0.5m0.5 -k 3 -t cannon
./submit.sh -n 2520 -p 3 -l 3 -q 0.5m0.5 -k 3 -t cannon
./submit.sh -n 2520 -p 4 -l 1 -q 0.5m0.5 -k 4 -t cannon
./submit.sh -n 2520 -p 3 -l 3 -q 0.5m0.5 -k 4 -t cannon
./submit.sh -n 2520 -p 4 -l 1 -q 0.5m0.5 -k 5 -t cannon
./submit.sh -n 2520 -p 3 -l 3 -q 0.5m0.5 -k 5 -t cannon
./submit.sh -n 2520 -p 4 -l 1 -q 0.5m0.5 -k 6 -t cannon
./submit.sh -n 2520 -p 3 -l 3 -q 0.5m0.5 -k 6 -t cannon
./submit.sh -n 2520 -p 4 -l 1 -q 0.5m0.5 -k 7 -t cannon
./submit.sh -n 2520 -p 3 -l 3 -q 0.5m0.5 -k 7 -t cannon
./submit.sh -n 2520 -p 4 -l 1 -q 0.5m0.5 -k 8 -t cannon
./submit.sh -n 2520 -p 3 -l 3 -q 0.5m0.5 -k 8 -t cannon
# n = 5040
./submit.sh -n 5040 -p 4 -l 1 -q 0.5m0.5 -k 2 -t cannon
./submit.sh -n 5040 -p 3 -l 3 -q 0.5m0.5 -k 2 -t cannon
./submit.sh -n 5040 -p 4 -l 1 -q 0.5m0.5 -k 3 -t cannon
./submit.sh -n 5040 -p 3 -l 3 -q 0.5m0.5 -k 3 -t cannon
./submit.sh -n 5040 -p 4 -l 1 -q 0.5m0.5 -k 4 -t cannon
./submit.sh -n 5040 -p 3 -l 3 -q 0.5m0.5 -k 4 -t cannon
./submit.sh -n 5040 -p 4 -l 1 -q 0.5m0.5 -k 5 -t cannon
./submit.sh -n 5040 -p 3 -l 3 -q 0.5m0.5 -k 5 -t cannon
./submit.sh -n 5040 -p 4 -l 1 -q 0.5m0.5 -k 6 -t cannon
./submit.sh -n 5040 -p 3 -l 3 -q 0.5m0.5 -k 6 -t cannon
./submit.sh -n 5040 -p 4 -l 1 -q 0.5m0.5 -k 7 -t cannon
./submit.sh -n 5040 -p 3 -l 3 -q 0.5m0.5 -k 7 -t cannon
./submit.sh -n 5040 -p 4 -l 1 -q 0.5m0.5 -k 8 -t cannon
./submit.sh -n 5040 -p 3 -l 3 -q 0.5m0.5 -k 8 -t cannon