A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ea34bbeaacdbd410b6cb847f93c04bb7bf773c81
[simgrid.git]
/
teshsuite
/
mc
/
mutex-handling
/
mutex-handling_d.xml
1
<?xml version='1.0'?>
2
<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3
<platform version="4">
4
<process host="Disney" function="receiver"/>
5
<process host="Jill" function="sender">
6
<argument value="X"/>
7
</process>
8
<process host="UNIX" function="sender">
9
<argument value="Y"/>
10
</process>
11
</platform>