Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a bug in task exchange which broke MSG_task_get_sender()
[simgrid.git] / teshsuite / msg / get_sender.xml
diff --git a/teshsuite/msg/get_sender.xml b/teshsuite/msg/get_sender.xml
new file mode 100644 (file)
index 0000000..86ea2a9
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2">
+  <!-- Platform -->
+  
+  <host id="toto" power="1000000"/>
+  <link id="lb" bandwidth="100000000" latency="0.000000"/>
+  <route src="toto" dst="toto"><link:ctn id="lb"/></route>
+  
+  <!-- Deployment -->
+  <process host="toto" function="send"/>
+  <process host="toto" function="receive"/>
+</platform>