Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start renaming AS to NetZone
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 13 Dec 2016 08:55:07 +0000 (09:55 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 13 Dec 2016 08:55:39 +0000 (09:55 +0100)
commita22eb0ac7d22d5beaa6e33adf8f85c28dac59024
tree4f9d3b52f3c469581f7acb1bba47cc4a6bdcfdd5
parentc47662eb573ba74a5059cc7ba22c333d691a196c
start renaming AS to NetZone

These things are obviously not Autonomous Systems as in Internet:
they form a hierarchy...

That's an intrusive change ongoing, but we want the best for SimGrid,
don't we?
29 files changed:
src/kernel/EngineImpl.cpp
src/kernel/routing/ClusterZone.cpp [moved from src/kernel/routing/AsCluster.cpp with 99% similarity]
src/kernel/routing/ClusterZone.hpp [moved from src/kernel/routing/AsCluster.hpp with 96% similarity]
src/kernel/routing/DijkstraZone.cpp [moved from src/kernel/routing/AsDijkstra.cpp with 99% similarity]
src/kernel/routing/DijkstraZone.hpp [moved from src/kernel/routing/AsDijkstra.hpp with 97% similarity]
src/kernel/routing/DragonflyZone.cpp [moved from src/kernel/routing/AsClusterDragonfly.cpp with 99% similarity]
src/kernel/routing/DragonflyZone.hpp [moved from src/kernel/routing/AsClusterDragonfly.hpp with 98% similarity]
src/kernel/routing/EmptyZone.cpp [moved from src/kernel/routing/AsNone.cpp with 94% similarity]
src/kernel/routing/EmptyZone.hpp [moved from src/kernel/routing/AsNone.hpp with 94% similarity]
src/kernel/routing/FatTreeZone.cpp [moved from src/kernel/routing/AsClusterFatTree.cpp with 99% similarity]
src/kernel/routing/FatTreeZone.hpp [moved from src/kernel/routing/AsClusterFatTree.hpp with 99% similarity]
src/kernel/routing/FloydZone.cpp [moved from src/kernel/routing/AsFloyd.cpp with 99% similarity]
src/kernel/routing/FloydZone.hpp [moved from src/kernel/routing/AsFloyd.hpp with 95% similarity]
src/kernel/routing/FullZone.cpp [moved from src/kernel/routing/AsFull.cpp with 99% similarity]
src/kernel/routing/FullZone.hpp [moved from src/kernel/routing/AsFull.hpp with 94% similarity]
src/kernel/routing/NetCard.hpp
src/kernel/routing/NetZoneImpl.cpp [moved from src/kernel/routing/AsImpl.cpp with 99% similarity]
src/kernel/routing/NetZoneImpl.hpp [moved from src/kernel/routing/AsImpl.hpp with 100% similarity]
src/kernel/routing/RoutedZone.cpp [moved from src/kernel/routing/AsRoutedGraph.cpp with 99% similarity]
src/kernel/routing/RoutedZone.hpp [moved from src/kernel/routing/AsRoutedGraph.hpp with 95% similarity]
src/kernel/routing/TorusZone.cpp [moved from src/kernel/routing/AsClusterTorus.cpp with 99% similarity]
src/kernel/routing/TorusZone.hpp [moved from src/kernel/routing/AsClusterTorus.hpp with 95% similarity]
src/kernel/routing/VivaldiZone.cpp [moved from src/kernel/routing/AsVivaldi.cpp with 98% similarity]
src/kernel/routing/VivaldiZone.hpp [moved from src/kernel/routing/AsVivaldi.hpp with 95% similarity]
src/s4u/s4u_engine.cpp
src/surf/instr_routing.cpp
src/surf/sg_platf.cpp
src/surf/surf_routing.hpp
tools/cmake/DefinePackages.cmake