Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
end of splitting examples/msg/tracing
[simgrid.git] / examples / msg / tracing / deployment.xml
diff --git a/examples/msg/tracing/deployment.xml b/examples/msg/tracing/deployment.xml
deleted file mode 100644 (file)
index 3c2a758..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <!-- The master process (with some arguments) -->
-  <process host="Tremblay" function="master">
-     <argument value="20"/>       <!-- Number of tasks -->
-     <argument value="50000000"/>  <!-- Computation size of tasks -->
-     <argument value="1000000"/>   <!-- Communication size of tasks -->
-     <argument value="5"/>         <!-- Number of slaves -->
-  </process>
-  <process host="Tremblay" function="slave"/>
-  <process host="Jupiter" function="slave"/>
-  <process host="Fafard" function="slave"/>
-  <process host="Ginette" function="slave"/>
-  <process host="Bourassa" function="slave"/>
-</platform>