Zlib-ng ======= .. toctree:: :maxdepth: 1 :caption: Contents: About ----- `Zlib-ng`_ is a general-purpose lossless data-compression library. It is a fork of :doc:`zlib` with enhancements. Supported versions ------------------ To check which zlib-ng versions and build types are currently supported on Discoverer, execute on the login node: .. code-block:: bash module avail zlib-ng The recipe followed to build the source code is available at: https://gitlab.discoverer.bg/vkolev/recipes/-/tree/main/zlib-ng Loading/Compiler affinity ------------------------- Each version of zlib-ng installed in the public software repository is built against four compiler sets: (i) :doc:`oneapi`, (ii) :doc:`nvidia_hpc_sdk`, (iii) :doc:`aocc`, (iv) :doc:`gcc`. The name of the environmental module contains the name of the compiler set employed for compiling the zlib-ng source code. Intel oneAPI ............ .. code-block:: bash module avail zlib-ng/*/*intel NVIDIA HPC SDK .............. .. code-block:: bash module avail zlib-ng/*/*nvidia AOCC .... .. code-block:: bash module avail zlib-ng/*/*aocc GCC ... .. code-block:: bash module avail zlib-ng/*/*gcc Getting help ------------ See :doc:`help` .. _`Zlib-ng`: https://github.com/zlib-ng/zlib-ng