Goto Chapter: Top 1 2 3 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

1 Introduction
 1.1 Purpose and goals of this package
 1.2 Overview over this manual
 1.3 Installation
 1.4 Feedback

1 Introduction

1.1 Purpose and goals of this package

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

1.2 Overview over this manual

Chapter 2 gives an overview of the available bindings, and examples of how to use them. Chapter 3 showcases one way of using ZeroMQInterface.

1.3 Installation

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

1.4 Feedback

For bug reports, feature requests and suggestions, please use our issue tracker.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 Ind

generated by GAPDoc2HTML