Installation

Running ASTRA-sim

Analytical backend

Run an example inside the examples/ directory with the analytical model as a backend.

./examples/run_allreduce.sh -n analytical

This command will run a single all-reduce collective on a Torus topology.

Garnet 2.0

Run an example inside the examples/ directory with garnet as a backend.

./examples/run_allreduce.sh -n garnet

This command will run a single all-reduce collective on a Torus topology.

NS3

Coming soon!

Hits