Xilinx / ACCL

Alveo Collective Communication Library: MPI-like communication operations for Xilinx Alveo accelerators
https://accl.readthedocs.io/
Apache License 2.0
82 stars 26 forks source link

Migrate to other ZMQ library for C++ #146

Closed TristanLaan closed 6 months ago

TristanLaan commented 1 year ago

We are currently using zmqpp to interact with ZMQ from C++, but this project is no longer actively maintained and hasn't had a new release since 2017. Because of this, Ubuntu no longer ships zmqpp since Ubuntu 22.04.

We could consider migrating to cppzmq, which is a header-only library and doesn't need to be installed separately.

quetric commented 6 months ago

Done in #195