SimGrid
3.18
Versatile Simulation of Distributed Systems
Home page
Online documentation
Java documentation
Dev's Corner
examples/s4u/platform-properties/s4u-platform-properties_d.xml
1
<?
xml
version
=
'1.0'
?>
2
<!
DOCTYPE
platform
SYSTEM
"http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd"
>
3
<
platform
version
=
"4.1"
>
4
<
actor
host
=
"host1"
function
=
"alice"
/>
5
<
actor
host
=
"host1"
function
=
"bob"
>
6
<
prop
id
=
"SomeProp"
value
=
"SomeValue"
/>
7
</
actor
>
8
<
actor
host
=
"host2"
function
=
"carole"
/>
9
<
actor
host
=
"host2"
function
=
"david"
/>
10
</
platform
>
Generated by
1.8.13