Explorar o código

Also prepend MPI node name to bus links

Samuel Thibault %!s(int64=10) %!d(string=hai) anos
pai
achega
3aac77553e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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>