GSL
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting.
Note
This is an autogenerated page, more detail including examples may be available for this package. Please see the first section of Software on Stanage
After connecting to Stanage (see Establishing a SSH connection), start an interactive session with the following command:
srun --pty bash -i
A version of GSL can then be made available with one of the following:
module load GSL/2.7-GCC-12.2.0
module load GSL/2.7-GCC-11.3.0
module load GSL/2.7-GCC-11.2.0
module load GSL/2.7-GCC-10.3.0
module load GSL/2.6-GCC-10.2.0
module load GSL/2.6-GCC-9.3.0
module load GSL/2.6-iccifort-2020.1.217
module load GSL/2.5-GCC-7.3.0-2.30
Notes
GSL was installed using Easybuild, build details can be found in $EBROOTGSL/easybuild
with a given module loaded.