Files
mscclpp/python
2023-04-17 19:06:58 +00:00
..
2023-04-17 19:06:58 +00:00
2023-03-25 00:41:21 +00:00
2023-04-05 21:47:08 +00:00
2023-03-24 22:18:51 +00:00

Python bindings

Test instructions:

  • Compile the libmscclpp.so library.
  • Install cmake verion >= 3.18
  • setup a python virtual env
    • pip install -r dev-requirements.txt
  • ./tesh.sh

Run CI:

./ci.sh

Build a wheel:

Setup dev environment, then:

python setup.py bdist_wheel

Installing mpi and numa libs.

## numctl
apt install -y numactl libnuma-dev libnuma1