Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add token_ring example.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 31 Jan 2011 15:47:55 +0000 (15:47 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 31 Jan 2011 15:47:55 +0000 (15:47 +0000)
commit4a8dc1f6c73ac34ea13dc0074444345d36279902
tree2af800bdb095b39d165d65866fb75f3eee22dc92
parent00e8231fa94528961cddaa1fe35e232de5438e76
Add token_ring example.
For latency change get_latency between two routers by two AS with the same coordinates.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9535 48e7efb5-ca39-0410-a469-dd3cf9ba447f
12 files changed:
buildtools/Cmake/AddTests.cmake
buildtools/Cmake/MakeExe.cmake
examples/msg/token_ring/CMakeLists.txt [new file with mode: 0644]
examples/msg/token_ring/ring_call.c [moved from teshsuite/simdag/platforms/ring_call.c with 89% similarity]
examples/msg/token_ring/token_ring.tesh [new file with mode: 0644]
examples/msg/token_ring/two_clusters.xml [new file with mode: 0644]
examples/msg/token_ring/two_peer.xml [new file with mode: 0644]
include/surf/simgrid_dtd.h
src/surf/simgrid.dtd
src/surf/simgrid_dtd.c
src/surf/surf_routing.c
teshsuite/simdag/platforms/CMakeLists.txt