Changes between Version 25 and Version 26 of DSC/zdc_framework
- Timestamp:
- Aug 13, 2013, 3:32:41 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zdc_framework
v25 v26 128 128 Use the '''system:exp:dsc-match''' OEDL script to run the match. The script will start the packet server, start the transmitter and receiver for all teams and release the packet source, wait for 180 seconds and then terminate the match. 129 129 [[BR]] [[BR]] 130 For competitive matches, the command line is:130 * For competitive matches, the command line is: 131 131 {{{ 132 132 username@console.grid:~$ omf exec system:exp:dsc-match -- --mode COMP 133 133 }}} 134 135 [[CollapsibleStart(Competitive match output)]] 136 * The output of the competitive match should look similar to the following: 134 [[CollapsibleStart(Competitive match output)]] 135 The output of the competitive match should look similar to the following: 137 136 {{{ 138 137 username@console.grid:~# omf exec system:exp:dsc-match -- --mode COMP … … 180 179 username@console.grid:~# 181 180 }}} 182 [[CollapsibleEnd]]183 184 For cooperative matches, the command line is:181 [[CollapsibleEnd]] 182 183 * For cooperative matches, the command line is: 185 184 {{{ 186 185 username@console.grid:~$ omf exec system:exp:dsc-match -- --mode COOP 187 186 }}} 188 187 189 [[CollapsibleStart(Cooperative match output)]]190 *The output of the cooperative match should look similar to the following:188 [[CollapsibleStart(Cooperative match output)]] 189 The output of the cooperative match should look similar to the following: 191 190 {{{ 192 191 username@console.grid:~# omf exec system:exp:dsc-match -- --mode COOP … … 236 235 username@console.grid:~# 237 236 }}} 238 [[CollapsibleEnd]]237 [[CollapsibleEnd]] 239 238 240 239 After each run, the team will receive a notification email ONLY if at least one packet was successful received by the packet server. The team image will be considered for the tournament evaluation if it was successfully verified (i.e. notification email was received) for '''both''' competitive and cooperative matches and if image filename and MD5 checksum matches the ones in the email. 241 240 242 [[CollapsibleStart(Competitive match notification email)]]241 [[CollapsibleStart(Competitive match notification email)]] 243 242 {{{ 244 243 Subject: DSC Match Result … … 254 253 Receiver = node2-1.grid.orbit-lab.org, Imaged by: seskar, Imaged on: 2013-07-18 at 22:21:04 255 254 }}} 256 [[CollapsibleEnd]]257 258 [[CollapsibleStart(Cooperative match notification email)]]255 [[CollapsibleEnd]] 256 257 [[CollapsibleStart(Cooperative match notification email)]] 259 258 {{{ 260 259 Subject: DSC Match Result … … 274 273 Receiver = node2-1.grid.orbit-lab.org, Imaged by: seskar, Imaged on: 2013-07-18 at 22:21:04 275 274 }}} 276 [[CollapsibleEnd]]275 [[CollapsibleEnd]] 277 276 278 277 Turn the nodes off … … 302 301 }}} 303 302 * The output of the 30 second matches should look similar to the following: 304 [[CollapsibleStart(Competitive match output on the sanbox)]]303 [[CollapsibleStart(Competitive match output on the sandbox)]] 305 304 {{{ 306 305 console.sb2:~# omf exec system:exp:dsc-test -- --mode COMP --runtime 30 … … 339 338 INFO run: Experiment default_slice-2013-08-12t20.55.32.533-04.00 finished after 0:52 340 339 }}} 341 [[CollapsibleEnd]]342 343 [[CollapsibleStart(Cooperative match output on the sandbox)]]340 [[CollapsibleEnd]] 341 342 [[CollapsibleStart(Cooperative match output on the sandbox)]] 344 343 {{{ 345 344 console.sb2:~# omf exec system:exp:dsc-test -- --mode COOP --runtime 30 … … 377 376 INFO run: Experiment default_slice-2013-08-12t21.00.56.411-04.00 finished after 0:52 378 377 }}} 379 [[CollapsibleEnd]]378 [[CollapsibleEnd]] 380 379 381 380 Please note that the sandboxes use different frequencies in order to minimize the interference, are not going to produce the scoring email (the score is printed on the screen only) and that your code must support the scoring server hostname option (since the scoring server is running on respective consoles of each of the sandboxes).