From 4769fb608a87a4fa4be620a359636e6f438fd843 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Thu, 18 Jul 2024 18:27:14 +0200
Subject: [PATCH] Missed the indentation of nccl in modules.yaml

---
 stacks/pinot-noir-gcc/modules_kuma_h100.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/stacks/pinot-noir-gcc/modules_kuma_h100.yaml b/stacks/pinot-noir-gcc/modules_kuma_h100.yaml
index 997a2e1..4599ea4 100644
--- a/stacks/pinot-noir-gcc/modules_kuma_h100.yaml
+++ b/stacks/pinot-noir-gcc/modules_kuma_h100.yaml
@@ -7,8 +7,8 @@ modules:
             OMPI_MCA_pml: 'ucx'
             OMPI_MCA_osc: 'ucx'
             UCX_NET_DEVICES: 'mlx5_2:1,mlx5_3:1'
-    nccl:
-      environment:
-        set:
-          NCCL_IB_HCA: 'mlx5_2:1,mlx5_3:1'
-          NCCL_SOCKET_IFNAME: 'bond0'
+      nccl:
+        environment:
+          set:
+            NCCL_IB_HCA: 'mlx5_2:1,mlx5_3:1'
+            NCCL_SOCKET_IFNAME: 'bond0'
-- 
GitLab