Changes between Version 8 and Version 9 of DSC/zdc_framework-ext
- Timestamp:
- Feb 19, 2014, 3:30:57 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zdc_framework-ext
v8 v9 36 36 2: T1 37 37 }}} 38 In this file we have 3 mat hces defined. The first match (i.e. match 1) teams 1 and 2 will be playing and in A configuration X nodes will get image from team 1 and Y nodes will be imaged with team 2 image; B match will have team 2 image on X nodes and team 1 image on Y nodes. Similarly, match 2 will be played between team 0 and team 2 while match 3 will be played between teams 0 and 1.38 In this file we have 3 matches defined. The first match (i.e. match 1) teams 1 and 2 will be playing and in A configuration X nodes will get image from team 1 and Y nodes will be imaged with team 2 image; B match will have team 2 image on X nodes and team 1 image on Y nodes. Similarly, match 2 will be played between team 0 and team 2 while match 3 will be played between teams 0 and 1. 39 39 Default file name is '''comp_matches.yaml''' in current working directory (can be changed with the command line option). 40 40 … … 48 48 49 49 }}} 50 T0 -> A, T1 -> B, T1 -> C 50 In this example the match number 1 will be played between teams 0, 1 and 2. 51 52 '''The three example configuration files [attachment:team.yaml teams.yaml], [attachment:comp_matches.yaml comp_matches.yaml] and [attachment:coop_matches.yaml coop_matches.yaml] can be used as a starting point; they should be downloaded into the desired directory and modified to include the appropriate team image(s)''' 51 53 52 54 == Running Competitive Matches ==