Changes between Version 26 and Version 27 of DSC/zdc_framework


Ignore:
Timestamp:
Aug 13, 2013, 3:38:54 AM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework

    v26 v27  
    132132username@console.grid:~$ omf exec system:exp:dsc-match -- --mode COMP
    133133}}}
    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:
    136136{{{
    137137username@console.grid:~# omf exec system:exp:dsc-match -- --mode COMP
     
    179179username@console.grid:~#
    180180}}}
    181   [[CollapsibleEnd]]
     181     [[CollapsibleEnd]]
    182182
    183183 * For cooperative matches, the command line is:
     
    186186}}}
    187187
    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:
    190190{{{
    191191username@console.grid:~# omf exec system:exp:dsc-match -- --mode COOP
     
    235235username@console.grid:~#
    236236}}}
    237   [[CollapsibleEnd]]
     237     [[CollapsibleEnd]]
    238238
    239239After 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.
     
    296296  omf exec system:exp:dsc-test -- --mode COMP
    297297}}}
    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:
    304300{{{
    305301console.sb2:~# omf exec system:exp:dsc-test -- --mode COMP --runtime 30
     
    338334 INFO run: Experiment default_slice-2013-08-12t20.55.32.533-04.00 finished after 0:52
    339335}}}
    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:
    343343{{{
    344344console.sb2:~# omf exec system:exp:dsc-test -- --mode COOP --runtime 30
     
    376376 INFO run: Experiment default_slice-2013-08-12t21.00.56.411-04.00 finished after 0:52
    377377}}}
    378   [[CollapsibleEnd]]
     378      [[CollapsibleEnd]]
    379379
    380380Please 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).