ZeroMQ
About
ZeroMQ is an asynchronous messaging library, aimed at use in distributed or concurrent applications.
Supported versions
To check which ZeroMQ versions and build types are currently supported on Discoverer, execute on the login node:
module avail zeromq
Loading/Compiler affinity
Warning
Only the builds compiled with Intel Intel oneAPI and GNU Compiler Collection (GCC) are currently supported and available in the public software repository. Only those two kinds of builds pass the tests without a fail. The builds compiled by means of NVIDIA HPC SDK (former PGI Compilers) and AMD Optimized Compiler Collection (AOCC) fail most of the tests, and that is the reason they are not available in the repository at the moment.
Intel oneAPI
module avail zeromq/*/*intel
NVIDIA HPC SDK
Note
Use the GCC build (see below)
AOCC
Note
Use the GCC build (see below)
GCC
module avail zeromq/*/*gcc
Getting help
See Getting help