Commit f3a3752
committed
feat: install nvidia-imex on arm64 (Grace-Blackwell GB200/GB300)
GB uses IMEX -- not a node-local fabric manager -- to coordinate cross-node
NVLink (MNNVL / ComputeDomains). The nvidia-imex daemon ships only as a separate
deb in the CUDA repo (not in the driver .run or the fabric-manager redist), so:
- download.sh bundles the version-matched nvidia-imex arm64 deb into the image,
resolving the exact filename from the repo Packages index (the revision suffix
varies by version). Skipped on x86 (which uses fabric manager instead).
- install.sh installs it at node boot via dpkg -i --force-depends (the deb
declares nvidia-modprobe, provided by the runfile driver rather than a deb),
and leaves the node-wide nvidia-imex.service OFF -- IMEX is orchestrated per
ComputeDomain by the NVIDIA DRA driver, not run cluster-wide from the host.
The host binary must be present so the DRA driver can CDI-inject it into its
per-workload IMEX daemon pods. Pairs with the fabric-manager arm64 skip: on GB,
skip FM and install IMEX in the same code path where x86 installs FM.1 parent 0865ff8 commit f3a3752
2 files changed
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
51 | 73 | | |
52 | 74 | | |
53 | 75 | | |
54 | 76 | | |
55 | 77 | | |
56 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
57 | 85 | | |
58 | 86 | | |
59 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
169 | 181 | | |
170 | 182 | | |
171 | 183 | | |
| |||
0 commit comments