OCTAVE
GNU Octave is software featuring a high-level programming language, primarily intended for numerical computations.
Documentation
Usage on Bridges-2
To see what versions of Octave are available, and if there is more than one, which is the default, type
module spider octave
To see what other modules are needed, what commands are available and how to get additional help type
module help octave
To use Octave, include a command like this in your batch script or interactive session to load the Octave module:
module load octave