GSL¶
About¶
GSL is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.
Supported versions¶
To check which GSL versions and build types are currently supported on Discoverer, execute on the login node:
module avail gsl
The compilation process adopted is based on the following published recipes:
Loading/Compiler affinity¶
To obtain access to the latest GSL load the environment module that matches your compiler requirements:
LLVM (recommended)¶
module load gsl/latest-llvm
GCC (optional)¶
module load gsl/latest-gcc
Getting help¶
See Getting help