-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comestic changes and fixing batch example
- Loading branch information
1 parent
de6e9d4
commit 34ce2ab
Showing
6 changed files
with
48 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version='1.0'?> | ||
<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd"> | ||
<platform version="4"> | ||
<AS id="AS0" routing="Full"> | ||
<host id="Host1" speed="1f" core="10"/> | ||
<host id="Host2" speed="1f" core="10"/> | ||
<host id="Host3" speed="1f" core="10"/> | ||
<host id="Host4" speed="1f" core="10"/> | ||
<link id="1" bandwidth="5000GBps" latency="0us"/> | ||
<route src="Host1" dst="Host2"> | ||
<link_ctn id="1"/> | ||
</route> | ||
<route src="Host1" dst="Host3"> | ||
<link_ctn id="1"/> | ||
</route> | ||
<route src="Host1" dst="Host4"> | ||
<link_ctn id="1"/> | ||
</route> | ||
</AS> | ||
</platform> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters