Changes between Version 26 and Version 27 of DSC/zdc_framework
- Timestamp:
- Aug 13, 2013, 3:38:54 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zdc_framework
v26 v27 132 132 username@console.grid:~$ omf exec system:exp:dsc-match -- --mode COMP 133 133 }}} 134 [[CollapsibleStart(Competitive match output)]]135 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: 136 136 {{{ 137 137 username@console.grid:~# omf exec system:exp:dsc-match -- --mode COMP … … 179 179 username@console.grid:~# 180 180 }}} 181 [[CollapsibleEnd]]181 [[CollapsibleEnd]] 182 182 183 183 * For cooperative matches, the command line is: … … 186 186 }}} 187 187 188 [[CollapsibleStart(Cooperative match output)]]189 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: 190 190 {{{ 191 191 username@console.grid:~# omf exec system:exp:dsc-match -- --mode COOP … … 235 235 username@console.grid:~# 236 236 }}} 237 [[CollapsibleEnd]]237 [[CollapsibleEnd]] 238 238 239 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. … … 296 296 omf exec system:exp:dsc-test -- --mode COMP 297 297 }}} 298 or 299 {{{ 300 omf exec system:exp:dsc-test -- --mode COOP 301 }}} 302 * The output of the 30 second matches should look similar to the following: 303 [[CollapsibleStart(Competitive match output on the sandbox)]] 298 [[CollapsibleStart(Competitive match output on the sandbox)]] 299 The output of the 30 second competitive match should look similar to the following: 304 300 {{{ 305 301 console.sb2:~# omf exec system:exp:dsc-test -- --mode COMP --runtime 30 … … 338 334 INFO run: Experiment default_slice-2013-08-12t20.55.32.533-04.00 finished after 0:52 339 335 }}} 340 [[CollapsibleEnd]] 341 342 [[CollapsibleStart(Cooperative match output on the sandbox)]] 336 [[CollapsibleEnd]] 337 or 338 {{{ 339 omf exec system:exp:dsc-test -- --mode COOP 340 }}} 341 [[CollapsibleStart(Cooperative match output on the sandbox)]] 342 The output of the 30 second competitive match should look similar to the following: 343 343 {{{ 344 344 console.sb2:~# omf exec system:exp:dsc-test -- --mode COOP --runtime 30 … … 376 376 INFO run: Experiment default_slice-2013-08-12t21.00.56.411-04.00 finished after 0:52 377 377 }}} 378 [[CollapsibleEnd]]378 [[CollapsibleEnd]] 379 379 380 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).