Home 9 Resources 9 Software 9 Boost

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, and if there is more than one, which is the default, along with some help, type

module spider 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