GSL === .. toctree:: :maxdepth: 1 :caption: Contents: 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: .. code-block:: bash module avail gsl The compilation process adopted is based on the following published recipes: https://gitlab.discoverer.bg/vkolev/recipes/-/tree/main/gsl Loading/Compiler affinity ------------------------- To obtain access to the latest GSL load the environment module that matches your compiler requirements: LLVM (recommended) .................. .. code:: bash module load gsl/latest-llvm GCC (optional) .............. .. code:: bash module load gsl/latest-gcc Getting help ------------ See :doc:`help` .. _`GSL`: https://www.gnu.org/software/gsl/