Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New example: Torus cluster of multi-cpu hosts(Star Zones)
authorBruno Donassolo <bruno.donassolo@inria.fr>
Wed, 21 Apr 2021 15:05:37 +0000 (17:05 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Fri, 23 Apr 2021 08:39:06 +0000 (10:39 +0200)
commit820fcde02298105c9afecf86ea0d5357372de3d7
treebfe9ed2ff287fa34779d98fb32734bc9a3c987c3
parent1910eb3996b33f7e42fea6b093485600e04a567a
New example: Torus cluster of multi-cpu hosts(Star Zones)

Add a new example showing how to build a torus cluster composed of
netzones instead of single hosts.

Each leaf is a StarZone, representing a host with 8 CPUs connected in a
star. CPU-0 is the gateway for each StarZone.

Runs a simple broadcast application where each CPU runs a specific
actor.
MANIFEST.in
examples/cpp/CMakeLists.txt
examples/cpp/torus-multicpu/s4u-torus-multicpu.cpp [new file with mode: 0644]
examples/cpp/torus-multicpu/s4u-torus-multicpu.tesh [new file with mode: 0644]
include/simgrid/kernel/routing/ClusterZone.hpp
src/kernel/routing/ClusterZone.cpp
src/kernel/routing/TorusZone.cpp