gsl¶
Description¶
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.
Homepage¶
https://www.gnu.org/software/gsl
Available Versions on RCAC Clusters¶
| Cluster | Versions |
|---|---|
| ANVIL | 2.4, 2.7 |
| BELL | 2.8 |
| GILBRETH | 2.7.1 |
| NEGISHI | 2.4, 2.7.1 |
Module¶
You can load the module by:
Note for using gsl
Run module spider gsl beforehand to check if this version requires any prerequisite modules.