Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Separate NetworkModel from LinkImpl.
authorBruno Donassolo <bruno.donassolo@inria.fr>
Sat, 2 Apr 2022 16:28:59 +0000 (18:28 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Mon, 4 Apr 2022 08:37:28 +0000 (10:37 +0200)
commit81d7cef8216e2de0c091d47b34c404047fa8f183
tree1342967ce1bdb1e83a9f1423c0b51134e8e67a0b
parent6cc0dc3a9543b27a6f9544f60565abe9e3ab6f3c
Separate NetworkModel from LinkImpl.

Fix memleak in internal loopback link
34 files changed:
MANIFEST.in
include/simgrid/kernel/routing/NetZoneImpl.hpp
include/simgrid/s4u/Engine.hpp
src/instr/instr_platform.cpp
src/kernel/activity/CommImpl.cpp
src/kernel/resource/LinkImpl.hpp
src/kernel/resource/NetworkModel.cpp [moved from src/kernel/resource/LinkImpl.cpp with 97% similarity]
src/kernel/resource/NetworkModel.hpp [new file with mode: 0644]
src/kernel/resource/StandardLinkImpl.cpp
src/kernel/resource/StandardLinkImpl.hpp
src/kernel/routing/DijkstraZone.cpp
src/kernel/routing/DragonflyZone.cpp
src/kernel/routing/FatTreeZone.cpp
src/kernel/routing/FloydZone.cpp
src/kernel/routing/FullZone.cpp
src/kernel/routing/NetZoneImpl.cpp
src/kernel/routing/StarZone.cpp
src/kernel/routing/TorusZone.cpp
src/kernel/routing/WifiZone.cpp
src/plugins/host_dvfs.cpp
src/plugins/link_load.cpp
src/s4u/s4u_Engine.cpp
src/s4u/s4u_Netzone.cpp
src/surf/HostImpl.hpp
src/surf/host_clm03.cpp
src/surf/network_cm02.cpp
src/surf/network_cm02.hpp
src/surf/network_constant.hpp
src/surf/network_ns3.hpp
src/surf/ptask_L07.cpp
src/surf/ptask_L07.hpp
teshsuite/surf/surf_usage/surf_usage.cpp
teshsuite/surf/surf_usage2/surf_usage2.cpp
tools/cmake/DefinePackages.cmake