Changes between Version 39 and Version 40 of DSC/zdc_framework


Ignore:
Timestamp:
Dec 12, 2013, 7:49:29 PM (10 years ago)
Author:
trappe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework

    v39 v40  
    55
    66== Objective ==
    7 Note: This document represents an intermediate framework that can be used by teams to test their code. There are several notable changes that will occur in the future, but require further development. Specifically: (1) The framework consists of one diagonal of nodes, providing one competitive or one cooperative arena.
    8 The Final event will involve two separate diagonals running in pipeline, and the two diagonals will essentially be identical. Currently, only one diagonal is available. (2) The current set of nodes being used is a slightly older generation of ORBIT node than was used during the Preliminary event. An improved generation of nodes is being constructed and will be installed on ORBIT at a later time, replacing the current diagonal and populating the second diagonal. (3) The framework does not involve any validation of code for submission for the scrimmages or Final events. As a result, emails describing results of matches will not be sent to users, and users should directly look at screen output to see their scores. Information regarding code submission will be provided at a later time.
     7This document represents an intermediate framework that can be used by teams to test their code.  The framework does not involve any validation of code for submission for the scrimmages or Final events. As a result, emails describing results of matches will not be sent to users, and users should directly look at screen output to see their scores. Information regarding code submission will be provided at a later time. A later release of the framework will be include modifications related to code submission and validation.
    98
    109For the most part, the framework instructions adhere to the previous framework instructions, with the major change being the inclusion of new topologies for running competitive tournaments.
     
    158157Use 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.
    159158[[BR]] [[BR]]
    160  * For competitive matches, the command line is:
     159 * For competitive matches, the command line is (please note the modified option that specifies whether the match will use the primary or secondary arena):
    161160{{{
    162161username@console.grid:~$ omf-5.4 exec system:exp:dsc-match -- --mode COMP --arena PRI
     
    288287}}}
    289288
     289
    290290== Running Matches on Sandboxes ==
    291291