Files
mscclpp/docs/quickstart.md
2023-06-05 13:13:10 +08:00

971 B

Quick Start

Prerequisites

  • Azure SKUs
  • Non-Azure Systems
    • NVIDIA A100 GPUs + CUDA >= 11.1.1
    • NVIDIA H100 GPUs + CUDA >= 12.0.0
  • OS: tested over Ubuntu 18.04 and 20.04
  • Libraries: libnuma, GDRCopy (optional), MPI (optional)

Build from Source

$ git clone https://github.com/microsoft/mscclpp.git
$ mkdir -p mscclpp/build && cd mscclpp/build
$ cmake ..
$ make -j

Install from Source

# Install the generated headers and binaries to /usr/local
$ cmake --install . --prefix /usr/local

Install from Package

TBU

(Optional) Unit Tests

TBU