Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding a test on priorities
[simgrid.git] / examples / msg / priority / deployment_priority.xml
diff --git a/examples/msg/priority/deployment_priority.xml b/examples/msg/priority/deployment_priority.xml
new file mode 100644 (file)
index 0000000..c79125a
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<!-- For using with ping_pong, platform_sendrecv.xml -->
+<platform_description version="1">
+  <process host="Fafard" function="test">
+       <argument value="76296000"/>
+       <argument value="1.0"/>
+  </process>
+  <process host="Fafard" function="test">
+       <argument value="76296000"/>
+       <argument value="2.0"/>
+  </process>
+</platform_description>