Difference between revisions of "GSL"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|GSL}} |{{#vardefine:url|http://www.gnu.org/software/gsl}} <!--CONFIGURATION: OPTIONAL (|1}} means it's...")
 
 
(7 intermediate revisions by 4 users 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 18: Line 18:
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
  
Description goes here
+
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.
 +
 
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#lowercase:{{#var:app}}
 
 
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN
+
* HPC_{{uc:{{#var:app}}}}_BIN
* HPC_{{#uppercase:{{#var:app}}}}_INC
+
* HPC_{{uc:{{#var:app}}}}_INC
* HPC_{{#uppercase:{{#var:app}}}}_LIB
+
* HPC_{{uc:{{#var:app}}}}_LIB
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 17:27, 15 August 2022

Description

GSL website  

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