-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.sh
More file actions
executable file
·91 lines (78 loc) · 1.39 KB
/
run.sh
File metadata and controls
executable file
·91 lines (78 loc) · 1.39 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#!/bin/bash
#PBS -l walltime=00:10:00
module load gsl-gcc/1.14
#./buss 10 \
# 3 \
# 41 `seq 0 40` \
# 35 1 0 0 \
# 32 1 0 0 \
# 30 1 0 0 \
# 0 1 \
# H 6 \
# 100 w
###########################################################
# Fri Jul 27 15:59:52 EST 2012
# Investigate 5 locs with < 41 endpoints
# when 5 locations have tt 30 15 0 15 30
#
#./buss 1000 \
# 5 \
# 5 0 10 20 30 40 \
# 30 1 0.03 0.01\
# 15 3 0.03 0.01\
# 0 6 0.03 0.01\
# 15 3 0.03 0.01\
# 30 1 0.03 0.01\
# 1 1 \
# N 15 \
# 100 w
# when 5 locations have tt 29 10 0 10 29
#./buss 1000 \
# 5 \
# 5 0 10 20 30 40 \
# 29 1 0.03 0.01\
# 10 3 0.03 0.01\
# 0 6 0.03 0.01\
# 10 3 0.03 0.01\
# 29 1 0.03 0.01\
# 1 1 \
# N 15 \
# 100 w
# When 1 location has tt 30, 29 0
# with bimodal pdf at 30
#./buss 1000 \
# 1 \
# 41 `seq 0 40` \
# 0 6 0.03 0.01\
# 50 1 \
# S 1.5 \
# 100 w
###########################################################
# Tue Jul 31 15:23:13 EST 2012
#
# Why does A=0, B=33, C=31 do poorly for A?
#./buss 1000 \
# 3 \
# 41 `seq 0 40` \
# 0 6 0.03 0.01\
# 33 1 0.03 0.01\
# 31 1 0.03 0.01\
# 0 1 \
# P 1.5\
# 100 w
./buss 20 \
3 \
41 `seq 0 40` \
20 2 0.03 0.01\
20 2 0.03 0.01\
20 2 0.03 0.01\
1 1 \
H 6 \
100 w
#./buss 20 \
# 1 \
# 41 `seq 0 40` \
# 20 2 0.03 0.01\
# 1 1 \
# P 1.5 \
# 100 w