]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/gtnets/onelink-d.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
increase the timeout of a command which seem to be a bit long on pipol
[simgrid.git] / examples / msg / gtnets / onelink-d.xml
index fcf23245fdebbae6a985f31b1a08001112289169..17d98f25d044bbd431a75a39403ab5d630bf7fad 100644 (file)
@@ -1,12 +1,15 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
 <platform version="2">
 
   <process host="S1" function="master">
-      <argument value="100000000"/>
+      <argument value="1000000"/>
       <argument value="C1"/>
+      <argument value="1"/>
   </process>
 
-  <process host="C1" function="slave"/>
-
+  <process host="C1" function="slave">
+    <argument value="1"/>
+  </process>
+  
 </platform>