-
Notifications
You must be signed in to change notification settings - Fork 4
/
all.sh
executable file
·68 lines (35 loc) · 2.7 KB
/
all.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#!/bin/bash
#screen -dm bash -c './waf --run "scratch/ICON --load=0.2 --incastdegree=20 --dctcp=1 --filename=L20I20coms.txt --runtime=0.250" ; python calc_fct.py -i L20I20coms.txt'
#sleep 2
#screen -dm bash -c './waf --run "scratch/ICON --load=0.4 --incastdegree=20 --dctcp=1 --filename=L40I20coms.txt --runtime=0.150" ; python calc_fct.py -i L40I20coms.txt'
#sleep 2
#screen -dm bash -c './waf --run "scratch/ICON --load=0.6 --incastdegree=20 --dctcp=1 --filename=L60I20coms.txt --runtime=0.100" ; python calc_fct.py -i L60I20coms.txt'
#sleep 2
#screen -dm bash -c './waf --run "scratch/ICON --load=0.8 --incastdegree=20 --dctcp=1 --filename=L80I20coms.txt --runtime=0.05" ; python calc_fct.py -i L80I20coms.txt'
#sleep 2
#screen -dm bash -c './waf --run "scratch/ICON --load=0.2 --incastdegree=26 --dctcp=1 --filename=L20I26coms.txt --runtime=0.250" ; python calc_fct.py -i L20I26coms.txt'
#sleep 4
#screen -dm bash -c './waf --run "scratch/ICON --load=0.4 --incastdegree=26 --dctcp=1 --filename=L40I26coms.txt --runtime=0.150" ; python calc_fct.py -i L40I26coms.txt'
#sleep 4
#screen -dm bash -c './waf --run "scratch/ICON --load=0.6 --incastdegree=26 --dctcp=1 --filename=L60I26coms.txt --runtime=0.100" ; python calc_fct.py -i L60I26coms.txt'
#sleep 4
#screen -dm bash -c './waf --run "scratch/ICON --load=0.8 --incastdegree=26 --dctcp=1 --filename=L80I26coms.txt --runtime=0.05" ; python calc_fct.py -i L80I26coms.txt'
screen -dm bash -c './waf --run "scratch/ICON --load=0.2 --incastdegree=32 --dctcp=1 --filename=L20I32coms.txt --runtime=0.250" ; python calc_fct.py -i L20I32coms.txt'
sleep 2
screen -dm bash -c './waf --run "scratch/ICON --load=0.4 --incastdegree=32 --dctcp=1 --filename=L40I32coms.txt --runtime=0.150" ; python calc_fct.py -i L40I32coms.txt'
sleep 2
screen -dm bash -c './waf --run "scratch/ICON --load=0.6 --incastdegree=32 --dctcp=1 --filename=L60I32coms.txt --runtime=0.100" ; python calc_fct.py -i L60I32coms.txt'
sleep 2
screen -dm bash -c './waf --run "scratch/ICON --load=0.8 --incastdegree=32 --dctcp=1 --filename=L80I32coms.txt --runtime=0.05" ; python calc_fct.py -i L80I32coms.txt'
#screen -dm python calc_fct.py -i L20I20coms.txt
#screen -dm python calc_fct.py -i L40I20coms.txt
#screen -dm python calc_fct.py -i L60I20coms.txt
#screen -dm python calc_fct.py -i L80I20coms.txt
#screen -dm python calc_fct.py -i L20I26coms.txt
#screen -dm python calc_fct.py -i L40I26coms.txt
#screen -dm python calc_fct.py -i L60I26coms.txt
#screen -dm python calc_fct.py -i L80I26coms.txt
#screen -dm python calc_fct.py -i L20I32coms.txt
#screen -dm python calc_fct.py -i L40I32coms.txt
#screen -dm python calc_fct.py -i L60I32coms.txt
#screen -dm python calc_fct.py -i L80I32coms.txt