Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another fix to avoid issues with .f or .F in f77
[simgrid.git] / examples / java / migration / migrationDeployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4   <process host="Jacquelin" function="migration.Emigrant"/>
5   <process host="Boivin" function="migration.Policeman"/>
6 </platform>