Changes between Version 25 and Version 26 of DSC/zdc_framework


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

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework

    v25 v26  
    128128Use 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.
    129129[[BR]] [[BR]]
    130 For competitive matches, the command line is:
     130 * For competitive matches, the command line is:
    131131{{{
    132132username@console.grid:~$ omf exec system:exp:dsc-match -- --mode COMP
    133133}}}
    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:
    137136{{{
    138137username@console.grid:~# omf exec system:exp:dsc-match -- --mode COMP
     
    180179username@console.grid:~#
    181180}}}
    182 [[CollapsibleEnd]]
    183 
    184 For cooperative matches, the command line is:
     181  [[CollapsibleEnd]]
     182
     183 * For cooperative matches, the command line is:
    185184{{{
    186185username@console.grid:~$ omf exec system:exp:dsc-match -- --mode COOP
    187186}}}
    188187
    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:
    191190{{{
    192191username@console.grid:~# omf exec system:exp:dsc-match -- --mode COOP
     
    236235username@console.grid:~#
    237236}}}
    238 [[CollapsibleEnd]]
     237  [[CollapsibleEnd]]
    239238
    240239After 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.
    241240
    242 [[CollapsibleStart(Competitive match notification email)]]
     241  [[CollapsibleStart(Competitive match notification email)]]
    243242{{{
    244243Subject: DSC Match Result
     
    254253 Receiver = node2-1.grid.orbit-lab.org, Imaged by: seskar, Imaged on: 2013-07-18 at  22:21:04
    255254}}}
    256 [[CollapsibleEnd]]
    257 
    258 [[CollapsibleStart(Cooperative match notification email)]]
     255  [[CollapsibleEnd]]
     256
     257  [[CollapsibleStart(Cooperative match notification email)]]
    259258{{{
    260259Subject: DSC Match Result
     
    274273 Receiver = node2-1.grid.orbit-lab.org, Imaged by: seskar, Imaged on: 2013-07-18 at  22:21:04
    275274}}}
    276 [[CollapsibleEnd]]
     275  [[CollapsibleEnd]]
    277276
    278277Turn the nodes off
     
    302301}}}
    303302  * 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)]]
    305304{{{
    306305console.sb2:~# omf exec system:exp:dsc-test -- --mode COMP --runtime 30
     
    339338 INFO run: Experiment default_slice-2013-08-12t20.55.32.533-04.00 finished after 0:52
    340339}}}
    341 [[CollapsibleEnd]]
    342 
    343 [[CollapsibleStart(Cooperative match output on the sandbox)]]
     340  [[CollapsibleEnd]]
     341
     342  [[CollapsibleStart(Cooperative match output on the sandbox)]]
    344343{{{
    345344console.sb2:~# omf exec system:exp:dsc-test -- --mode COOP --runtime 30
     
    377376 INFO run: Experiment default_slice-2013-08-12t21.00.56.411-04.00 finished after 0:52
    378377}}}
    379 [[CollapsibleEnd]]
     378  [[CollapsibleEnd]]
    380379
    381380Please 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).