Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/likejazz/mpi-nccl-examples

MPI + NCCL examples derived from 1duo/nccl-examples
https://github.com/likejazz/mpi-nccl-examples

Last synced: 7 days ago
JSON representation

MPI + NCCL examples derived from 1duo/nccl-examples

Awesome Lists containing this project

README

        

# MPI + NCCL examples

[NCCL](https://developer.nvidia.com/nccl) examples derived from [Official NVIDIA NCCL Developer Guide](https://docs.nvidia.com/deeplearning/nccl/user-guide/docs/examples.html) for faster benchmark and deployment.

## Requirements

- [CUDA](https://developer.nvidia.com/cuda-zone)
- MPI, e.g. [OpenMPI](https://www.open-mpi.org/)
- [NCCL](https://developer.nvidia.com/nccl)

## Build

```
$ mkdir bld \
&& cd bld \
&& cmake .. \
make
```

## References
* [1duo/nccl-examples](https://github.com/1duo/nccl-examples)
* [MPI Hands-On - C++](http://education.molssi.org/parallel-programming/04-distributed-examples/index.html)