Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / examples / bandwidth / bandwidth_deployment.xml
diff --git a/examples/bandwidth/bandwidth_deployment.xml b/examples/bandwidth/bandwidth_deployment.xml
deleted file mode 100644 (file)
index 76d960c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="1">
-  <process host="Tremblay" function="sensor">
-     <argument value="4000"/>       <!-- port number -->
-  </process>
-  <process host="Ginette" function="sensor">
-     <argument value="4000"/>       <!-- port number -->
-  </process>
-  <process host="Jupiter" function="maestro">
-     <argument value="Tremblay"/>   <!-- server host -->
-     <argument value="4000"/>       <!-- port number -->
-     <argument value="Ginette"/>   <!-- server host -->
-     <argument value="4000"/>       <!-- port number -->
-  </process>
-</platform_description>