diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-06 09:04:35 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-06 09:04:35 +0200 |
| commit | 4b321cfe80f0bbf94f3648a9fc056ae2c19a3436 (patch) | |
| tree | 9e6e8d561a77b9f684d33716b642521d1bce67c0 /platform.xml | |
| parent | e8ad4ccb0979e1118e310d1e514ef3a58275b66f (diff) | |
Improve platform management and allow energy simulation
Diffstat (limited to 'platform.xml')
| -rw-r--r-- | platform.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/platform.xml b/platform.xml deleted file mode 100644 index 7faab20..0000000 --- a/platform.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?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> - |
