Difference between revisions of "GSL"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replacement - "#lowercase" to "lc") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]] | + | [[Category:Software]][[Category:Library]][[Category:Data Science]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|GSL}} | |{{#vardefine:app|GSL}} | ||
Line 28: | Line 28: | ||
<!--Modules--> | <!--Modules--> | ||
− | == | + | ==Environment Modules== |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | |||
− | |||
==System Variables== | ==System Variables== | ||
− | * HPC_{{uc:{{#var:app}}}}_DIR | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
* HPC_{{uc:{{#var:app}}}}_BIN | * HPC_{{uc:{{#var:app}}}}_BIN | ||
* HPC_{{uc:{{#var:app}}}}_INC | * HPC_{{uc:{{#var:app}}}}_INC | ||
Line 70: | Line 68: | ||
<!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | <!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
− | |||
− |
Latest revision as of 17:27, 15 August 2022
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.
Environment Modules
Run module spider GSL
to find out what environment modules are available for this application.
System Variables
- HPC_GSL_DIR - installation directory
- HPC_GSL_BIN
- HPC_GSL_INC
- HPC_GSL_LIB