From 554dd07a1e58c9db35e0a80f533f323336b9a68f Mon Sep 17 00:00:00 2001 From: jinsun-yoo <38969914+jinsun-yoo@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:19:59 -0400 Subject: [PATCH] Update installation instructions for msccl-tools --- system-layer/sysinput.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system-layer/sysinput.md b/system-layer/sysinput.md index 32fdb9f..6e684a1 100644 --- a/system-layer/sysinput.md +++ b/system-layer/sysinput.md @@ -52,7 +52,9 @@ First, we lower the MSCCLang DSL program into an Intermediate Representation (IR ```bash git clone git@github.com:astra-sim/collectiveapi.git --recurse-submodules -cd collectiveapi/msccl-tools/examples/mscclang +cd collectiveapi/msccl-tools +pip install . +cd examples/mscclang python3 allreduce_a100_ring.py ${NUM_GPUS} 1 1 > allreduce_ring.xml ```