idgraf.platform.v4.xml 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527
  1. <?xml version='1.0'?>
  2. <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
  3. <platform version="4">
  4. <config id="General">
  5. <prop id="network/TCP-gamma" value="-1"></prop>
  6. <prop id="network/latency-factor" value="1"></prop>
  7. <prop id="network/bandwidth-factor" value="1"></prop>
  8. <prop id="network/weight-S" value="0.0"></prop>
  9. <prop id="network/crosstraffic" value="0"></prop>
  10. </config>
  11. <AS id="AS0" routing="Full">
  12. <host id="MAIN" speed="1f"/>
  13. <host id="CPU0" speed="2000000000f"/>
  14. <host id="CPU1" speed="2000000000f"/>
  15. <host id="CPU2" speed="2000000000f"/>
  16. <host id="CPU3" speed="2000000000f"/>
  17. <host id="CPU4" speed="2000000000f"/>
  18. <host id="CPU5" speed="2000000000f"/>
  19. <host id="CPU6" speed="2000000000f"/>
  20. <host id="CPU7" speed="2000000000f"/>
  21. <host id="CPU8" speed="2000000000f"/>
  22. <host id="CPU9" speed="2000000000f"/>
  23. <host id="CPU10" speed="2000000000f"/>
  24. <host id="CPU11" speed="2000000000f"/>
  25. <host id="CUDA0" speed="2000000000f">
  26. <prop id="memsize" value="2817982464"/>
  27. <prop id="memcpy_peer" value="1"/>
  28. </host>
  29. <host id="CUDA1" speed="2000000000f">
  30. <prop id="memsize" value="2817982464"/>
  31. <prop id="memcpy_peer" value="1"/>
  32. </host>
  33. <host id="CUDA2" speed="2000000000f">
  34. <prop id="memsize" value="2817982464"/>
  35. <prop id="memcpy_peer" value="1"/>
  36. </host>
  37. <host id="CUDA3" speed="2000000000f">
  38. <prop id="memsize" value="2817982464"/>
  39. <prop id="memcpy_peer" value="1"/>
  40. </host>
  41. <host id="CUDA4" speed="2000000000f">
  42. <prop id="memsize" value="2817982464"/>
  43. <prop id="memcpy_peer" value="1"/>
  44. </host>
  45. <host id="CUDA5" speed="2000000000f">
  46. <prop id="memsize" value="2817982464"/>
  47. <prop id="memcpy_peer" value="1"/>
  48. </host>
  49. <host id="CUDA6" speed="2000000000f">
  50. <prop id="memsize" value="2817982464"/>
  51. <prop id="memcpy_peer" value="1"/>
  52. </host>
  53. <host id="CUDA7" speed="2000000000f">
  54. <prop id="memsize" value="2817982464"/>
  55. <prop id="memcpy_peer" value="1"/>
  56. </host>
  57. <host id="RAM" speed="1f"/>
  58. <host id="DISK0" speed="1f"/>
  59. <link id="Host" bandwidth="6520981045.053596Bps" latency="0.000000s"/>
  60. <link id="RAM-CUDA0" bandwidth="5985150529.193969Bps" latency="0.000011s"/>
  61. <link id="CUDA0-RAM" bandwidth="6518853316.197578Bps" latency="0.000012s"/>
  62. <link id="RAM-CUDA1" bandwidth="5982867814.034364Bps" latency="0.000011s"/>
  63. <link id="CUDA1-RAM" bandwidth="6507263283.045503Bps" latency="0.000012s"/>
  64. <link id="RAM-CUDA2" bandwidth="6004601449.904336Bps" latency="0.000011s"/>
  65. <link id="CUDA2-RAM" bandwidth="6468888505.351416Bps" latency="0.000012s"/>
  66. <link id="RAM-CUDA3" bandwidth="6002864228.027947Bps" latency="0.000011s"/>
  67. <link id="CUDA3-RAM" bandwidth="6379975976.674839Bps" latency="0.000012s"/>
  68. <link id="RAM-CUDA4" bandwidth="6017068835.292887Bps" latency="0.000011s"/>
  69. <link id="CUDA4-RAM" bandwidth="6520767790.894255Bps" latency="0.000012s"/>
  70. <link id="RAM-CUDA5" bandwidth="6017279499.891165Bps" latency="0.000011s"/>
  71. <link id="CUDA5-RAM" bandwidth="6520979807.466008Bps" latency="0.000012s"/>
  72. <link id="RAM-CUDA6" bandwidth="6014519783.073395Bps" latency="0.000011s"/>
  73. <link id="CUDA6-RAM" bandwidth="6520981045.053596Bps" latency="0.000012s"/>
  74. <link id="RAM-CUDA7" bandwidth="6025792854.221470Bps" latency="0.000011s"/>
  75. <link id="CUDA7-RAM" bandwidth="6518969813.092284Bps" latency="0.000012s"/>
  76. <link id="CUDA0-CUDA1" bandwidth="6634627873.192854Bps" latency="0.000018s"/>
  77. <link id="CUDA0-CUDA2" bandwidth="5290661415.071414Bps" latency="0.000019s"/>
  78. <link id="CUDA0-CUDA3" bandwidth="5290656129.639296Bps" latency="0.000019s"/>
  79. <link id="CUDA0-CUDA4" bandwidth="3070759552.110200Bps" latency="0.000028s"/>
  80. <link id="CUDA0-CUDA5" bandwidth="3077363037.531456Bps" latency="0.000028s"/>
  81. <link id="CUDA0-CUDA6" bandwidth="3081101043.564885Bps" latency="0.000028s"/>
  82. <link id="CUDA0-CUDA7" bandwidth="3071316543.934279Bps" latency="0.000027s"/>
  83. <link id="CUDA1-CUDA0" bandwidth="6634402755.556737Bps" latency="0.000018s"/>
  84. <link id="CUDA1-CUDA2" bandwidth="5290497369.566824Bps" latency="0.000019s"/>
  85. <link id="CUDA1-CUDA3" bandwidth="5290566591.723160Bps" latency="0.000019s"/>
  86. <link id="CUDA1-CUDA4" bandwidth="3070780185.478041Bps" latency="0.000028s"/>
  87. <link id="CUDA1-CUDA5" bandwidth="3077514742.966345Bps" latency="0.000028s"/>
  88. <link id="CUDA1-CUDA6" bandwidth="3081028777.158465Bps" latency="0.000028s"/>
  89. <link id="CUDA1-CUDA7" bandwidth="3071425105.896836Bps" latency="0.000028s"/>
  90. <link id="CUDA2-CUDA0" bandwidth="5290537571.895953Bps" latency="0.000019s"/>
  91. <link id="CUDA2-CUDA1" bandwidth="5290537715.267372Bps" latency="0.000019s"/>
  92. <link id="CUDA2-CUDA3" bandwidth="6634508568.986446Bps" latency="0.000018s"/>
  93. <link id="CUDA2-CUDA4" bandwidth="3071001714.159694Bps" latency="0.000028s"/>
  94. <link id="CUDA2-CUDA5" bandwidth="3077753708.421916Bps" latency="0.000027s"/>
  95. <link id="CUDA2-CUDA6" bandwidth="3081299378.072958Bps" latency="0.000027s"/>
  96. <link id="CUDA2-CUDA7" bandwidth="3071319605.562881Bps" latency="0.000027s"/>
  97. <link id="CUDA3-CUDA0" bandwidth="5290504746.573549Bps" latency="0.000019s"/>
  98. <link id="CUDA3-CUDA1" bandwidth="5290535877.507629Bps" latency="0.000019s"/>
  99. <link id="CUDA3-CUDA2" bandwidth="6634456148.642733Bps" latency="0.000018s"/>
  100. <link id="CUDA3-CUDA4" bandwidth="3070823130.469635Bps" latency="0.000028s"/>
  101. <link id="CUDA3-CUDA5" bandwidth="3077536005.281472Bps" latency="0.000027s"/>
  102. <link id="CUDA3-CUDA6" bandwidth="3081267119.290866Bps" latency="0.000027s"/>
  103. <link id="CUDA3-CUDA7" bandwidth="3071334077.001831Bps" latency="0.000027s"/>
  104. <link id="CUDA4-CUDA0" bandwidth="3803989690.370783Bps" latency="0.000028s"/>
  105. <link id="CUDA4-CUDA1" bandwidth="3804097536.166718Bps" latency="0.000028s"/>
  106. <link id="CUDA4-CUDA2" bandwidth="3799684658.805355Bps" latency="0.000028s"/>
  107. <link id="CUDA4-CUDA3" bandwidth="3800145339.899281Bps" latency="0.000028s"/>
  108. <link id="CUDA4-CUDA5" bandwidth="6635277188.351118Bps" latency="0.000018s"/>
  109. <link id="CUDA4-CUDA6" bandwidth="5293782379.983835Bps" latency="0.000018s"/>
  110. <link id="CUDA4-CUDA7" bandwidth="5293769441.185063Bps" latency="0.000018s"/>
  111. <link id="CUDA5-CUDA0" bandwidth="3803774734.667464Bps" latency="0.000028s"/>
  112. <link id="CUDA5-CUDA1" bandwidth="3804546565.735997Bps" latency="0.000028s"/>
  113. <link id="CUDA5-CUDA2" bandwidth="3799981880.451341Bps" latency="0.000028s"/>
  114. <link id="CUDA5-CUDA3" bandwidth="3800522990.809786Bps" latency="0.000028s"/>
  115. <link id="CUDA5-CUDA4" bandwidth="6635252627.495905Bps" latency="0.000017s"/>
  116. <link id="CUDA5-CUDA6" bandwidth="5293483381.349587Bps" latency="0.000018s"/>
  117. <link id="CUDA5-CUDA7" bandwidth="5293507488.155322Bps" latency="0.000018s"/>
  118. <link id="CUDA6-CUDA0" bandwidth="3803433708.891680Bps" latency="0.000028s"/>
  119. <link id="CUDA6-CUDA1" bandwidth="3804330189.087918Bps" latency="0.000028s"/>
  120. <link id="CUDA6-CUDA2" bandwidth="3799708364.367732Bps" latency="0.000028s"/>
  121. <link id="CUDA6-CUDA3" bandwidth="3800220748.408220Bps" latency="0.000028s"/>
  122. <link id="CUDA6-CUDA4" bandwidth="5293757565.994269Bps" latency="0.000018s"/>
  123. <link id="CUDA6-CUDA5" bandwidth="5293607121.074236Bps" latency="0.000018s"/>
  124. <link id="CUDA6-CUDA7" bandwidth="6635079661.079388Bps" latency="0.000018s"/>
  125. <link id="CUDA7-CUDA0" bandwidth="3803670471.119742Bps" latency="0.000028s"/>
  126. <link id="CUDA7-CUDA1" bandwidth="3803908300.476161Bps" latency="0.000028s"/>
  127. <link id="CUDA7-CUDA2" bandwidth="3799582824.391772Bps" latency="0.000028s"/>
  128. <link id="CUDA7-CUDA3" bandwidth="3800130360.770696Bps" latency="0.000028s"/>
  129. <link id="CUDA7-CUDA4" bandwidth="5293416170.516678Bps" latency="0.000018s"/>
  130. <link id="CUDA7-CUDA5" bandwidth="5293465355.213222Bps" latency="0.000018s"/>
  131. <link id="CUDA7-CUDA6" bandwidth="6635049330.870582Bps" latency="0.000018s"/>
  132. <link id="PCI:0000:[00-13] up" bandwidth="6518853316.197578Bps" latency="0.000000s"/>
  133. <link id="PCI:0000:[00-13] down" bandwidth="6004601449.904336Bps" latency="0.000000s"/>
  134. <link id="PCI:0000:[00-13] through" bandwidth="13037706632.395157Bps" latency="0.000000s"/>
  135. <link id="PCI:0000:[0f-12] up" bandwidth="6518853316.197578Bps" latency="0.000000s"/>
  136. <link id="PCI:0000:[0f-12] down" bandwidth="5985150529.193969Bps" latency="0.000000s"/>
  137. <link id="PCI:0000:[0f-12] through" bandwidth="13037706632.395157Bps" latency="0.000000s"/>
  138. <link id="PCI:0000:[10-12] up" bandwidth="6518853316.197578Bps" latency="0.000000s"/>
  139. <link id="PCI:0000:[10-12] down" bandwidth="5985150529.193969Bps" latency="0.000000s"/>
  140. <link id="PCI:0000:[12-12] up" bandwidth="6634627873.192854Bps" latency="0.000000s"/>
  141. <link id="PCI:0000:[12-12] down" bandwidth="6634402755.556737Bps" latency="0.000000s"/>
  142. <link id="PCI:0000:12:00.0 up" bandwidth="6634627873.192854Bps" latency="0.000000s"/>
  143. <link id="PCI:0000:12:00.0 down" bandwidth="6634402755.556737Bps" latency="0.000000s"/>
  144. <link id="PCI:0000:[11-11] up" bandwidth="6634402755.556737Bps" latency="0.000000s"/>
  145. <link id="PCI:0000:[11-11] down" bandwidth="6634627873.192854Bps" latency="0.000000s"/>
  146. <link id="PCI:0000:11:00.0 up" bandwidth="6634402755.556737Bps" latency="0.000000s"/>
  147. <link id="PCI:0000:11:00.0 down" bandwidth="6634627873.192854Bps" latency="0.000000s"/>
  148. <link id="PCI:0000:[0a-0d] up" bandwidth="6468888505.351416Bps" latency="0.000000s"/>
  149. <link id="PCI:0000:[0a-0d] down" bandwidth="6004601449.904336Bps" latency="0.000000s"/>
  150. <link id="PCI:0000:[0a-0d] through" bandwidth="12937777010.702831Bps" latency="0.000000s"/>
  151. <link id="PCI:0000:[0b-0d] up" bandwidth="6468888505.351416Bps" latency="0.000000s"/>
  152. <link id="PCI:0000:[0b-0d] down" bandwidth="6004601449.904336Bps" latency="0.000000s"/>
  153. <link id="PCI:0000:[0d-0d] up" bandwidth="6634508568.986446Bps" latency="0.000000s"/>
  154. <link id="PCI:0000:[0d-0d] down" bandwidth="6634456148.642733Bps" latency="0.000000s"/>
  155. <link id="PCI:0000:0d:00.0 up" bandwidth="6634508568.986446Bps" latency="0.000000s"/>
  156. <link id="PCI:0000:0d:00.0 down" bandwidth="6634456148.642733Bps" latency="0.000000s"/>
  157. <link id="PCI:0000:[0c-0c] up" bandwidth="6634456148.642733Bps" latency="0.000000s"/>
  158. <link id="PCI:0000:[0c-0c] down" bandwidth="6634508568.986446Bps" latency="0.000000s"/>
  159. <link id="PCI:0000:0c:00.0 up" bandwidth="6634456148.642733Bps" latency="0.000000s"/>
  160. <link id="PCI:0000:0c:00.0 down" bandwidth="6634508568.986446Bps" latency="0.000000s"/>
  161. <link id="PCI:0000:[80-8a] up" bandwidth="6520981045.053596Bps" latency="0.000000s"/>
  162. <link id="PCI:0000:[80-8a] down" bandwidth="6025792854.221470Bps" latency="0.000000s"/>
  163. <link id="PCI:0000:[80-8a] through" bandwidth="13041962090.107193Bps" latency="0.000000s"/>
  164. <link id="PCI:0000:[85-88] up" bandwidth="6520979807.466008Bps" latency="0.000000s"/>
  165. <link id="PCI:0000:[85-88] down" bandwidth="6017279499.891165Bps" latency="0.000000s"/>
  166. <link id="PCI:0000:[85-88] through" bandwidth="13041959614.932016Bps" latency="0.000000s"/>
  167. <link id="PCI:0000:[86-88] up" bandwidth="6520979807.466008Bps" latency="0.000000s"/>
  168. <link id="PCI:0000:[86-88] down" bandwidth="6017279499.891165Bps" latency="0.000000s"/>
  169. <link id="PCI:0000:[88-88] up" bandwidth="6635277188.351118Bps" latency="0.000000s"/>
  170. <link id="PCI:0000:[88-88] down" bandwidth="6635252627.495905Bps" latency="0.000000s"/>
  171. <link id="PCI:0000:88:00.0 up" bandwidth="6635277188.351118Bps" latency="0.000000s"/>
  172. <link id="PCI:0000:88:00.0 down" bandwidth="6635252627.495905Bps" latency="0.000000s"/>
  173. <link id="PCI:0000:[87-87] up" bandwidth="6635252627.495905Bps" latency="0.000000s"/>
  174. <link id="PCI:0000:[87-87] down" bandwidth="6635277188.351118Bps" latency="0.000000s"/>
  175. <link id="PCI:0000:87:00.0 up" bandwidth="6635252627.495905Bps" latency="0.000000s"/>
  176. <link id="PCI:0000:87:00.0 down" bandwidth="6635277188.351118Bps" latency="0.000000s"/>
  177. <link id="PCI:0000:[81-84] up" bandwidth="6520981045.053596Bps" latency="0.000000s"/>
  178. <link id="PCI:0000:[81-84] down" bandwidth="6025792854.221470Bps" latency="0.000000s"/>
  179. <link id="PCI:0000:[81-84] through" bandwidth="13041962090.107193Bps" latency="0.000000s"/>
  180. <link id="PCI:0000:[82-84] up" bandwidth="6520981045.053596Bps" latency="0.000000s"/>
  181. <link id="PCI:0000:[82-84] down" bandwidth="6025792854.221470Bps" latency="0.000000s"/>
  182. <link id="PCI:0000:[84-84] up" bandwidth="6635079661.079388Bps" latency="0.000000s"/>
  183. <link id="PCI:0000:[84-84] down" bandwidth="6635049330.870582Bps" latency="0.000000s"/>
  184. <link id="PCI:0000:84:00.0 up" bandwidth="6635079661.079388Bps" latency="0.000000s"/>
  185. <link id="PCI:0000:84:00.0 down" bandwidth="6635049330.870582Bps" latency="0.000000s"/>
  186. <link id="PCI:0000:[83-83] up" bandwidth="6635049330.870582Bps" latency="0.000000s"/>
  187. <link id="PCI:0000:[83-83] down" bandwidth="6635079661.079388Bps" latency="0.000000s"/>
  188. <link id="PCI:0000:83:00.0 up" bandwidth="6635049330.870582Bps" latency="0.000000s"/>
  189. <link id="PCI:0000:83:00.0 down" bandwidth="6635079661.079388Bps" latency="0.000000s"/>
  190. <link id="RAM-DISK0" bandwidth="400000000Bps" latency="0.002s"/>
  191. <link id="DISK0-RAM" bandwidth="400000000Bps" latency="0.001s"/>
  192. <route src="CUDA0" dst="CUDA1" symmetrical="NO">
  193. <link_ctn id="CUDA0-CUDA1"/>
  194. <link_ctn id="PCI:0000:11:00.0 down"/>
  195. <!-- Switch PCI:0000:[11-11] through -->
  196. <link_ctn id="PCI:0000:[11-11] down"/>
  197. <!-- Switch PCI:0000:[10-12] through -->
  198. <link_ctn id="PCI:0000:[12-12] up"/>
  199. <!-- Switch PCI:0000:[12-12] through -->
  200. <link_ctn id="PCI:0000:12:00.0 up"/>
  201. </route>
  202. <route src="CUDA0" dst="CUDA2" symmetrical="NO">
  203. <link_ctn id="CUDA0-CUDA2"/>
  204. <link_ctn id="PCI:0000:0d:00.0 down"/>
  205. <!-- Switch PCI:0000:[0d-0d] through -->
  206. <link_ctn id="PCI:0000:[0d-0d] down"/>
  207. <!-- Switch PCI:0000:[0b-0d] through -->
  208. <link_ctn id="PCI:0000:[0b-0d] down"/>
  209. <link_ctn id="PCI:0000:[0a-0d] through"/>
  210. <link_ctn id="PCI:0000:[0a-0d] down"/>
  211. <link_ctn id="PCI:0000:[00-13] through"/>
  212. <link_ctn id="PCI:0000:[0f-12] up"/>
  213. <link_ctn id="PCI:0000:[0f-12] through"/>
  214. <link_ctn id="PCI:0000:[10-12] up"/>
  215. <!-- Switch PCI:0000:[10-12] through -->
  216. <link_ctn id="PCI:0000:[12-12] up"/>
  217. <!-- Switch PCI:0000:[12-12] through -->
  218. <link_ctn id="PCI:0000:12:00.0 up"/>
  219. </route>
  220. <route src="CUDA0" dst="CUDA3" symmetrical="NO">
  221. <link_ctn id="CUDA0-CUDA3"/>
  222. <link_ctn id="PCI:0000:0c:00.0 down"/>
  223. <!-- Switch PCI:0000:[0c-0c] through -->
  224. <link_ctn id="PCI:0000:[0c-0c] down"/>
  225. <!-- Switch PCI:0000:[0b-0d] through -->
  226. <link_ctn id="PCI:0000:[0b-0d] down"/>
  227. <link_ctn id="PCI:0000:[0a-0d] through"/>
  228. <link_ctn id="PCI:0000:[0a-0d] down"/>
  229. <link_ctn id="PCI:0000:[00-13] through"/>
  230. <link_ctn id="PCI:0000:[0f-12] up"/>
  231. <link_ctn id="PCI:0000:[0f-12] through"/>
  232. <link_ctn id="PCI:0000:[10-12] up"/>
  233. <!-- Switch PCI:0000:[10-12] through -->
  234. <link_ctn id="PCI:0000:[12-12] up"/>
  235. <!-- Switch PCI:0000:[12-12] through -->
  236. <link_ctn id="PCI:0000:12:00.0 up"/>
  237. </route>
  238. <route src="CUDA0" dst="CUDA4" symmetrical="NO">
  239. <link_ctn id="CUDA0-CUDA4"/>
  240. <link_ctn id="PCI:0000:88:00.0 down"/>
  241. <!-- Switch PCI:0000:[88-88] through -->
  242. <link_ctn id="PCI:0000:[88-88] down"/>
  243. <!-- Switch PCI:0000:[86-88] through -->
  244. <link_ctn id="PCI:0000:[86-88] down"/>
  245. <link_ctn id="PCI:0000:[85-88] through"/>
  246. <link_ctn id="PCI:0000:[85-88] down"/>
  247. <link_ctn id="PCI:0000:[80-8a] through"/>
  248. <link_ctn id="PCI:0000:[80-8a] down"/>
  249. <link_ctn id="Host"/>
  250. <link_ctn id="Host"/>
  251. <link_ctn id="PCI:0000:[00-13] up"/>
  252. <link_ctn id="PCI:0000:[00-13] through"/>
  253. <link_ctn id="PCI:0000:[0f-12] up"/>
  254. <link_ctn id="PCI:0000:[0f-12] through"/>
  255. <link_ctn id="PCI:0000:[10-12] up"/>
  256. <!-- Switch PCI:0000:[10-12] through -->
  257. <link_ctn id="PCI:0000:[12-12] up"/>
  258. <!-- Switch PCI:0000:[12-12] through -->
  259. <link_ctn id="PCI:0000:12:00.0 up"/>
  260. </route>
  261. <route src="CUDA0" dst="CUDA5" symmetrical="NO">
  262. <link_ctn id="CUDA0-CUDA5"/>
  263. <link_ctn id="PCI:0000:87:00.0 down"/>
  264. <!-- Switch PCI:0000:[87-87] through -->
  265. <link_ctn id="PCI:0000:[87-87] down"/>
  266. <!-- Switch PCI:0000:[86-88] through -->
  267. <link_ctn id="PCI:0000:[86-88] down"/>
  268. <link_ctn id="PCI:0000:[85-88] through"/>
  269. <link_ctn id="PCI:0000:[85-88] down"/>
  270. <link_ctn id="PCI:0000:[80-8a] through"/>
  271. <link_ctn id="PCI:0000:[80-8a] down"/>
  272. <link_ctn id="Host"/>
  273. <link_ctn id="Host"/>
  274. <link_ctn id="PCI:0000:[00-13] up"/>
  275. <link_ctn id="PCI:0000:[00-13] through"/>
  276. <link_ctn id="PCI:0000:[0f-12] up"/>
  277. <link_ctn id="PCI:0000:[0f-12] through"/>
  278. <link_ctn id="PCI:0000:[10-12] up"/>
  279. <!-- Switch PCI:0000:[10-12] through -->
  280. <link_ctn id="PCI:0000:[12-12] up"/>
  281. <!-- Switch PCI:0000:[12-12] through -->
  282. <link_ctn id="PCI:0000:12:00.0 up"/>
  283. </route>
  284. <route src="CUDA0" dst="CUDA6" symmetrical="NO">
  285. <link_ctn id="CUDA0-CUDA6"/>
  286. <link_ctn id="PCI:0000:84:00.0 down"/>
  287. <!-- Switch PCI:0000:[84-84] through -->
  288. <link_ctn id="PCI:0000:[84-84] down"/>
  289. <!-- Switch PCI:0000:[82-84] through -->
  290. <link_ctn id="PCI:0000:[82-84] down"/>
  291. <link_ctn id="PCI:0000:[81-84] through"/>
  292. <link_ctn id="PCI:0000:[81-84] down"/>
  293. <link_ctn id="PCI:0000:[80-8a] through"/>
  294. <link_ctn id="PCI:0000:[80-8a] down"/>
  295. <link_ctn id="Host"/>
  296. <link_ctn id="Host"/>
  297. <link_ctn id="PCI:0000:[00-13] up"/>
  298. <link_ctn id="PCI:0000:[00-13] through"/>
  299. <link_ctn id="PCI:0000:[0f-12] up"/>
  300. <link_ctn id="PCI:0000:[0f-12] through"/>
  301. <link_ctn id="PCI:0000:[10-12] up"/>
  302. <!-- Switch PCI:0000:[10-12] through -->
  303. <link_ctn id="PCI:0000:[12-12] up"/>
  304. <!-- Switch PCI:0000:[12-12] through -->
  305. <link_ctn id="PCI:0000:12:00.0 up"/>
  306. </route>
  307. <route src="CUDA0" dst="CUDA7" symmetrical="NO">
  308. <link_ctn id="CUDA0-CUDA7"/>
  309. <link_ctn id="PCI:0000:83:00.0 down"/>
  310. <!-- Switch PCI:0000:[83-83] through -->
  311. <link_ctn id="PCI:0000:[83-83] down"/>
  312. <!-- Switch PCI:0000:[82-84] through -->
  313. <link_ctn id="PCI:0000:[82-84] down"/>
  314. <link_ctn id="PCI:0000:[81-84] through"/>
  315. <link_ctn id="PCI:0000:[81-84] down"/>
  316. <link_ctn id="PCI:0000:[80-8a] through"/>
  317. <link_ctn id="PCI:0000:[80-8a] down"/>
  318. <link_ctn id="Host"/>
  319. <link_ctn id="Host"/>
  320. <link_ctn id="PCI:0000:[00-13] up"/>
  321. <link_ctn id="PCI:0000:[00-13] through"/>
  322. <link_ctn id="PCI:0000:[0f-12] up"/>
  323. <link_ctn id="PCI:0000:[0f-12] through"/>
  324. <link_ctn id="PCI:0000:[10-12] up"/>
  325. <!-- Switch PCI:0000:[10-12] through -->
  326. <link_ctn id="PCI:0000:[12-12] up"/>
  327. <!-- Switch PCI:0000:[12-12] through -->
  328. <link_ctn id="PCI:0000:12:00.0 up"/>
  329. </route>
  330. <route src="CUDA0" dst="RAM" symmetrical="NO">
  331. <link_ctn id="CUDA0-RAM"/>
  332. <link_ctn id="PCI:0000:12:00.0 up"/>
  333. <!-- Switch PCI:0000:[12-12] through -->
  334. <link_ctn id="PCI:0000:[12-12] up"/>
  335. <!-- Switch PCI:0000:[10-12] through -->
  336. <link_ctn id="PCI:0000:[10-12] up"/>
  337. <link_ctn id="PCI:0000:[0f-12] through"/>
  338. <link_ctn id="PCI:0000:[0f-12] up"/>
  339. <link_ctn id="PCI:0000:[00-13] through"/>
  340. <link_ctn id="PCI:0000:[00-13] up"/>
  341. <link_ctn id="Host"/>
  342. </route>
  343. <route src="RAM" dst="CUDA0" symmetrical="NO">
  344. <link_ctn id="RAM-CUDA0"/>
  345. <link_ctn id="PCI:0000:12:00.0 down"/>
  346. <!-- Switch PCI:0000:[12-12] through -->
  347. <link_ctn id="PCI:0000:[12-12] down"/>
  348. <!-- Switch PCI:0000:[10-12] through -->
  349. <link_ctn id="PCI:0000:[10-12] down"/>
  350. <link_ctn id="PCI:0000:[0f-12] through"/>
  351. <link_ctn id="PCI:0000:[0f-12] down"/>
  352. <link_ctn id="PCI:0000:[00-13] through"/>
  353. <link_ctn id="PCI:0000:[00-13] down"/>
  354. <link_ctn id="Host"/>
  355. </route>
  356. <route src="CUDA1" dst="CUDA0" symmetrical="NO">
  357. <link_ctn id="CUDA1-CUDA0"/>
  358. <link_ctn id="PCI:0000:12:00.0 down"/>
  359. <!-- Switch PCI:0000:[12-12] through -->
  360. <link_ctn id="PCI:0000:[12-12] down"/>
  361. <!-- Switch PCI:0000:[10-12] through -->
  362. <link_ctn id="PCI:0000:[11-11] up"/>
  363. <!-- Switch PCI:0000:[11-11] through -->
  364. <link_ctn id="PCI:0000:11:00.0 up"/>
  365. </route>
  366. <route src="CUDA1" dst="CUDA2" symmetrical="NO">
  367. <link_ctn id="CUDA1-CUDA2"/>
  368. <link_ctn id="PCI:0000:0d:00.0 down"/>
  369. <!-- Switch PCI:0000:[0d-0d] through -->
  370. <link_ctn id="PCI:0000:[0d-0d] down"/>
  371. <!-- Switch PCI:0000:[0b-0d] through -->
  372. <link_ctn id="PCI:0000:[0b-0d] down"/>
  373. <link_ctn id="PCI:0000:[0a-0d] through"/>
  374. <link_ctn id="PCI:0000:[0a-0d] down"/>
  375. <link_ctn id="PCI:0000:[00-13] through"/>
  376. <link_ctn id="PCI:0000:[0f-12] up"/>
  377. <link_ctn id="PCI:0000:[0f-12] through"/>
  378. <link_ctn id="PCI:0000:[10-12] up"/>
  379. <!-- Switch PCI:0000:[10-12] through -->
  380. <link_ctn id="PCI:0000:[11-11] up"/>
  381. <!-- Switch PCI:0000:[11-11] through -->
  382. <link_ctn id="PCI:0000:11:00.0 up"/>
  383. </route>
  384. <route src="CUDA1" dst="CUDA3" symmetrical="NO">
  385. <link_ctn id="CUDA1-CUDA3"/>
  386. <link_ctn id="PCI:0000:0c:00.0 down"/>
  387. <!-- Switch PCI:0000:[0c-0c] through -->
  388. <link_ctn id="PCI:0000:[0c-0c] down"/>
  389. <!-- Switch PCI:0000:[0b-0d] through -->
  390. <link_ctn id="PCI:0000:[0b-0d] down"/>
  391. <link_ctn id="PCI:0000:[0a-0d] through"/>
  392. <link_ctn id="PCI:0000:[0a-0d] down"/>
  393. <link_ctn id="PCI:0000:[00-13] through"/>
  394. <link_ctn id="PCI:0000:[0f-12] up"/>
  395. <link_ctn id="PCI:0000:[0f-12] through"/>
  396. <link_ctn id="PCI:0000:[10-12] up"/>
  397. <!-- Switch PCI:0000:[10-12] through -->
  398. <link_ctn id="PCI:0000:[11-11] up"/>
  399. <!-- Switch PCI:0000:[11-11] through -->
  400. <link_ctn id="PCI:0000:11:00.0 up"/>
  401. </route>
  402. <route src="CUDA1" dst="CUDA4" symmetrical="NO">
  403. <link_ctn id="CUDA1-CUDA4"/>
  404. <link_ctn id="PCI:0000:88:00.0 down"/>
  405. <!-- Switch PCI:0000:[88-88] through -->
  406. <link_ctn id="PCI:0000:[88-88] down"/>
  407. <!-- Switch PCI:0000:[86-88] through -->
  408. <link_ctn id="PCI:0000:[86-88] down"/>
  409. <link_ctn id="PCI:0000:[85-88] through"/>
  410. <link_ctn id="PCI:0000:[85-88] down"/>
  411. <link_ctn id="PCI:0000:[80-8a] through"/>
  412. <link_ctn id="PCI:0000:[80-8a] down"/>
  413. <link_ctn id="Host"/>
  414. <link_ctn id="Host"/>
  415. <link_ctn id="PCI:0000:[00-13] up"/>
  416. <link_ctn id="PCI:0000:[00-13] through"/>
  417. <link_ctn id="PCI:0000:[0f-12] up"/>
  418. <link_ctn id="PCI:0000:[0f-12] through"/>
  419. <link_ctn id="PCI:0000:[10-12] up"/>
  420. <!-- Switch PCI:0000:[10-12] through -->
  421. <link_ctn id="PCI:0000:[11-11] up"/>
  422. <!-- Switch PCI:0000:[11-11] through -->
  423. <link_ctn id="PCI:0000:11:00.0 up"/>
  424. </route>
  425. <route src="CUDA1" dst="CUDA5" symmetrical="NO">
  426. <link_ctn id="CUDA1-CUDA5"/>
  427. <link_ctn id="PCI:0000:87:00.0 down"/>
  428. <!-- Switch PCI:0000:[87-87] through -->
  429. <link_ctn id="PCI:0000:[87-87] down"/>
  430. <!-- Switch PCI:0000:[86-88] through -->
  431. <link_ctn id="PCI:0000:[86-88] down"/>
  432. <link_ctn id="PCI:0000:[85-88] through"/>
  433. <link_ctn id="PCI:0000:[85-88] down"/>
  434. <link_ctn id="PCI:0000:[80-8a] through"/>
  435. <link_ctn id="PCI:0000:[80-8a] down"/>
  436. <link_ctn id="Host"/>
  437. <link_ctn id="Host"/>
  438. <link_ctn id="PCI:0000:[00-13] up"/>
  439. <link_ctn id="PCI:0000:[00-13] through"/>
  440. <link_ctn id="PCI:0000:[0f-12] up"/>
  441. <link_ctn id="PCI:0000:[0f-12] through"/>
  442. <link_ctn id="PCI:0000:[10-12] up"/>
  443. <!-- Switch PCI:0000:[10-12] through -->
  444. <link_ctn id="PCI:0000:[11-11] up"/>
  445. <!-- Switch PCI:0000:[11-11] through -->
  446. <link_ctn id="PCI:0000:11:00.0 up"/>
  447. </route>
  448. <route src="CUDA1" dst="CUDA6" symmetrical="NO">
  449. <link_ctn id="CUDA1-CUDA6"/>
  450. <link_ctn id="PCI:0000:84:00.0 down"/>
  451. <!-- Switch PCI:0000:[84-84] through -->
  452. <link_ctn id="PCI:0000:[84-84] down"/>
  453. <!-- Switch PCI:0000:[82-84] through -->
  454. <link_ctn id="PCI:0000:[82-84] down"/>
  455. <link_ctn id="PCI:0000:[81-84] through"/>
  456. <link_ctn id="PCI:0000:[81-84] down"/>
  457. <link_ctn id="PCI:0000:[80-8a] through"/>
  458. <link_ctn id="PCI:0000:[80-8a] down"/>
  459. <link_ctn id="Host"/>
  460. <link_ctn id="Host"/>
  461. <link_ctn id="PCI:0000:[00-13] up"/>
  462. <link_ctn id="PCI:0000:[00-13] through"/>
  463. <link_ctn id="PCI:0000:[0f-12] up"/>
  464. <link_ctn id="PCI:0000:[0f-12] through"/>
  465. <link_ctn id="PCI:0000:[10-12] up"/>
  466. <!-- Switch PCI:0000:[10-12] through -->
  467. <link_ctn id="PCI:0000:[11-11] up"/>
  468. <!-- Switch PCI:0000:[11-11] through -->
  469. <link_ctn id="PCI:0000:11:00.0 up"/>
  470. </route>
  471. <route src="CUDA1" dst="CUDA7" symmetrical="NO">
  472. <link_ctn id="CUDA1-CUDA7"/>
  473. <link_ctn id="PCI:0000:83:00.0 down"/>
  474. <!-- Switch PCI:0000:[83-83] through -->
  475. <link_ctn id="PCI:0000:[83-83] down"/>
  476. <!-- Switch PCI:0000:[82-84] through -->
  477. <link_ctn id="PCI:0000:[82-84] down"/>
  478. <link_ctn id="PCI:0000:[81-84] through"/>
  479. <link_ctn id="PCI:0000:[81-84] down"/>
  480. <link_ctn id="PCI:0000:[80-8a] through"/>
  481. <link_ctn id="PCI:0000:[80-8a] down"/>
  482. <link_ctn id="Host"/>
  483. <link_ctn id="Host"/>
  484. <link_ctn id="PCI:0000:[00-13] up"/>
  485. <link_ctn id="PCI:0000:[00-13] through"/>
  486. <link_ctn id="PCI:0000:[0f-12] up"/>
  487. <link_ctn id="PCI:0000:[0f-12] through"/>
  488. <link_ctn id="PCI:0000:[10-12] up"/>
  489. <!-- Switch PCI:0000:[10-12] through -->
  490. <link_ctn id="PCI:0000:[11-11] up"/>
  491. <!-- Switch PCI:0000:[11-11] through -->
  492. <link_ctn id="PCI:0000:11:00.0 up"/>
  493. </route>
  494. <route src="CUDA1" dst="RAM" symmetrical="NO">
  495. <link_ctn id="CUDA1-RAM"/>
  496. <link_ctn id="PCI:0000:11:00.0 up"/>
  497. <!-- Switch PCI:0000:[11-11] through -->
  498. <link_ctn id="PCI:0000:[11-11] up"/>
  499. <!-- Switch PCI:0000:[10-12] through -->
  500. <link_ctn id="PCI:0000:[10-12] up"/>
  501. <link_ctn id="PCI:0000:[0f-12] through"/>
  502. <link_ctn id="PCI:0000:[0f-12] up"/>
  503. <link_ctn id="PCI:0000:[00-13] through"/>
  504. <link_ctn id="PCI:0000:[00-13] up"/>
  505. <link_ctn id="Host"/>
  506. </route>
  507. <route src="RAM" dst="CUDA1" symmetrical="NO">
  508. <link_ctn id="RAM-CUDA1"/>
  509. <link_ctn id="PCI:0000:11:00.0 down"/>
  510. <!-- Switch PCI:0000:[11-11] through -->
  511. <link_ctn id="PCI:0000:[11-11] down"/>
  512. <!-- Switch PCI:0000:[10-12] through -->
  513. <link_ctn id="PCI:0000:[10-12] down"/>
  514. <link_ctn id="PCI:0000:[0f-12] through"/>
  515. <link_ctn id="PCI:0000:[0f-12] down"/>
  516. <link_ctn id="PCI:0000:[00-13] through"/>
  517. <link_ctn id="PCI:0000:[00-13] down"/>
  518. <link_ctn id="Host"/>
  519. </route>
  520. <route src="CUDA2" dst="CUDA0" symmetrical="NO">
  521. <link_ctn id="CUDA2-CUDA0"/>
  522. <link_ctn id="PCI:0000:12:00.0 down"/>
  523. <!-- Switch PCI:0000:[12-12] through -->
  524. <link_ctn id="PCI:0000:[12-12] down"/>
  525. <!-- Switch PCI:0000:[10-12] through -->
  526. <link_ctn id="PCI:0000:[10-12] down"/>
  527. <link_ctn id="PCI:0000:[0f-12] through"/>
  528. <link_ctn id="PCI:0000:[0f-12] down"/>
  529. <link_ctn id="PCI:0000:[00-13] through"/>
  530. <link_ctn id="PCI:0000:[0a-0d] up"/>
  531. <link_ctn id="PCI:0000:[0a-0d] through"/>
  532. <link_ctn id="PCI:0000:[0b-0d] up"/>
  533. <!-- Switch PCI:0000:[0b-0d] through -->
  534. <link_ctn id="PCI:0000:[0d-0d] up"/>
  535. <!-- Switch PCI:0000:[0d-0d] through -->
  536. <link_ctn id="PCI:0000:0d:00.0 up"/>
  537. </route>
  538. <route src="CUDA2" dst="CUDA1" symmetrical="NO">
  539. <link_ctn id="CUDA2-CUDA1"/>
  540. <link_ctn id="PCI:0000:11:00.0 down"/>
  541. <!-- Switch PCI:0000:[11-11] through -->
  542. <link_ctn id="PCI:0000:[11-11] down"/>
  543. <!-- Switch PCI:0000:[10-12] through -->
  544. <link_ctn id="PCI:0000:[10-12] down"/>
  545. <link_ctn id="PCI:0000:[0f-12] through"/>
  546. <link_ctn id="PCI:0000:[0f-12] down"/>
  547. <link_ctn id="PCI:0000:[00-13] through"/>
  548. <link_ctn id="PCI:0000:[0a-0d] up"/>
  549. <link_ctn id="PCI:0000:[0a-0d] through"/>
  550. <link_ctn id="PCI:0000:[0b-0d] up"/>
  551. <!-- Switch PCI:0000:[0b-0d] through -->
  552. <link_ctn id="PCI:0000:[0d-0d] up"/>
  553. <!-- Switch PCI:0000:[0d-0d] through -->
  554. <link_ctn id="PCI:0000:0d:00.0 up"/>
  555. </route>
  556. <route src="CUDA2" dst="CUDA3" symmetrical="NO">
  557. <link_ctn id="CUDA2-CUDA3"/>
  558. <link_ctn id="PCI:0000:0c:00.0 down"/>
  559. <!-- Switch PCI:0000:[0c-0c] through -->
  560. <link_ctn id="PCI:0000:[0c-0c] down"/>
  561. <!-- Switch PCI:0000:[0b-0d] through -->
  562. <link_ctn id="PCI:0000:[0d-0d] up"/>
  563. <!-- Switch PCI:0000:[0d-0d] through -->
  564. <link_ctn id="PCI:0000:0d:00.0 up"/>
  565. </route>
  566. <route src="CUDA2" dst="CUDA4" symmetrical="NO">
  567. <link_ctn id="CUDA2-CUDA4"/>
  568. <link_ctn id="PCI:0000:88:00.0 down"/>
  569. <!-- Switch PCI:0000:[88-88] through -->
  570. <link_ctn id="PCI:0000:[88-88] down"/>
  571. <!-- Switch PCI:0000:[86-88] through -->
  572. <link_ctn id="PCI:0000:[86-88] down"/>
  573. <link_ctn id="PCI:0000:[85-88] through"/>
  574. <link_ctn id="PCI:0000:[85-88] down"/>
  575. <link_ctn id="PCI:0000:[80-8a] through"/>
  576. <link_ctn id="PCI:0000:[80-8a] down"/>
  577. <link_ctn id="Host"/>
  578. <link_ctn id="Host"/>
  579. <link_ctn id="PCI:0000:[00-13] up"/>
  580. <link_ctn id="PCI:0000:[00-13] through"/>
  581. <link_ctn id="PCI:0000:[0a-0d] up"/>
  582. <link_ctn id="PCI:0000:[0a-0d] through"/>
  583. <link_ctn id="PCI:0000:[0b-0d] up"/>
  584. <!-- Switch PCI:0000:[0b-0d] through -->
  585. <link_ctn id="PCI:0000:[0d-0d] up"/>
  586. <!-- Switch PCI:0000:[0d-0d] through -->
  587. <link_ctn id="PCI:0000:0d:00.0 up"/>
  588. </route>
  589. <route src="CUDA2" dst="CUDA5" symmetrical="NO">
  590. <link_ctn id="CUDA2-CUDA5"/>
  591. <link_ctn id="PCI:0000:87:00.0 down"/>
  592. <!-- Switch PCI:0000:[87-87] through -->
  593. <link_ctn id="PCI:0000:[87-87] down"/>
  594. <!-- Switch PCI:0000:[86-88] through -->
  595. <link_ctn id="PCI:0000:[86-88] down"/>
  596. <link_ctn id="PCI:0000:[85-88] through"/>
  597. <link_ctn id="PCI:0000:[85-88] down"/>
  598. <link_ctn id="PCI:0000:[80-8a] through"/>
  599. <link_ctn id="PCI:0000:[80-8a] down"/>
  600. <link_ctn id="Host"/>
  601. <link_ctn id="Host"/>
  602. <link_ctn id="PCI:0000:[00-13] up"/>
  603. <link_ctn id="PCI:0000:[00-13] through"/>
  604. <link_ctn id="PCI:0000:[0a-0d] up"/>
  605. <link_ctn id="PCI:0000:[0a-0d] through"/>
  606. <link_ctn id="PCI:0000:[0b-0d] up"/>
  607. <!-- Switch PCI:0000:[0b-0d] through -->
  608. <link_ctn id="PCI:0000:[0d-0d] up"/>
  609. <!-- Switch PCI:0000:[0d-0d] through -->
  610. <link_ctn id="PCI:0000:0d:00.0 up"/>
  611. </route>
  612. <route src="CUDA2" dst="CUDA6" symmetrical="NO">
  613. <link_ctn id="CUDA2-CUDA6"/>
  614. <link_ctn id="PCI:0000:84:00.0 down"/>
  615. <!-- Switch PCI:0000:[84-84] through -->
  616. <link_ctn id="PCI:0000:[84-84] down"/>
  617. <!-- Switch PCI:0000:[82-84] through -->
  618. <link_ctn id="PCI:0000:[82-84] down"/>
  619. <link_ctn id="PCI:0000:[81-84] through"/>
  620. <link_ctn id="PCI:0000:[81-84] down"/>
  621. <link_ctn id="PCI:0000:[80-8a] through"/>
  622. <link_ctn id="PCI:0000:[80-8a] down"/>
  623. <link_ctn id="Host"/>
  624. <link_ctn id="Host"/>
  625. <link_ctn id="PCI:0000:[00-13] up"/>
  626. <link_ctn id="PCI:0000:[00-13] through"/>
  627. <link_ctn id="PCI:0000:[0a-0d] up"/>
  628. <link_ctn id="PCI:0000:[0a-0d] through"/>
  629. <link_ctn id="PCI:0000:[0b-0d] up"/>
  630. <!-- Switch PCI:0000:[0b-0d] through -->
  631. <link_ctn id="PCI:0000:[0d-0d] up"/>
  632. <!-- Switch PCI:0000:[0d-0d] through -->
  633. <link_ctn id="PCI:0000:0d:00.0 up"/>
  634. </route>
  635. <route src="CUDA2" dst="CUDA7" symmetrical="NO">
  636. <link_ctn id="CUDA2-CUDA7"/>
  637. <link_ctn id="PCI:0000:83:00.0 down"/>
  638. <!-- Switch PCI:0000:[83-83] through -->
  639. <link_ctn id="PCI:0000:[83-83] down"/>
  640. <!-- Switch PCI:0000:[82-84] through -->
  641. <link_ctn id="PCI:0000:[82-84] down"/>
  642. <link_ctn id="PCI:0000:[81-84] through"/>
  643. <link_ctn id="PCI:0000:[81-84] down"/>
  644. <link_ctn id="PCI:0000:[80-8a] through"/>
  645. <link_ctn id="PCI:0000:[80-8a] down"/>
  646. <link_ctn id="Host"/>
  647. <link_ctn id="Host"/>
  648. <link_ctn id="PCI:0000:[00-13] up"/>
  649. <link_ctn id="PCI:0000:[00-13] through"/>
  650. <link_ctn id="PCI:0000:[0a-0d] up"/>
  651. <link_ctn id="PCI:0000:[0a-0d] through"/>
  652. <link_ctn id="PCI:0000:[0b-0d] up"/>
  653. <!-- Switch PCI:0000:[0b-0d] through -->
  654. <link_ctn id="PCI:0000:[0d-0d] up"/>
  655. <!-- Switch PCI:0000:[0d-0d] through -->
  656. <link_ctn id="PCI:0000:0d:00.0 up"/>
  657. </route>
  658. <route src="CUDA2" dst="RAM" symmetrical="NO">
  659. <link_ctn id="CUDA2-RAM"/>
  660. <link_ctn id="PCI:0000:0d:00.0 up"/>
  661. <!-- Switch PCI:0000:[0d-0d] through -->
  662. <link_ctn id="PCI:0000:[0d-0d] up"/>
  663. <!-- Switch PCI:0000:[0b-0d] through -->
  664. <link_ctn id="PCI:0000:[0b-0d] up"/>
  665. <link_ctn id="PCI:0000:[0a-0d] through"/>
  666. <link_ctn id="PCI:0000:[0a-0d] up"/>
  667. <link_ctn id="PCI:0000:[00-13] through"/>
  668. <link_ctn id="PCI:0000:[00-13] up"/>
  669. <link_ctn id="Host"/>
  670. </route>
  671. <route src="RAM" dst="CUDA2" symmetrical="NO">
  672. <link_ctn id="RAM-CUDA2"/>
  673. <link_ctn id="PCI:0000:0d:00.0 down"/>
  674. <!-- Switch PCI:0000:[0d-0d] through -->
  675. <link_ctn id="PCI:0000:[0d-0d] down"/>
  676. <!-- Switch PCI:0000:[0b-0d] through -->
  677. <link_ctn id="PCI:0000:[0b-0d] down"/>
  678. <link_ctn id="PCI:0000:[0a-0d] through"/>
  679. <link_ctn id="PCI:0000:[0a-0d] down"/>
  680. <link_ctn id="PCI:0000:[00-13] through"/>
  681. <link_ctn id="PCI:0000:[00-13] down"/>
  682. <link_ctn id="Host"/>
  683. </route>
  684. <route src="CUDA3" dst="CUDA0" symmetrical="NO">
  685. <link_ctn id="CUDA3-CUDA0"/>
  686. <link_ctn id="PCI:0000:12:00.0 down"/>
  687. <!-- Switch PCI:0000:[12-12] through -->
  688. <link_ctn id="PCI:0000:[12-12] down"/>
  689. <!-- Switch PCI:0000:[10-12] through -->
  690. <link_ctn id="PCI:0000:[10-12] down"/>
  691. <link_ctn id="PCI:0000:[0f-12] through"/>
  692. <link_ctn id="PCI:0000:[0f-12] down"/>
  693. <link_ctn id="PCI:0000:[00-13] through"/>
  694. <link_ctn id="PCI:0000:[0a-0d] up"/>
  695. <link_ctn id="PCI:0000:[0a-0d] through"/>
  696. <link_ctn id="PCI:0000:[0b-0d] up"/>
  697. <!-- Switch PCI:0000:[0b-0d] through -->
  698. <link_ctn id="PCI:0000:[0c-0c] up"/>
  699. <!-- Switch PCI:0000:[0c-0c] through -->
  700. <link_ctn id="PCI:0000:0c:00.0 up"/>
  701. </route>
  702. <route src="CUDA3" dst="CUDA1" symmetrical="NO">
  703. <link_ctn id="CUDA3-CUDA1"/>
  704. <link_ctn id="PCI:0000:11:00.0 down"/>
  705. <!-- Switch PCI:0000:[11-11] through -->
  706. <link_ctn id="PCI:0000:[11-11] down"/>
  707. <!-- Switch PCI:0000:[10-12] through -->
  708. <link_ctn id="PCI:0000:[10-12] down"/>
  709. <link_ctn id="PCI:0000:[0f-12] through"/>
  710. <link_ctn id="PCI:0000:[0f-12] down"/>
  711. <link_ctn id="PCI:0000:[00-13] through"/>
  712. <link_ctn id="PCI:0000:[0a-0d] up"/>
  713. <link_ctn id="PCI:0000:[0a-0d] through"/>
  714. <link_ctn id="PCI:0000:[0b-0d] up"/>
  715. <!-- Switch PCI:0000:[0b-0d] through -->
  716. <link_ctn id="PCI:0000:[0c-0c] up"/>
  717. <!-- Switch PCI:0000:[0c-0c] through -->
  718. <link_ctn id="PCI:0000:0c:00.0 up"/>
  719. </route>
  720. <route src="CUDA3" dst="CUDA2" symmetrical="NO">
  721. <link_ctn id="CUDA3-CUDA2"/>
  722. <link_ctn id="PCI:0000:0d:00.0 down"/>
  723. <!-- Switch PCI:0000:[0d-0d] through -->
  724. <link_ctn id="PCI:0000:[0d-0d] down"/>
  725. <!-- Switch PCI:0000:[0b-0d] through -->
  726. <link_ctn id="PCI:0000:[0c-0c] up"/>
  727. <!-- Switch PCI:0000:[0c-0c] through -->
  728. <link_ctn id="PCI:0000:0c:00.0 up"/>
  729. </route>
  730. <route src="CUDA3" dst="CUDA4" symmetrical="NO">
  731. <link_ctn id="CUDA3-CUDA4"/>
  732. <link_ctn id="PCI:0000:88:00.0 down"/>
  733. <!-- Switch PCI:0000:[88-88] through -->
  734. <link_ctn id="PCI:0000:[88-88] down"/>
  735. <!-- Switch PCI:0000:[86-88] through -->
  736. <link_ctn id="PCI:0000:[86-88] down"/>
  737. <link_ctn id="PCI:0000:[85-88] through"/>
  738. <link_ctn id="PCI:0000:[85-88] down"/>
  739. <link_ctn id="PCI:0000:[80-8a] through"/>
  740. <link_ctn id="PCI:0000:[80-8a] down"/>
  741. <link_ctn id="Host"/>
  742. <link_ctn id="Host"/>
  743. <link_ctn id="PCI:0000:[00-13] up"/>
  744. <link_ctn id="PCI:0000:[00-13] through"/>
  745. <link_ctn id="PCI:0000:[0a-0d] up"/>
  746. <link_ctn id="PCI:0000:[0a-0d] through"/>
  747. <link_ctn id="PCI:0000:[0b-0d] up"/>
  748. <!-- Switch PCI:0000:[0b-0d] through -->
  749. <link_ctn id="PCI:0000:[0c-0c] up"/>
  750. <!-- Switch PCI:0000:[0c-0c] through -->
  751. <link_ctn id="PCI:0000:0c:00.0 up"/>
  752. </route>
  753. <route src="CUDA3" dst="CUDA5" symmetrical="NO">
  754. <link_ctn id="CUDA3-CUDA5"/>
  755. <link_ctn id="PCI:0000:87:00.0 down"/>
  756. <!-- Switch PCI:0000:[87-87] through -->
  757. <link_ctn id="PCI:0000:[87-87] down"/>
  758. <!-- Switch PCI:0000:[86-88] through -->
  759. <link_ctn id="PCI:0000:[86-88] down"/>
  760. <link_ctn id="PCI:0000:[85-88] through"/>
  761. <link_ctn id="PCI:0000:[85-88] down"/>
  762. <link_ctn id="PCI:0000:[80-8a] through"/>
  763. <link_ctn id="PCI:0000:[80-8a] down"/>
  764. <link_ctn id="Host"/>
  765. <link_ctn id="Host"/>
  766. <link_ctn id="PCI:0000:[00-13] up"/>
  767. <link_ctn id="PCI:0000:[00-13] through"/>
  768. <link_ctn id="PCI:0000:[0a-0d] up"/>
  769. <link_ctn id="PCI:0000:[0a-0d] through"/>
  770. <link_ctn id="PCI:0000:[0b-0d] up"/>
  771. <!-- Switch PCI:0000:[0b-0d] through -->
  772. <link_ctn id="PCI:0000:[0c-0c] up"/>
  773. <!-- Switch PCI:0000:[0c-0c] through -->
  774. <link_ctn id="PCI:0000:0c:00.0 up"/>
  775. </route>
  776. <route src="CUDA3" dst="CUDA6" symmetrical="NO">
  777. <link_ctn id="CUDA3-CUDA6"/>
  778. <link_ctn id="PCI:0000:84:00.0 down"/>
  779. <!-- Switch PCI:0000:[84-84] through -->
  780. <link_ctn id="PCI:0000:[84-84] down"/>
  781. <!-- Switch PCI:0000:[82-84] through -->
  782. <link_ctn id="PCI:0000:[82-84] down"/>
  783. <link_ctn id="PCI:0000:[81-84] through"/>
  784. <link_ctn id="PCI:0000:[81-84] down"/>
  785. <link_ctn id="PCI:0000:[80-8a] through"/>
  786. <link_ctn id="PCI:0000:[80-8a] down"/>
  787. <link_ctn id="Host"/>
  788. <link_ctn id="Host"/>
  789. <link_ctn id="PCI:0000:[00-13] up"/>
  790. <link_ctn id="PCI:0000:[00-13] through"/>
  791. <link_ctn id="PCI:0000:[0a-0d] up"/>
  792. <link_ctn id="PCI:0000:[0a-0d] through"/>
  793. <link_ctn id="PCI:0000:[0b-0d] up"/>
  794. <!-- Switch PCI:0000:[0b-0d] through -->
  795. <link_ctn id="PCI:0000:[0c-0c] up"/>
  796. <!-- Switch PCI:0000:[0c-0c] through -->
  797. <link_ctn id="PCI:0000:0c:00.0 up"/>
  798. </route>
  799. <route src="CUDA3" dst="CUDA7" symmetrical="NO">
  800. <link_ctn id="CUDA3-CUDA7"/>
  801. <link_ctn id="PCI:0000:83:00.0 down"/>
  802. <!-- Switch PCI:0000:[83-83] through -->
  803. <link_ctn id="PCI:0000:[83-83] down"/>
  804. <!-- Switch PCI:0000:[82-84] through -->
  805. <link_ctn id="PCI:0000:[82-84] down"/>
  806. <link_ctn id="PCI:0000:[81-84] through"/>
  807. <link_ctn id="PCI:0000:[81-84] down"/>
  808. <link_ctn id="PCI:0000:[80-8a] through"/>
  809. <link_ctn id="PCI:0000:[80-8a] down"/>
  810. <link_ctn id="Host"/>
  811. <link_ctn id="Host"/>
  812. <link_ctn id="PCI:0000:[00-13] up"/>
  813. <link_ctn id="PCI:0000:[00-13] through"/>
  814. <link_ctn id="PCI:0000:[0a-0d] up"/>
  815. <link_ctn id="PCI:0000:[0a-0d] through"/>
  816. <link_ctn id="PCI:0000:[0b-0d] up"/>
  817. <!-- Switch PCI:0000:[0b-0d] through -->
  818. <link_ctn id="PCI:0000:[0c-0c] up"/>
  819. <!-- Switch PCI:0000:[0c-0c] through -->
  820. <link_ctn id="PCI:0000:0c:00.0 up"/>
  821. </route>
  822. <route src="CUDA3" dst="RAM" symmetrical="NO">
  823. <link_ctn id="CUDA3-RAM"/>
  824. <link_ctn id="PCI:0000:0c:00.0 up"/>
  825. <!-- Switch PCI:0000:[0c-0c] through -->
  826. <link_ctn id="PCI:0000:[0c-0c] up"/>
  827. <!-- Switch PCI:0000:[0b-0d] through -->
  828. <link_ctn id="PCI:0000:[0b-0d] up"/>
  829. <link_ctn id="PCI:0000:[0a-0d] through"/>
  830. <link_ctn id="PCI:0000:[0a-0d] up"/>
  831. <link_ctn id="PCI:0000:[00-13] through"/>
  832. <link_ctn id="PCI:0000:[00-13] up"/>
  833. <link_ctn id="Host"/>
  834. </route>
  835. <route src="RAM" dst="CUDA3" symmetrical="NO">
  836. <link_ctn id="RAM-CUDA3"/>
  837. <link_ctn id="PCI:0000:0c:00.0 down"/>
  838. <!-- Switch PCI:0000:[0c-0c] through -->
  839. <link_ctn id="PCI:0000:[0c-0c] down"/>
  840. <!-- Switch PCI:0000:[0b-0d] through -->
  841. <link_ctn id="PCI:0000:[0b-0d] down"/>
  842. <link_ctn id="PCI:0000:[0a-0d] through"/>
  843. <link_ctn id="PCI:0000:[0a-0d] down"/>
  844. <link_ctn id="PCI:0000:[00-13] through"/>
  845. <link_ctn id="PCI:0000:[00-13] down"/>
  846. <link_ctn id="Host"/>
  847. </route>
  848. <route src="CUDA4" dst="CUDA0" symmetrical="NO">
  849. <link_ctn id="CUDA4-CUDA0"/>
  850. <link_ctn id="PCI:0000:12:00.0 down"/>
  851. <!-- Switch PCI:0000:[12-12] through -->
  852. <link_ctn id="PCI:0000:[12-12] down"/>
  853. <!-- Switch PCI:0000:[10-12] through -->
  854. <link_ctn id="PCI:0000:[10-12] down"/>
  855. <link_ctn id="PCI:0000:[0f-12] through"/>
  856. <link_ctn id="PCI:0000:[0f-12] down"/>
  857. <link_ctn id="PCI:0000:[00-13] through"/>
  858. <link_ctn id="PCI:0000:[00-13] down"/>
  859. <link_ctn id="Host"/>
  860. <link_ctn id="Host"/>
  861. <link_ctn id="PCI:0000:[80-8a] up"/>
  862. <link_ctn id="PCI:0000:[80-8a] through"/>
  863. <link_ctn id="PCI:0000:[85-88] up"/>
  864. <link_ctn id="PCI:0000:[85-88] through"/>
  865. <link_ctn id="PCI:0000:[86-88] up"/>
  866. <!-- Switch PCI:0000:[86-88] through -->
  867. <link_ctn id="PCI:0000:[88-88] up"/>
  868. <!-- Switch PCI:0000:[88-88] through -->
  869. <link_ctn id="PCI:0000:88:00.0 up"/>
  870. </route>
  871. <route src="CUDA4" dst="CUDA1" symmetrical="NO">
  872. <link_ctn id="CUDA4-CUDA1"/>
  873. <link_ctn id="PCI:0000:11:00.0 down"/>
  874. <!-- Switch PCI:0000:[11-11] through -->
  875. <link_ctn id="PCI:0000:[11-11] down"/>
  876. <!-- Switch PCI:0000:[10-12] through -->
  877. <link_ctn id="PCI:0000:[10-12] down"/>
  878. <link_ctn id="PCI:0000:[0f-12] through"/>
  879. <link_ctn id="PCI:0000:[0f-12] down"/>
  880. <link_ctn id="PCI:0000:[00-13] through"/>
  881. <link_ctn id="PCI:0000:[00-13] down"/>
  882. <link_ctn id="Host"/>
  883. <link_ctn id="Host"/>
  884. <link_ctn id="PCI:0000:[80-8a] up"/>
  885. <link_ctn id="PCI:0000:[80-8a] through"/>
  886. <link_ctn id="PCI:0000:[85-88] up"/>
  887. <link_ctn id="PCI:0000:[85-88] through"/>
  888. <link_ctn id="PCI:0000:[86-88] up"/>
  889. <!-- Switch PCI:0000:[86-88] through -->
  890. <link_ctn id="PCI:0000:[88-88] up"/>
  891. <!-- Switch PCI:0000:[88-88] through -->
  892. <link_ctn id="PCI:0000:88:00.0 up"/>
  893. </route>
  894. <route src="CUDA4" dst="CUDA2" symmetrical="NO">
  895. <link_ctn id="CUDA4-CUDA2"/>
  896. <link_ctn id="PCI:0000:0d:00.0 down"/>
  897. <!-- Switch PCI:0000:[0d-0d] through -->
  898. <link_ctn id="PCI:0000:[0d-0d] down"/>
  899. <!-- Switch PCI:0000:[0b-0d] through -->
  900. <link_ctn id="PCI:0000:[0b-0d] down"/>
  901. <link_ctn id="PCI:0000:[0a-0d] through"/>
  902. <link_ctn id="PCI:0000:[0a-0d] down"/>
  903. <link_ctn id="PCI:0000:[00-13] through"/>
  904. <link_ctn id="PCI:0000:[00-13] down"/>
  905. <link_ctn id="Host"/>
  906. <link_ctn id="Host"/>
  907. <link_ctn id="PCI:0000:[80-8a] up"/>
  908. <link_ctn id="PCI:0000:[80-8a] through"/>
  909. <link_ctn id="PCI:0000:[85-88] up"/>
  910. <link_ctn id="PCI:0000:[85-88] through"/>
  911. <link_ctn id="PCI:0000:[86-88] up"/>
  912. <!-- Switch PCI:0000:[86-88] through -->
  913. <link_ctn id="PCI:0000:[88-88] up"/>
  914. <!-- Switch PCI:0000:[88-88] through -->
  915. <link_ctn id="PCI:0000:88:00.0 up"/>
  916. </route>
  917. <route src="CUDA4" dst="CUDA3" symmetrical="NO">
  918. <link_ctn id="CUDA4-CUDA3"/>
  919. <link_ctn id="PCI:0000:0c:00.0 down"/>
  920. <!-- Switch PCI:0000:[0c-0c] through -->
  921. <link_ctn id="PCI:0000:[0c-0c] down"/>
  922. <!-- Switch PCI:0000:[0b-0d] through -->
  923. <link_ctn id="PCI:0000:[0b-0d] down"/>
  924. <link_ctn id="PCI:0000:[0a-0d] through"/>
  925. <link_ctn id="PCI:0000:[0a-0d] down"/>
  926. <link_ctn id="PCI:0000:[00-13] through"/>
  927. <link_ctn id="PCI:0000:[00-13] down"/>
  928. <link_ctn id="Host"/>
  929. <link_ctn id="Host"/>
  930. <link_ctn id="PCI:0000:[80-8a] up"/>
  931. <link_ctn id="PCI:0000:[80-8a] through"/>
  932. <link_ctn id="PCI:0000:[85-88] up"/>
  933. <link_ctn id="PCI:0000:[85-88] through"/>
  934. <link_ctn id="PCI:0000:[86-88] up"/>
  935. <!-- Switch PCI:0000:[86-88] through -->
  936. <link_ctn id="PCI:0000:[88-88] up"/>
  937. <!-- Switch PCI:0000:[88-88] through -->
  938. <link_ctn id="PCI:0000:88:00.0 up"/>
  939. </route>
  940. <route src="CUDA4" dst="CUDA5" symmetrical="NO">
  941. <link_ctn id="CUDA4-CUDA5"/>
  942. <link_ctn id="PCI:0000:87:00.0 down"/>
  943. <!-- Switch PCI:0000:[87-87] through -->
  944. <link_ctn id="PCI:0000:[87-87] down"/>
  945. <!-- Switch PCI:0000:[86-88] through -->
  946. <link_ctn id="PCI:0000:[88-88] up"/>
  947. <!-- Switch PCI:0000:[88-88] through -->
  948. <link_ctn id="PCI:0000:88:00.0 up"/>
  949. </route>
  950. <route src="CUDA4" dst="CUDA6" symmetrical="NO">
  951. <link_ctn id="CUDA4-CUDA6"/>
  952. <link_ctn id="PCI:0000:84:00.0 down"/>
  953. <!-- Switch PCI:0000:[84-84] through -->
  954. <link_ctn id="PCI:0000:[84-84] down"/>
  955. <!-- Switch PCI:0000:[82-84] through -->
  956. <link_ctn id="PCI:0000:[82-84] down"/>
  957. <link_ctn id="PCI:0000:[81-84] through"/>
  958. <link_ctn id="PCI:0000:[81-84] down"/>
  959. <link_ctn id="PCI:0000:[80-8a] through"/>
  960. <link_ctn id="PCI:0000:[85-88] up"/>
  961. <link_ctn id="PCI:0000:[85-88] through"/>
  962. <link_ctn id="PCI:0000:[86-88] up"/>
  963. <!-- Switch PCI:0000:[86-88] through -->
  964. <link_ctn id="PCI:0000:[88-88] up"/>
  965. <!-- Switch PCI:0000:[88-88] through -->
  966. <link_ctn id="PCI:0000:88:00.0 up"/>
  967. </route>
  968. <route src="CUDA4" dst="CUDA7" symmetrical="NO">
  969. <link_ctn id="CUDA4-CUDA7"/>
  970. <link_ctn id="PCI:0000:83:00.0 down"/>
  971. <!-- Switch PCI:0000:[83-83] through -->
  972. <link_ctn id="PCI:0000:[83-83] down"/>
  973. <!-- Switch PCI:0000:[82-84] through -->
  974. <link_ctn id="PCI:0000:[82-84] down"/>
  975. <link_ctn id="PCI:0000:[81-84] through"/>
  976. <link_ctn id="PCI:0000:[81-84] down"/>
  977. <link_ctn id="PCI:0000:[80-8a] through"/>
  978. <link_ctn id="PCI:0000:[85-88] up"/>
  979. <link_ctn id="PCI:0000:[85-88] through"/>
  980. <link_ctn id="PCI:0000:[86-88] up"/>
  981. <!-- Switch PCI:0000:[86-88] through -->
  982. <link_ctn id="PCI:0000:[88-88] up"/>
  983. <!-- Switch PCI:0000:[88-88] through -->
  984. <link_ctn id="PCI:0000:88:00.0 up"/>
  985. </route>
  986. <route src="CUDA4" dst="RAM" symmetrical="NO">
  987. <link_ctn id="CUDA4-RAM"/>
  988. <link_ctn id="PCI:0000:88:00.0 up"/>
  989. <!-- Switch PCI:0000:[88-88] through -->
  990. <link_ctn id="PCI:0000:[88-88] up"/>
  991. <!-- Switch PCI:0000:[86-88] through -->
  992. <link_ctn id="PCI:0000:[86-88] up"/>
  993. <link_ctn id="PCI:0000:[85-88] through"/>
  994. <link_ctn id="PCI:0000:[85-88] up"/>
  995. <link_ctn id="PCI:0000:[80-8a] through"/>
  996. <link_ctn id="PCI:0000:[80-8a] up"/>
  997. <link_ctn id="Host"/>
  998. </route>
  999. <route src="RAM" dst="CUDA4" symmetrical="NO">
  1000. <link_ctn id="RAM-CUDA4"/>
  1001. <link_ctn id="PCI:0000:88:00.0 down"/>
  1002. <!-- Switch PCI:0000:[88-88] through -->
  1003. <link_ctn id="PCI:0000:[88-88] down"/>
  1004. <!-- Switch PCI:0000:[86-88] through -->
  1005. <link_ctn id="PCI:0000:[86-88] down"/>
  1006. <link_ctn id="PCI:0000:[85-88] through"/>
  1007. <link_ctn id="PCI:0000:[85-88] down"/>
  1008. <link_ctn id="PCI:0000:[80-8a] through"/>
  1009. <link_ctn id="PCI:0000:[80-8a] down"/>
  1010. <link_ctn id="Host"/>
  1011. </route>
  1012. <route src="CUDA5" dst="CUDA0" symmetrical="NO">
  1013. <link_ctn id="CUDA5-CUDA0"/>
  1014. <link_ctn id="PCI:0000:12:00.0 down"/>
  1015. <!-- Switch PCI:0000:[12-12] through -->
  1016. <link_ctn id="PCI:0000:[12-12] down"/>
  1017. <!-- Switch PCI:0000:[10-12] through -->
  1018. <link_ctn id="PCI:0000:[10-12] down"/>
  1019. <link_ctn id="PCI:0000:[0f-12] through"/>
  1020. <link_ctn id="PCI:0000:[0f-12] down"/>
  1021. <link_ctn id="PCI:0000:[00-13] through"/>
  1022. <link_ctn id="PCI:0000:[00-13] down"/>
  1023. <link_ctn id="Host"/>
  1024. <link_ctn id="Host"/>
  1025. <link_ctn id="PCI:0000:[80-8a] up"/>
  1026. <link_ctn id="PCI:0000:[80-8a] through"/>
  1027. <link_ctn id="PCI:0000:[85-88] up"/>
  1028. <link_ctn id="PCI:0000:[85-88] through"/>
  1029. <link_ctn id="PCI:0000:[86-88] up"/>
  1030. <!-- Switch PCI:0000:[86-88] through -->
  1031. <link_ctn id="PCI:0000:[87-87] up"/>
  1032. <!-- Switch PCI:0000:[87-87] through -->
  1033. <link_ctn id="PCI:0000:87:00.0 up"/>
  1034. </route>
  1035. <route src="CUDA5" dst="CUDA1" symmetrical="NO">
  1036. <link_ctn id="CUDA5-CUDA1"/>
  1037. <link_ctn id="PCI:0000:11:00.0 down"/>
  1038. <!-- Switch PCI:0000:[11-11] through -->
  1039. <link_ctn id="PCI:0000:[11-11] down"/>
  1040. <!-- Switch PCI:0000:[10-12] through -->
  1041. <link_ctn id="PCI:0000:[10-12] down"/>
  1042. <link_ctn id="PCI:0000:[0f-12] through"/>
  1043. <link_ctn id="PCI:0000:[0f-12] down"/>
  1044. <link_ctn id="PCI:0000:[00-13] through"/>
  1045. <link_ctn id="PCI:0000:[00-13] down"/>
  1046. <link_ctn id="Host"/>
  1047. <link_ctn id="Host"/>
  1048. <link_ctn id="PCI:0000:[80-8a] up"/>
  1049. <link_ctn id="PCI:0000:[80-8a] through"/>
  1050. <link_ctn id="PCI:0000:[85-88] up"/>
  1051. <link_ctn id="PCI:0000:[85-88] through"/>
  1052. <link_ctn id="PCI:0000:[86-88] up"/>
  1053. <!-- Switch PCI:0000:[86-88] through -->
  1054. <link_ctn id="PCI:0000:[87-87] up"/>
  1055. <!-- Switch PCI:0000:[87-87] through -->
  1056. <link_ctn id="PCI:0000:87:00.0 up"/>
  1057. </route>
  1058. <route src="CUDA5" dst="CUDA2" symmetrical="NO">
  1059. <link_ctn id="CUDA5-CUDA2"/>
  1060. <link_ctn id="PCI:0000:0d:00.0 down"/>
  1061. <!-- Switch PCI:0000:[0d-0d] through -->
  1062. <link_ctn id="PCI:0000:[0d-0d] down"/>
  1063. <!-- Switch PCI:0000:[0b-0d] through -->
  1064. <link_ctn id="PCI:0000:[0b-0d] down"/>
  1065. <link_ctn id="PCI:0000:[0a-0d] through"/>
  1066. <link_ctn id="PCI:0000:[0a-0d] down"/>
  1067. <link_ctn id="PCI:0000:[00-13] through"/>
  1068. <link_ctn id="PCI:0000:[00-13] down"/>
  1069. <link_ctn id="Host"/>
  1070. <link_ctn id="Host"/>
  1071. <link_ctn id="PCI:0000:[80-8a] up"/>
  1072. <link_ctn id="PCI:0000:[80-8a] through"/>
  1073. <link_ctn id="PCI:0000:[85-88] up"/>
  1074. <link_ctn id="PCI:0000:[85-88] through"/>
  1075. <link_ctn id="PCI:0000:[86-88] up"/>
  1076. <!-- Switch PCI:0000:[86-88] through -->
  1077. <link_ctn id="PCI:0000:[87-87] up"/>
  1078. <!-- Switch PCI:0000:[87-87] through -->
  1079. <link_ctn id="PCI:0000:87:00.0 up"/>
  1080. </route>
  1081. <route src="CUDA5" dst="CUDA3" symmetrical="NO">
  1082. <link_ctn id="CUDA5-CUDA3"/>
  1083. <link_ctn id="PCI:0000:0c:00.0 down"/>
  1084. <!-- Switch PCI:0000:[0c-0c] through -->
  1085. <link_ctn id="PCI:0000:[0c-0c] down"/>
  1086. <!-- Switch PCI:0000:[0b-0d] through -->
  1087. <link_ctn id="PCI:0000:[0b-0d] down"/>
  1088. <link_ctn id="PCI:0000:[0a-0d] through"/>
  1089. <link_ctn id="PCI:0000:[0a-0d] down"/>
  1090. <link_ctn id="PCI:0000:[00-13] through"/>
  1091. <link_ctn id="PCI:0000:[00-13] down"/>
  1092. <link_ctn id="Host"/>
  1093. <link_ctn id="Host"/>
  1094. <link_ctn id="PCI:0000:[80-8a] up"/>
  1095. <link_ctn id="PCI:0000:[80-8a] through"/>
  1096. <link_ctn id="PCI:0000:[85-88] up"/>
  1097. <link_ctn id="PCI:0000:[85-88] through"/>
  1098. <link_ctn id="PCI:0000:[86-88] up"/>
  1099. <!-- Switch PCI:0000:[86-88] through -->
  1100. <link_ctn id="PCI:0000:[87-87] up"/>
  1101. <!-- Switch PCI:0000:[87-87] through -->
  1102. <link_ctn id="PCI:0000:87:00.0 up"/>
  1103. </route>
  1104. <route src="CUDA5" dst="CUDA4" symmetrical="NO">
  1105. <link_ctn id="CUDA5-CUDA4"/>
  1106. <link_ctn id="PCI:0000:88:00.0 down"/>
  1107. <!-- Switch PCI:0000:[88-88] through -->
  1108. <link_ctn id="PCI:0000:[88-88] down"/>
  1109. <!-- Switch PCI:0000:[86-88] through -->
  1110. <link_ctn id="PCI:0000:[87-87] up"/>
  1111. <!-- Switch PCI:0000:[87-87] through -->
  1112. <link_ctn id="PCI:0000:87:00.0 up"/>
  1113. </route>
  1114. <route src="CUDA5" dst="CUDA6" symmetrical="NO">
  1115. <link_ctn id="CUDA5-CUDA6"/>
  1116. <link_ctn id="PCI:0000:84:00.0 down"/>
  1117. <!-- Switch PCI:0000:[84-84] through -->
  1118. <link_ctn id="PCI:0000:[84-84] down"/>
  1119. <!-- Switch PCI:0000:[82-84] through -->
  1120. <link_ctn id="PCI:0000:[82-84] down"/>
  1121. <link_ctn id="PCI:0000:[81-84] through"/>
  1122. <link_ctn id="PCI:0000:[81-84] down"/>
  1123. <link_ctn id="PCI:0000:[80-8a] through"/>
  1124. <link_ctn id="PCI:0000:[85-88] up"/>
  1125. <link_ctn id="PCI:0000:[85-88] through"/>
  1126. <link_ctn id="PCI:0000:[86-88] up"/>
  1127. <!-- Switch PCI:0000:[86-88] through -->
  1128. <link_ctn id="PCI:0000:[87-87] up"/>
  1129. <!-- Switch PCI:0000:[87-87] through -->
  1130. <link_ctn id="PCI:0000:87:00.0 up"/>
  1131. </route>
  1132. <route src="CUDA5" dst="CUDA7" symmetrical="NO">
  1133. <link_ctn id="CUDA5-CUDA7"/>
  1134. <link_ctn id="PCI:0000:83:00.0 down"/>
  1135. <!-- Switch PCI:0000:[83-83] through -->
  1136. <link_ctn id="PCI:0000:[83-83] down"/>
  1137. <!-- Switch PCI:0000:[82-84] through -->
  1138. <link_ctn id="PCI:0000:[82-84] down"/>
  1139. <link_ctn id="PCI:0000:[81-84] through"/>
  1140. <link_ctn id="PCI:0000:[81-84] down"/>
  1141. <link_ctn id="PCI:0000:[80-8a] through"/>
  1142. <link_ctn id="PCI:0000:[85-88] up"/>
  1143. <link_ctn id="PCI:0000:[85-88] through"/>
  1144. <link_ctn id="PCI:0000:[86-88] up"/>
  1145. <!-- Switch PCI:0000:[86-88] through -->
  1146. <link_ctn id="PCI:0000:[87-87] up"/>
  1147. <!-- Switch PCI:0000:[87-87] through -->
  1148. <link_ctn id="PCI:0000:87:00.0 up"/>
  1149. </route>
  1150. <route src="CUDA5" dst="RAM" symmetrical="NO">
  1151. <link_ctn id="CUDA5-RAM"/>
  1152. <link_ctn id="PCI:0000:87:00.0 up"/>
  1153. <!-- Switch PCI:0000:[87-87] through -->
  1154. <link_ctn id="PCI:0000:[87-87] up"/>
  1155. <!-- Switch PCI:0000:[86-88] through -->
  1156. <link_ctn id="PCI:0000:[86-88] up"/>
  1157. <link_ctn id="PCI:0000:[85-88] through"/>
  1158. <link_ctn id="PCI:0000:[85-88] up"/>
  1159. <link_ctn id="PCI:0000:[80-8a] through"/>
  1160. <link_ctn id="PCI:0000:[80-8a] up"/>
  1161. <link_ctn id="Host"/>
  1162. </route>
  1163. <route src="RAM" dst="CUDA5" symmetrical="NO">
  1164. <link_ctn id="RAM-CUDA5"/>
  1165. <link_ctn id="PCI:0000:87:00.0 down"/>
  1166. <!-- Switch PCI:0000:[87-87] through -->
  1167. <link_ctn id="PCI:0000:[87-87] down"/>
  1168. <!-- Switch PCI:0000:[86-88] through -->
  1169. <link_ctn id="PCI:0000:[86-88] down"/>
  1170. <link_ctn id="PCI:0000:[85-88] through"/>
  1171. <link_ctn id="PCI:0000:[85-88] down"/>
  1172. <link_ctn id="PCI:0000:[80-8a] through"/>
  1173. <link_ctn id="PCI:0000:[80-8a] down"/>
  1174. <link_ctn id="Host"/>
  1175. </route>
  1176. <route src="CUDA6" dst="CUDA0" symmetrical="NO">
  1177. <link_ctn id="CUDA6-CUDA0"/>
  1178. <link_ctn id="PCI:0000:12:00.0 down"/>
  1179. <!-- Switch PCI:0000:[12-12] through -->
  1180. <link_ctn id="PCI:0000:[12-12] down"/>
  1181. <!-- Switch PCI:0000:[10-12] through -->
  1182. <link_ctn id="PCI:0000:[10-12] down"/>
  1183. <link_ctn id="PCI:0000:[0f-12] through"/>
  1184. <link_ctn id="PCI:0000:[0f-12] down"/>
  1185. <link_ctn id="PCI:0000:[00-13] through"/>
  1186. <link_ctn id="PCI:0000:[00-13] down"/>
  1187. <link_ctn id="Host"/>
  1188. <link_ctn id="Host"/>
  1189. <link_ctn id="PCI:0000:[80-8a] up"/>
  1190. <link_ctn id="PCI:0000:[80-8a] through"/>
  1191. <link_ctn id="PCI:0000:[81-84] up"/>
  1192. <link_ctn id="PCI:0000:[81-84] through"/>
  1193. <link_ctn id="PCI:0000:[82-84] up"/>
  1194. <!-- Switch PCI:0000:[82-84] through -->
  1195. <link_ctn id="PCI:0000:[84-84] up"/>
  1196. <!-- Switch PCI:0000:[84-84] through -->
  1197. <link_ctn id="PCI:0000:84:00.0 up"/>
  1198. </route>
  1199. <route src="CUDA6" dst="CUDA1" symmetrical="NO">
  1200. <link_ctn id="CUDA6-CUDA1"/>
  1201. <link_ctn id="PCI:0000:11:00.0 down"/>
  1202. <!-- Switch PCI:0000:[11-11] through -->
  1203. <link_ctn id="PCI:0000:[11-11] down"/>
  1204. <!-- Switch PCI:0000:[10-12] through -->
  1205. <link_ctn id="PCI:0000:[10-12] down"/>
  1206. <link_ctn id="PCI:0000:[0f-12] through"/>
  1207. <link_ctn id="PCI:0000:[0f-12] down"/>
  1208. <link_ctn id="PCI:0000:[00-13] through"/>
  1209. <link_ctn id="PCI:0000:[00-13] down"/>
  1210. <link_ctn id="Host"/>
  1211. <link_ctn id="Host"/>
  1212. <link_ctn id="PCI:0000:[80-8a] up"/>
  1213. <link_ctn id="PCI:0000:[80-8a] through"/>
  1214. <link_ctn id="PCI:0000:[81-84] up"/>
  1215. <link_ctn id="PCI:0000:[81-84] through"/>
  1216. <link_ctn id="PCI:0000:[82-84] up"/>
  1217. <!-- Switch PCI:0000:[82-84] through -->
  1218. <link_ctn id="PCI:0000:[84-84] up"/>
  1219. <!-- Switch PCI:0000:[84-84] through -->
  1220. <link_ctn id="PCI:0000:84:00.0 up"/>
  1221. </route>
  1222. <route src="CUDA6" dst="CUDA2" symmetrical="NO">
  1223. <link_ctn id="CUDA6-CUDA2"/>
  1224. <link_ctn id="PCI:0000:0d:00.0 down"/>
  1225. <!-- Switch PCI:0000:[0d-0d] through -->
  1226. <link_ctn id="PCI:0000:[0d-0d] down"/>
  1227. <!-- Switch PCI:0000:[0b-0d] through -->
  1228. <link_ctn id="PCI:0000:[0b-0d] down"/>
  1229. <link_ctn id="PCI:0000:[0a-0d] through"/>
  1230. <link_ctn id="PCI:0000:[0a-0d] down"/>
  1231. <link_ctn id="PCI:0000:[00-13] through"/>
  1232. <link_ctn id="PCI:0000:[00-13] down"/>
  1233. <link_ctn id="Host"/>
  1234. <link_ctn id="Host"/>
  1235. <link_ctn id="PCI:0000:[80-8a] up"/>
  1236. <link_ctn id="PCI:0000:[80-8a] through"/>
  1237. <link_ctn id="PCI:0000:[81-84] up"/>
  1238. <link_ctn id="PCI:0000:[81-84] through"/>
  1239. <link_ctn id="PCI:0000:[82-84] up"/>
  1240. <!-- Switch PCI:0000:[82-84] through -->
  1241. <link_ctn id="PCI:0000:[84-84] up"/>
  1242. <!-- Switch PCI:0000:[84-84] through -->
  1243. <link_ctn id="PCI:0000:84:00.0 up"/>
  1244. </route>
  1245. <route src="CUDA6" dst="CUDA3" symmetrical="NO">
  1246. <link_ctn id="CUDA6-CUDA3"/>
  1247. <link_ctn id="PCI:0000:0c:00.0 down"/>
  1248. <!-- Switch PCI:0000:[0c-0c] through -->
  1249. <link_ctn id="PCI:0000:[0c-0c] down"/>
  1250. <!-- Switch PCI:0000:[0b-0d] through -->
  1251. <link_ctn id="PCI:0000:[0b-0d] down"/>
  1252. <link_ctn id="PCI:0000:[0a-0d] through"/>
  1253. <link_ctn id="PCI:0000:[0a-0d] down"/>
  1254. <link_ctn id="PCI:0000:[00-13] through"/>
  1255. <link_ctn id="PCI:0000:[00-13] down"/>
  1256. <link_ctn id="Host"/>
  1257. <link_ctn id="Host"/>
  1258. <link_ctn id="PCI:0000:[80-8a] up"/>
  1259. <link_ctn id="PCI:0000:[80-8a] through"/>
  1260. <link_ctn id="PCI:0000:[81-84] up"/>
  1261. <link_ctn id="PCI:0000:[81-84] through"/>
  1262. <link_ctn id="PCI:0000:[82-84] up"/>
  1263. <!-- Switch PCI:0000:[82-84] through -->
  1264. <link_ctn id="PCI:0000:[84-84] up"/>
  1265. <!-- Switch PCI:0000:[84-84] through -->
  1266. <link_ctn id="PCI:0000:84:00.0 up"/>
  1267. </route>
  1268. <route src="CUDA6" dst="CUDA4" symmetrical="NO">
  1269. <link_ctn id="CUDA6-CUDA4"/>
  1270. <link_ctn id="PCI:0000:88:00.0 down"/>
  1271. <!-- Switch PCI:0000:[88-88] through -->
  1272. <link_ctn id="PCI:0000:[88-88] down"/>
  1273. <!-- Switch PCI:0000:[86-88] through -->
  1274. <link_ctn id="PCI:0000:[86-88] down"/>
  1275. <link_ctn id="PCI:0000:[85-88] through"/>
  1276. <link_ctn id="PCI:0000:[85-88] down"/>
  1277. <link_ctn id="PCI:0000:[80-8a] through"/>
  1278. <link_ctn id="PCI:0000:[81-84] up"/>
  1279. <link_ctn id="PCI:0000:[81-84] through"/>
  1280. <link_ctn id="PCI:0000:[82-84] up"/>
  1281. <!-- Switch PCI:0000:[82-84] through -->
  1282. <link_ctn id="PCI:0000:[84-84] up"/>
  1283. <!-- Switch PCI:0000:[84-84] through -->
  1284. <link_ctn id="PCI:0000:84:00.0 up"/>
  1285. </route>
  1286. <route src="CUDA6" dst="CUDA5" symmetrical="NO">
  1287. <link_ctn id="CUDA6-CUDA5"/>
  1288. <link_ctn id="PCI:0000:87:00.0 down"/>
  1289. <!-- Switch PCI:0000:[87-87] through -->
  1290. <link_ctn id="PCI:0000:[87-87] down"/>
  1291. <!-- Switch PCI:0000:[86-88] through -->
  1292. <link_ctn id="PCI:0000:[86-88] down"/>
  1293. <link_ctn id="PCI:0000:[85-88] through"/>
  1294. <link_ctn id="PCI:0000:[85-88] down"/>
  1295. <link_ctn id="PCI:0000:[80-8a] through"/>
  1296. <link_ctn id="PCI:0000:[81-84] up"/>
  1297. <link_ctn id="PCI:0000:[81-84] through"/>
  1298. <link_ctn id="PCI:0000:[82-84] up"/>
  1299. <!-- Switch PCI:0000:[82-84] through -->
  1300. <link_ctn id="PCI:0000:[84-84] up"/>
  1301. <!-- Switch PCI:0000:[84-84] through -->
  1302. <link_ctn id="PCI:0000:84:00.0 up"/>
  1303. </route>
  1304. <route src="CUDA6" dst="CUDA7" symmetrical="NO">
  1305. <link_ctn id="CUDA6-CUDA7"/>
  1306. <link_ctn id="PCI:0000:83:00.0 down"/>
  1307. <!-- Switch PCI:0000:[83-83] through -->
  1308. <link_ctn id="PCI:0000:[83-83] down"/>
  1309. <!-- Switch PCI:0000:[82-84] through -->
  1310. <link_ctn id="PCI:0000:[84-84] up"/>
  1311. <!-- Switch PCI:0000:[84-84] through -->
  1312. <link_ctn id="PCI:0000:84:00.0 up"/>
  1313. </route>
  1314. <route src="CUDA6" dst="RAM" symmetrical="NO">
  1315. <link_ctn id="CUDA6-RAM"/>
  1316. <link_ctn id="PCI:0000:84:00.0 up"/>
  1317. <!-- Switch PCI:0000:[84-84] through -->
  1318. <link_ctn id="PCI:0000:[84-84] up"/>
  1319. <!-- Switch PCI:0000:[82-84] through -->
  1320. <link_ctn id="PCI:0000:[82-84] up"/>
  1321. <link_ctn id="PCI:0000:[81-84] through"/>
  1322. <link_ctn id="PCI:0000:[81-84] up"/>
  1323. <link_ctn id="PCI:0000:[80-8a] through"/>
  1324. <link_ctn id="PCI:0000:[80-8a] up"/>
  1325. <link_ctn id="Host"/>
  1326. </route>
  1327. <route src="RAM" dst="CUDA6" symmetrical="NO">
  1328. <link_ctn id="RAM-CUDA6"/>
  1329. <link_ctn id="PCI:0000:84:00.0 down"/>
  1330. <!-- Switch PCI:0000:[84-84] through -->
  1331. <link_ctn id="PCI:0000:[84-84] down"/>
  1332. <!-- Switch PCI:0000:[82-84] through -->
  1333. <link_ctn id="PCI:0000:[82-84] down"/>
  1334. <link_ctn id="PCI:0000:[81-84] through"/>
  1335. <link_ctn id="PCI:0000:[81-84] down"/>
  1336. <link_ctn id="PCI:0000:[80-8a] through"/>
  1337. <link_ctn id="PCI:0000:[80-8a] down"/>
  1338. <link_ctn id="Host"/>
  1339. </route>
  1340. <route src="CUDA7" dst="CUDA0" symmetrical="NO">
  1341. <link_ctn id="CUDA7-CUDA0"/>
  1342. <link_ctn id="PCI:0000:12:00.0 down"/>
  1343. <!-- Switch PCI:0000:[12-12] through -->
  1344. <link_ctn id="PCI:0000:[12-12] down"/>
  1345. <!-- Switch PCI:0000:[10-12] through -->
  1346. <link_ctn id="PCI:0000:[10-12] down"/>
  1347. <link_ctn id="PCI:0000:[0f-12] through"/>
  1348. <link_ctn id="PCI:0000:[0f-12] down"/>
  1349. <link_ctn id="PCI:0000:[00-13] through"/>
  1350. <link_ctn id="PCI:0000:[00-13] down"/>
  1351. <link_ctn id="Host"/>
  1352. <link_ctn id="Host"/>
  1353. <link_ctn id="PCI:0000:[80-8a] up"/>
  1354. <link_ctn id="PCI:0000:[80-8a] through"/>
  1355. <link_ctn id="PCI:0000:[81-84] up"/>
  1356. <link_ctn id="PCI:0000:[81-84] through"/>
  1357. <link_ctn id="PCI:0000:[82-84] up"/>
  1358. <!-- Switch PCI:0000:[82-84] through -->
  1359. <link_ctn id="PCI:0000:[83-83] up"/>
  1360. <!-- Switch PCI:0000:[83-83] through -->
  1361. <link_ctn id="PCI:0000:83:00.0 up"/>
  1362. </route>
  1363. <route src="CUDA7" dst="CUDA1" symmetrical="NO">
  1364. <link_ctn id="CUDA7-CUDA1"/>
  1365. <link_ctn id="PCI:0000:11:00.0 down"/>
  1366. <!-- Switch PCI:0000:[11-11] through -->
  1367. <link_ctn id="PCI:0000:[11-11] down"/>
  1368. <!-- Switch PCI:0000:[10-12] through -->
  1369. <link_ctn id="PCI:0000:[10-12] down"/>
  1370. <link_ctn id="PCI:0000:[0f-12] through"/>
  1371. <link_ctn id="PCI:0000:[0f-12] down"/>
  1372. <link_ctn id="PCI:0000:[00-13] through"/>
  1373. <link_ctn id="PCI:0000:[00-13] down"/>
  1374. <link_ctn id="Host"/>
  1375. <link_ctn id="Host"/>
  1376. <link_ctn id="PCI:0000:[80-8a] up"/>
  1377. <link_ctn id="PCI:0000:[80-8a] through"/>
  1378. <link_ctn id="PCI:0000:[81-84] up"/>
  1379. <link_ctn id="PCI:0000:[81-84] through"/>
  1380. <link_ctn id="PCI:0000:[82-84] up"/>
  1381. <!-- Switch PCI:0000:[82-84] through -->
  1382. <link_ctn id="PCI:0000:[83-83] up"/>
  1383. <!-- Switch PCI:0000:[83-83] through -->
  1384. <link_ctn id="PCI:0000:83:00.0 up"/>
  1385. </route>
  1386. <route src="CUDA7" dst="CUDA2" symmetrical="NO">
  1387. <link_ctn id="CUDA7-CUDA2"/>
  1388. <link_ctn id="PCI:0000:0d:00.0 down"/>
  1389. <!-- Switch PCI:0000:[0d-0d] through -->
  1390. <link_ctn id="PCI:0000:[0d-0d] down"/>
  1391. <!-- Switch PCI:0000:[0b-0d] through -->
  1392. <link_ctn id="PCI:0000:[0b-0d] down"/>
  1393. <link_ctn id="PCI:0000:[0a-0d] through"/>
  1394. <link_ctn id="PCI:0000:[0a-0d] down"/>
  1395. <link_ctn id="PCI:0000:[00-13] through"/>
  1396. <link_ctn id="PCI:0000:[00-13] down"/>
  1397. <link_ctn id="Host"/>
  1398. <link_ctn id="Host"/>
  1399. <link_ctn id="PCI:0000:[80-8a] up"/>
  1400. <link_ctn id="PCI:0000:[80-8a] through"/>
  1401. <link_ctn id="PCI:0000:[81-84] up"/>
  1402. <link_ctn id="PCI:0000:[81-84] through"/>
  1403. <link_ctn id="PCI:0000:[82-84] up"/>
  1404. <!-- Switch PCI:0000:[82-84] through -->
  1405. <link_ctn id="PCI:0000:[83-83] up"/>
  1406. <!-- Switch PCI:0000:[83-83] through -->
  1407. <link_ctn id="PCI:0000:83:00.0 up"/>
  1408. </route>
  1409. <route src="CUDA7" dst="CUDA3" symmetrical="NO">
  1410. <link_ctn id="CUDA7-CUDA3"/>
  1411. <link_ctn id="PCI:0000:0c:00.0 down"/>
  1412. <!-- Switch PCI:0000:[0c-0c] through -->
  1413. <link_ctn id="PCI:0000:[0c-0c] down"/>
  1414. <!-- Switch PCI:0000:[0b-0d] through -->
  1415. <link_ctn id="PCI:0000:[0b-0d] down"/>
  1416. <link_ctn id="PCI:0000:[0a-0d] through"/>
  1417. <link_ctn id="PCI:0000:[0a-0d] down"/>
  1418. <link_ctn id="PCI:0000:[00-13] through"/>
  1419. <link_ctn id="PCI:0000:[00-13] down"/>
  1420. <link_ctn id="Host"/>
  1421. <link_ctn id="Host"/>
  1422. <link_ctn id="PCI:0000:[80-8a] up"/>
  1423. <link_ctn id="PCI:0000:[80-8a] through"/>
  1424. <link_ctn id="PCI:0000:[81-84] up"/>
  1425. <link_ctn id="PCI:0000:[81-84] through"/>
  1426. <link_ctn id="PCI:0000:[82-84] up"/>
  1427. <!-- Switch PCI:0000:[82-84] through -->
  1428. <link_ctn id="PCI:0000:[83-83] up"/>
  1429. <!-- Switch PCI:0000:[83-83] through -->
  1430. <link_ctn id="PCI:0000:83:00.0 up"/>
  1431. </route>
  1432. <route src="CUDA7" dst="CUDA4" symmetrical="NO">
  1433. <link_ctn id="CUDA7-CUDA4"/>
  1434. <link_ctn id="PCI:0000:88:00.0 down"/>
  1435. <!-- Switch PCI:0000:[88-88] through -->
  1436. <link_ctn id="PCI:0000:[88-88] down"/>
  1437. <!-- Switch PCI:0000:[86-88] through -->
  1438. <link_ctn id="PCI:0000:[86-88] down"/>
  1439. <link_ctn id="PCI:0000:[85-88] through"/>
  1440. <link_ctn id="PCI:0000:[85-88] down"/>
  1441. <link_ctn id="PCI:0000:[80-8a] through"/>
  1442. <link_ctn id="PCI:0000:[81-84] up"/>
  1443. <link_ctn id="PCI:0000:[81-84] through"/>
  1444. <link_ctn id="PCI:0000:[82-84] up"/>
  1445. <!-- Switch PCI:0000:[82-84] through -->
  1446. <link_ctn id="PCI:0000:[83-83] up"/>
  1447. <!-- Switch PCI:0000:[83-83] through -->
  1448. <link_ctn id="PCI:0000:83:00.0 up"/>
  1449. </route>
  1450. <route src="CUDA7" dst="CUDA5" symmetrical="NO">
  1451. <link_ctn id="CUDA7-CUDA5"/>
  1452. <link_ctn id="PCI:0000:87:00.0 down"/>
  1453. <!-- Switch PCI:0000:[87-87] through -->
  1454. <link_ctn id="PCI:0000:[87-87] down"/>
  1455. <!-- Switch PCI:0000:[86-88] through -->
  1456. <link_ctn id="PCI:0000:[86-88] down"/>
  1457. <link_ctn id="PCI:0000:[85-88] through"/>
  1458. <link_ctn id="PCI:0000:[85-88] down"/>
  1459. <link_ctn id="PCI:0000:[80-8a] through"/>
  1460. <link_ctn id="PCI:0000:[81-84] up"/>
  1461. <link_ctn id="PCI:0000:[81-84] through"/>
  1462. <link_ctn id="PCI:0000:[82-84] up"/>
  1463. <!-- Switch PCI:0000:[82-84] through -->
  1464. <link_ctn id="PCI:0000:[83-83] up"/>
  1465. <!-- Switch PCI:0000:[83-83] through -->
  1466. <link_ctn id="PCI:0000:83:00.0 up"/>
  1467. </route>
  1468. <route src="CUDA7" dst="CUDA6" symmetrical="NO">
  1469. <link_ctn id="CUDA7-CUDA6"/>
  1470. <link_ctn id="PCI:0000:84:00.0 down"/>
  1471. <!-- Switch PCI:0000:[84-84] through -->
  1472. <link_ctn id="PCI:0000:[84-84] down"/>
  1473. <!-- Switch PCI:0000:[82-84] through -->
  1474. <link_ctn id="PCI:0000:[83-83] up"/>
  1475. <!-- Switch PCI:0000:[83-83] through -->
  1476. <link_ctn id="PCI:0000:83:00.0 up"/>
  1477. </route>
  1478. <route src="CUDA7" dst="RAM" symmetrical="NO">
  1479. <link_ctn id="CUDA7-RAM"/>
  1480. <link_ctn id="PCI:0000:83:00.0 up"/>
  1481. <!-- Switch PCI:0000:[83-83] through -->
  1482. <link_ctn id="PCI:0000:[83-83] up"/>
  1483. <!-- Switch PCI:0000:[82-84] through -->
  1484. <link_ctn id="PCI:0000:[82-84] up"/>
  1485. <link_ctn id="PCI:0000:[81-84] through"/>
  1486. <link_ctn id="PCI:0000:[81-84] up"/>
  1487. <link_ctn id="PCI:0000:[80-8a] through"/>
  1488. <link_ctn id="PCI:0000:[80-8a] up"/>
  1489. <link_ctn id="Host"/>
  1490. </route>
  1491. <route src="RAM" dst="CUDA7" symmetrical="NO">
  1492. <link_ctn id="RAM-CUDA7"/>
  1493. <link_ctn id="PCI:0000:83:00.0 down"/>
  1494. <!-- Switch PCI:0000:[83-83] through -->
  1495. <link_ctn id="PCI:0000:[83-83] down"/>
  1496. <!-- Switch PCI:0000:[82-84] through -->
  1497. <link_ctn id="PCI:0000:[82-84] down"/>
  1498. <link_ctn id="PCI:0000:[81-84] through"/>
  1499. <link_ctn id="PCI:0000:[81-84] down"/>
  1500. <link_ctn id="PCI:0000:[80-8a] through"/>
  1501. <link_ctn id="PCI:0000:[80-8a] down"/>
  1502. <link_ctn id="Host"/>
  1503. </route>
  1504. <route src="RAM" dst="DISK0" symmetrical="NO">
  1505. <link_ctn id="Host"/>
  1506. <link_ctn id="RAM-DISK0"/>
  1507. </route>
  1508. <route src="DISK0" dst="RAM" symmetrical="NO">
  1509. <link_ctn id="DISK0-RAM"/>
  1510. <link_ctn id="Host"/>
  1511. </route>
  1512. </AS>
  1513. </platform>