idgraf.platform.xml 65 KB

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