Skip to main content

gloo: Gloo collective communications package

Contents

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

Overview of package

General information about package
Package: gloo
Description: Gloo collective communications package
For more information: https://github.com/facebookincubator/gloo
Categories:
License: OpenSource (BSD)

General usage information

Gloo is a collective communications library that comes with a number of collective algorithms useful for machine learning applications. These include a barrier, broadcast, and allreduce. Transport of data between participating machines is abstracted so one can use IP or InifiniBand.

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 gloo, by cluster

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

Available versions of gloo on the Zaratab cluster

Available versions of gloo on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
2023-01-17 gloo/2023-01-17 icelake, zen2 Y






Back to Top