Difference between revisions of "GLPK"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) (Created page with "Category:SoftwareLibrary {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|glpk}} |{{#vardefine:url|http://www.gnu.org/software/glpk/glpk.html}} <!--CONFIGURATION: OP...") |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[ | + | [[Category:Software]][[Category:Programming]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|glpk}} | |{{#vardefine:app|glpk}} | ||
Line 21: | Line 21: | ||
<!--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_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 17:11, 15 August 2022
Description
The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.
Environment Modules
Run module spider glpk
to find out what environment modules are available for this application.
System Variables
- HPC_GLPK_DIR - installation directory