This package provides low-level bindings to the popular ZeroMQ distributed messaging framework for GAP and HPC-GAP as well as some higher level functions to ease the use of distributed messaging in GAP
Chapter 2 gives an overview of the available bindings, and examples of how to use them. Chapter 3 showcases one way of using ZeroMQInterface.
To use this package ZeroMQ needs to be installed on your system and the ZeroMQInterface package itself needs to be compiled. To install ZeroMQ please refer to its installation instructions. To compile this package, inside its root directory run:
> ./configure > make
Or
> ./configure --with-zmq=path-to-your-zeromq > make
to specify where ZeroMQ is located in you system.
For bug reports, feature requests and suggestions, please use our issue tracker.
generated by GAPDoc2HTML