Kaynağa Gözat

Also prepend MPI node name to bus links

Samuel Thibault 10 yıl önce
ebeveyn
işleme
3aac77553e
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      src/starpu_smpi.xslt

+ 3 - 0
src/starpu_smpi.xslt

@@ -41,6 +41,9 @@ See the GNU Lesser General Public License in COPYING.LGPL for more details.
     <xsl:template match="platform/AS/host/@id">
 	    <xsl:attribute name="id"><xsl:value-of select="$ASname"/>-<xsl:value-of select="."/></xsl:attribute>
     </xsl:template>
+    <xsl:template match="platform/AS/link/@id">
+	    <xsl:attribute name="id"><xsl:value-of select="$ASname"/>-<xsl:value-of select="."/></xsl:attribute>
+    </xsl:template>
 
 </xsl:stylesheet>