Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Massive file renaming (stupid CVS) so that we can have more than 9 lessons and still...
[simgrid.git] / doc / gtut-files / 03-args.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">
3 <platform_description version="1">
4   <process host="Jacquelin" function="server">
5     <argument value="12345"/>
6   </process>
7   <process host="Boivin" function="client">
8     <argument value="Jacquelin"/>
9     <argument value="12345"/>
10   </process>
11 </platform_description>
12