Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reorganize *LinkImpl stuff
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Wed, 5 Jan 2022 14:56:37 +0000 (15:56 +0100)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Wed, 5 Jan 2022 16:54:29 +0000 (17:54 +0100)
commit76d4849864c227687e17bdd93c5b1338e9b4cb50
treea0e21982cc11a15d55016094e2a12f5a480604b1
parentdcf29959ccd236a4c965febd184934808c48dc4c
reorganize *LinkImpl stuff
68 files changed:
MANIFEST.in
include/simgrid/forward.h
include/simgrid/kernel/routing/ClusterZone.hpp
include/simgrid/kernel/routing/DragonflyZone.hpp
include/simgrid/kernel/routing/FatTreeZone.hpp
include/simgrid/kernel/routing/NetZoneImpl.hpp
include/simgrid/kernel/routing/RoutedZone.hpp
include/simgrid/kernel/routing/StarZone.hpp
include/simgrid/kernel/routing/WifiZone.hpp
include/simgrid/s4u/Engine.hpp
include/simgrid/s4u/Host.hpp
include/simgrid/s4u/Link.hpp
include/simgrid/s4u/NetZone.hpp
src/instr/instr_interface.cpp
src/instr/instr_platform.cpp
src/kernel/EngineImpl.cpp
src/kernel/EngineImpl.hpp
src/kernel/activity/CommImpl.cpp
src/kernel/resource/LinkImpl.cpp [moved from src/surf/network_interface.cpp with 79% similarity]
src/kernel/resource/LinkImpl.hpp [moved from src/surf/network_interface.hpp with 68% similarity]
src/kernel/resource/SplitDuplexLinkImpl.cpp [moved from src/surf/SplitDuplexLinkImpl.cpp with 90% similarity]
src/kernel/resource/SplitDuplexLinkImpl.hpp [moved from src/surf/SplitDuplexLinkImpl.hpp with 85% similarity]
src/kernel/resource/SplitDuplexLinkImpl_test.cpp [moved from src/surf/SplitDuplexLinkImpl_test.cpp with 96% similarity]
src/kernel/resource/StandardLinkImpl.cpp [moved from src/surf/LinkImpl.cpp with 82% similarity]
src/kernel/resource/StandardLinkImpl.hpp [moved from src/surf/LinkImpl.hpp with 76% similarity]
src/kernel/resource/WifiLinkImpl.cpp [moved from src/surf/network_wifi.cpp with 69% similarity]
src/kernel/resource/WifiLinkImpl.hpp [moved from src/surf/network_wifi.hpp with 67% similarity]
src/kernel/routing/ClusterZone.cpp
src/kernel/routing/DijkstraZone.cpp
src/kernel/routing/DijkstraZone_test.cpp
src/kernel/routing/DragonflyZone.cpp
src/kernel/routing/FatTreeZone.cpp
src/kernel/routing/FloydZone.cpp
src/kernel/routing/FloydZone_test.cpp
src/kernel/routing/FullZone.cpp
src/kernel/routing/FullZone_test.cpp
src/kernel/routing/NetZoneImpl.cpp
src/kernel/routing/RoutedZone.cpp
src/kernel/routing/StarZone.cpp
src/kernel/routing/StarZone_test.cpp
src/kernel/routing/TorusZone.cpp
src/kernel/routing/VivaldiZone.cpp
src/kernel/routing/WifiZone.cpp
src/plugins/host_dvfs.cpp
src/plugins/link_energy_wifi.cpp
src/plugins/link_load.cpp
src/s4u/s4u_Host.cpp
src/s4u/s4u_Link.cpp
src/s4u/s4u_Netzone.cpp
src/surf/HostImpl.hpp
src/surf/LinkImplIntf.hpp [deleted file]
src/surf/network_cm02.cpp
src/surf/network_cm02.hpp
src/surf/network_constant.cpp
src/surf/network_constant.hpp
src/surf/network_ns3.cpp
src/surf/network_ns3.hpp
src/surf/ptask_L07.cpp
src/surf/ptask_L07.hpp
src/surf/xml/surfxml_parseplatf.cpp
src/surf/xml/surfxml_sax_cb.cpp
teshsuite/models/wifi_usage/wifi_usage.cpp
teshsuite/models/wifi_usage_decay/wifi_usage_decay.cpp
teshsuite/platforms/flatifier.cpp
teshsuite/surf/surf_usage/surf_usage.cpp
teshsuite/surf/surf_usage2/surf_usage2.cpp
tools/cmake/DefinePackages.cmake
tools/cmake/Tests.cmake