Przeglądaj źródła

Also prepend MPI node name to bus links

Samuel Thibault 10 lat temu
rodzic
commit
3aac77553e
1 zmienionych plików z 3 dodań i 0 usunięć
  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>