BOOST
Boost is a collection of peer-reviewd, portable C++ libraries, usable across a variety of applications.
Documentation
Usage
To see what versions of Boost are available type
module avail boost
To see what other modules are needed, what commands are available and how to get additional help type
module help boost
To use Boost, include a command like this in your batch script or interactive session to load the boost module:
module load boost
Be sure you also load any other modules needed, as listed by the module help boost
command.