Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New: s4u::create_fatTree_zone
authorBruno Donassolo <bruno.donassolo@inria.fr>
Mon, 26 Apr 2021 15:12:13 +0000 (17:12 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Tue, 27 Apr 2021 17:13:53 +0000 (19:13 +0200)
commit6e835f0ea3cd49e0c025a416ab3af54375f91401
tree8f9d32ab75f55d1fd8f63fdcb9465f9ac2bdd9d9
parent24947937a4e48cf91d79eb889e1a6d6c30cbc2ef
New: s4u::create_fatTree_zone

Implements the builder method for Fat Tree zones.

Similar signature and behavior of create_torus_zone.
MANIFEST.in
include/simgrid/kernel/routing/ClusterZone.hpp
include/simgrid/kernel/routing/FatTreeZone.hpp
include/simgrid/s4u/NetZone.hpp
src/kernel/routing/ClusterZone.cpp
src/kernel/routing/FatTreeZone.cpp
src/kernel/routing/FatTreeZone_test.cpp [new file with mode: 0644]
src/kernel/routing/TorusZone.cpp
tools/cmake/Tests.cmake