diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-05 16:42:11 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-05 16:42:11 +0200 |
| commit | f0208cbc865822057196de77054163dbade48581 (patch) | |
| tree | d6813d3dc122314014c18d56c4ade14d363129c0 /platform.xml | |
Create simulator
Diffstat (limited to 'platform.xml')
| -rw-r--r-- | platform.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/platform.xml b/platform.xml new file mode 100644 index 0000000..7faab20 --- /dev/null +++ b/platform.xml @@ -0,0 +1,17 @@ +<?xml version='1.0'?> +<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd"> +<platform version="4.1"> +<AS id="AS0" routing="Full"> + +<host id="ou0" speed="100.0Mf,50.0Mf,20.0Mf" pstate="0"></host> + +<host id="ou1" speed="100.0Mf,50.0Mf,20.0Mf" pstate="0"></host> + + +<link id="link" bandwidth="1bps" latency="0ms" sharing_policy="SPLITDUPLEX"></link> + +<route src="ou0" dst="ou1" symmetrical="YES"><link_ctn id="link_UP" /></route> + +</AS> +</platform> + |
