Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split NetZone and NetZoneImpl as it should in s4u realm
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 23 Jun 2018 18:52:13 +0000 (20:52 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 23 Jun 2018 19:23:24 +0000 (21:23 +0200)
commitda23351cb44bc018edc2c181b90bcdb7083b061c
tree79edc1a240021ec3b4286c997bc3138667512d98
parent506def212fd32cd837f8ac85f6bb7a1f25a829f7
split NetZone and NetZoneImpl as it should in s4u realm
32 files changed:
include/simgrid/kernel/routing/ClusterZone.hpp
include/simgrid/kernel/routing/DijkstraZone.hpp
include/simgrid/kernel/routing/DragonflyZone.hpp
include/simgrid/kernel/routing/EmptyZone.hpp
include/simgrid/kernel/routing/FatTreeZone.hpp
include/simgrid/kernel/routing/FloydZone.hpp
include/simgrid/kernel/routing/FullZone.hpp
include/simgrid/kernel/routing/NetZoneImpl.hpp
include/simgrid/kernel/routing/RoutedZone.hpp
include/simgrid/kernel/routing/TorusZone.hpp
include/simgrid/kernel/routing/VivaldiZone.hpp
include/simgrid/s4u/Engine.hpp
include/simgrid/s4u/NetZone.hpp
src/bindings/java/jmsg_as.cpp
src/bindings/lua/lua_platf.cpp
src/instr/instr_platform.cpp
src/instr/jedule/jedule_platform.cpp
src/kernel/routing/ClusterZone.cpp
src/kernel/routing/DijkstraZone.cpp
src/kernel/routing/DragonflyZone.cpp
src/kernel/routing/EmptyZone.cpp
src/kernel/routing/FatTreeZone.cpp
src/kernel/routing/FloydZone.cpp
src/kernel/routing/FullZone.cpp
src/kernel/routing/NetZoneImpl.cpp
src/kernel/routing/RoutedZone.cpp
src/kernel/routing/TorusZone.cpp
src/kernel/routing/VivaldiZone.cpp
src/s4u/s4u_Engine.cpp
src/s4u/s4u_Netzone.cpp
src/surf/sg_platf.cpp
src/surf/xml/platf_private.hpp