Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move another msg example to the dungeon
[simgrid.git] / examples / msg / app-pingpong / app-pingpong_d.xml
diff --git a/examples/msg/app-pingpong/app-pingpong_d.xml b/examples/msg/app-pingpong/app-pingpong_d.xml
deleted file mode 100644 (file)
index c0fdc23..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4.1">
-<!-- For using with ping_pong, platform_sendrecv.xml -->
-  <actor host="Tremblay" function="pinger">
-    <argument value="Jupiter"/>
-  </actor>
-  <actor host="Jupiter"  function="ponger">
-    <argument value="Tremblay"/>
-  </actor>
-</platform>