Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allows for mount of remote disks in file system plugin
[simgrid.git] / examples / s4u / io-file-remote / s4u-io-file-remote_d.xml
index 13caee27653b9b343b386be53188ce368f4baa2f..956f940a690c4bfffd150da06d3ef273af17b0b7 100644 (file)
@@ -2,15 +2,18 @@
 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
 <platform version="4.1">
   <actor host="alice" function="host">
-    <argument value = "c:\Windows\Professional.xml"/>
+    <argument value = "/lib/libsimgrid.so.3.6.2"/>
     <argument value = "bob"/>
-    <argument value = "/scratch/mailbox/Professional.xml"/>
+    <argument value = "/scratch/lib/libsimgrid.so.3.6.2"/>
     <argument value = "1"/>
   </actor>
   <actor host="bob" function="host">
     <argument value = "/scratch/doc/simgrid/examples/platforms/g5k.xml"/>
     <argument value = "alice"/>
-    <argument value = "c:\Windows\Platforms\g5k.xml"/>
+    <argument value = "/tmp/platforms/g5k.xml"/>
     <argument value = "0"/>
   </actor>
+  <actor host="carl" function="host">
+    <argument value = "/scratch/lib/libsimgrid.so.3.6.2"/>
+  </actor>
 </platform>