瀏覽代碼

Also prepend MPI node name to bus links

Samuel Thibault 10 年之前
父節點
當前提交
3aac77553e
共有 1 個文件被更改,包括 3 次插入0 次删除
  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>