Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a s4u::Link class, at least
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 7 Feb 2017 01:03:01 +0000 (02:03 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 7 Feb 2017 01:05:04 +0000 (02:05 +0100)
commit210da270d0339479db706757d8c836621bb138c9
tree00f3f2206182d6c7a7ca0b9b1c5530eb2ef8d99d
parent5d4bf7d1cd502bc979d98e35067872186f2a0a21
Add a s4u::Link class, at least
30 files changed:
include/simgrid/forward.h
include/simgrid/s4u/NetZone.hpp
include/simgrid/s4u/forward.hpp
include/simgrid/s4u/host.hpp
include/simgrid/s4u/link.hpp [new file with mode: 0644]
src/instr/instr_interface.cpp
src/kernel/routing/ClusterZone.cpp
src/kernel/routing/ClusterZone.hpp
src/kernel/routing/DijkstraZone.cpp
src/kernel/routing/DragonflyZone.cpp
src/kernel/routing/DragonflyZone.hpp
src/kernel/routing/FatTreeZone.cpp
src/kernel/routing/FatTreeZone.hpp
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_host.cpp
src/s4u/s4u_link.cpp [new file with mode: 0644]
src/s4u/s4u_netzone.cpp
src/surf/network_ib.cpp
src/surf/network_interface.cpp
src/surf/network_interface.hpp
src/surf/sg_platf.cpp
src/surf/xml/platf_private.hpp
src/surf/xml/surfxml_sax_cb.cpp
teshsuite/simdag/flatifier/flatifier.cpp
tools/cmake/DefinePackages.cmake