-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.goal
More file actions
201 lines (193 loc) · 3.74 KB
/
schedule.goal
File metadata and controls
201 lines (193 loc) · 3.74 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
num_ranks 8
rank 0 {
l1: send 512b to 1 tag 0
l2: recv 512b from 1 tag 0
l3: calc 100
l4: send 256b to 2 tag 0
l4 requires l3
l5: recv 256b from 2 tag 0
l6: calc 100
l7: send 128b to 4 tag 0
l7 requires l6
l8: recv 128b from 4 tag 0
l9: calc 100
l10: send 128b to 4 tag 0
l10 requires l9
l11: recv 128b from 4 tag 0
l12: calc 100
l13: send 256b to 2 tag 0
l13 requires l12
l14: recv 256b from 2 tag 0
l15: calc 100
l16: send 512b to 1 tag 0
l16 requires l15
l17: recv 512b from 1 tag 0
}
rank 1 {
l1: send 512b to 0 tag 0
l2: recv 512b from 0 tag 0
l3: calc 100
l4: send 256b to 3 tag 0
l4 requires l3
l5: recv 256b from 3 tag 0
l6: calc 100
l7: send 128b to 5 tag 0
l7 requires l6
l8: recv 128b from 5 tag 0
l9: calc 100
l10: send 128b to 5 tag 0
l10 requires l9
l11: recv 128b from 5 tag 0
l12: calc 100
l13: send 256b to 3 tag 0
l13 requires l12
l14: recv 256b from 3 tag 0
l15: calc 100
l16: send 512b to 0 tag 0
l16 requires l15
l17: recv 512b from 0 tag 0
}
rank 2 {
l1: send 512b to 3 tag 0
l2: recv 512b from 3 tag 0
l3: calc 100
l4: send 256b to 0 tag 0
l4 requires l3
l5: recv 256b from 0 tag 0
l6: calc 100
l7: send 128b to 6 tag 0
l7 requires l6
l8: recv 128b from 6 tag 0
l9: calc 100
l10: send 128b to 6 tag 0
l10 requires l9
l11: recv 128b from 6 tag 0
l12: calc 100
l13: send 256b to 0 tag 0
l13 requires l12
l14: recv 256b from 0 tag 0
l15: calc 100
l16: send 512b to 3 tag 0
l16 requires l15
l17: recv 512b from 3 tag 0
}
rank 3 {
l1: send 512b to 2 tag 0
l2: recv 512b from 2 tag 0
l3: calc 100
l4: send 256b to 1 tag 0
l4 requires l3
l5: recv 256b from 1 tag 0
l6: calc 100
l7: send 128b to 7 tag 0
l7 requires l6
l8: recv 128b from 7 tag 0
l9: calc 100
l10: send 128b to 7 tag 0
l10 requires l9
l11: recv 128b from 7 tag 0
l12: calc 100
l13: send 256b to 1 tag 0
l13 requires l12
l14: recv 256b from 1 tag 0
l15: calc 100
l16: send 512b to 2 tag 0
l16 requires l15
l17: recv 512b from 2 tag 0
}
rank 4 {
l1: send 512b to 5 tag 0
l2: recv 512b from 5 tag 0
l3: calc 100
l4: send 256b to 6 tag 0
l4 requires l3
l5: recv 256b from 6 tag 0
l6: calc 100
l7: send 128b to 0 tag 0
l7 requires l6
l8: recv 128b from 0 tag 0
l9: calc 100
l10: send 128b to 0 tag 0
l10 requires l9
l11: recv 128b from 0 tag 0
l12: calc 100
l13: send 256b to 6 tag 0
l13 requires l12
l14: recv 256b from 6 tag 0
l15: calc 100
l16: send 512b to 5 tag 0
l16 requires l15
l17: recv 512b from 5 tag 0
}
rank 5 {
l1: send 512b to 4 tag 0
l2: recv 512b from 4 tag 0
l3: calc 100
l4: send 256b to 7 tag 0
l4 requires l3
l5: recv 256b from 7 tag 0
l6: calc 100
l7: send 128b to 1 tag 0
l7 requires l6
l8: recv 128b from 1 tag 0
l9: calc 100
l10: send 128b to 1 tag 0
l10 requires l9
l11: recv 128b from 1 tag 0
l12: calc 100
l13: send 256b to 7 tag 0
l13 requires l12
l14: recv 256b from 7 tag 0
l15: calc 100
l16: send 512b to 4 tag 0
l16 requires l15
l17: recv 512b from 4 tag 0
}
rank 6 {
l1: send 512b to 7 tag 0
l2: recv 512b from 7 tag 0
l3: calc 100
l4: send 256b to 4 tag 0
l4 requires l3
l5: recv 256b from 4 tag 0
l6: calc 100
l7: send 128b to 2 tag 0
l7 requires l6
l8: recv 128b from 2 tag 0
l9: calc 100
l10: send 128b to 2 tag 0
l10 requires l9
l11: recv 128b from 2 tag 0
l12: calc 100
l13: send 256b to 4 tag 0
l13 requires l12
l14: recv 256b from 4 tag 0
l15: calc 100
l16: send 512b to 7 tag 0
l16 requires l15
l17: recv 512b from 7 tag 0
}
rank 7 {
l1: send 512b to 6 tag 0
l2: recv 512b from 6 tag 0
l3: calc 100
l4: send 256b to 5 tag 0
l4 requires l3
l5: recv 256b from 5 tag 0
l6: calc 100
l7: send 128b to 3 tag 0
l7 requires l6
l8: recv 128b from 3 tag 0
l9: calc 100
l10: send 128b to 3 tag 0
l10 requires l9
l11: recv 128b from 3 tag 0
l12: calc 100
l13: send 256b to 5 tag 0
l13 requires l12
l14: recv 256b from 5 tag 0
l15: calc 100
l16: send 512b to 6 tag 0
l16 requires l15
l17: recv 512b from 6 tag 0
}