Difference between revisions of "Octave"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
(One intermediate revision by one other user not shown)
Line 26: Line 26:
 
*{{#var:app}}
 
*{{#var:app}}
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - execution program directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - execution program directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
Line 47: Line 47:
 
WRITE CITATION HERE
 
WRITE CITATION HERE
 
|}}
 
|}}
 +
=Validation=
 +
* Validated 4/5/2018

Revision as of 21:22, 6 December 2019

Description

Octave website  

GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to Matlab so that most programs are easily portable.

Required Modules

modules documentation

Serial

  • Octave

System Variables

  • HPC_OCTAVE_DIR - installation directory
  • HPC_OCTAVE_BIN - execution program directory
  • HPC_OCTAVE_LIB - library directory
  • HPC_OCTAVE_DOC - documentation directory





Validation

  • Validated 4/5/2018