Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv examples/s4u examples/cpp
[simgrid.git] / examples / s4u / app-bittorrent / s4u-app-bittorrent_d.xml
diff --git a/examples/s4u/app-bittorrent/s4u-app-bittorrent_d.xml b/examples/s4u/app-bittorrent/s4u-app-bittorrent_d.xml
deleted file mode 100644 (file)
index 08ae46d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-<platform version="4.1">
-
-  <actor host="node-0.simgrid.org" function="tracker">
-    <argument value="3000" />
-  </actor>
-
-  <actor host="node-1.simgrid.org" function="peer">
-    <argument value="00000002"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
-    <argument value="1" />       <!-- indicates if the peer is a seed at the beginning of the simulation --> 
-  </actor>
-  <actor host="node-2.simgrid.org" function="peer">
-    <argument value="00000003"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
-  </actor>
-  <actor host="node-3.simgrid.org" function="peer">
-    <argument value="00000004"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
-  </actor>
-  <actor host="node-4.simgrid.org" function="peer">
-    <argument value="00000005"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
-    <argument value="1" />       <!-- indicates if the peer is a seed at the beginning of the simulation --> 
-  </actor>
-  <actor host="node-5.simgrid.org" function="peer">
-    <argument value="00000006"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
-  </actor>
-  <actor host="node-6.simgrid.org" function="peer">
-    <argument value="00000007"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
-  </actor>
-  <actor host="node-7.simgrid.org" function="peer">
-    <argument value="00000008"/>    <!-- my id -->
-    <argument value="5000" />    <!-- end time --> 
-  </actor>
-</platform>