Skip to main content

libzmq: ZeroMQ networking/concurrency library and core API

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: libzmq
Description: ZeroMQ networking/concurrency library and core API
For more information: http://zlib.net
Categories:
License: OpenSource (LGPLv3)

General usage information

ZeroMQ is an asynchronous messaging library, aimed at use in distributed or concurrent applications. It provides a message queue, but unlike message-oriented middleware, a ZeroMQ system can run without a dedicated message broker.

The following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package libzmq, by cluster

This section lists the available versions of the package libzmqon the different clusters.

Available versions of libzmq on the Zaratab cluster

Available versions of libzmq on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
4.3.4 libzmq/4.3.4 icelake, x86_64, zen, zen2 Y






Back to Top