BAZEL
Bazel is a tool to automate the building and testing of software.
Documentation
Usage
To see what versions of Bazel are available type
module avail bazel
To see what other modules are needed, what commands are available and how to get additional help type
module help bazel
To use Bazel, include a command like this in your batch script or interactive session to load the bazel module:
module load bazel
Be sure you also load any other modules needed, as listed by the module help bazel
command.