Quellcode durchsuchen

Also prepend MPI node name to bus links

Samuel Thibault vor 10 Jahren
Ursprung
Commit
3aac77553e
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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:template match="platform/AS/host/@id">
 	    <xsl:attribute name="id"><xsl:value-of select="$ASname"/>-<xsl:value-of select="."/></xsl:attribute>
 	    <xsl:attribute name="id"><xsl:value-of select="$ASname"/>-<xsl:value-of select="."/></xsl:attribute>
     </xsl:template>
     </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>
 </xsl:stylesheet>