Difference between revisions of "Ruby"

From UFRC
Jump to navigation Jump to search
m (Text replace - "<!--Compiler and MPI settings - OPTIONAL --> |{" to "|{")
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
[[Category:Software]][[Category:Languages]]
+
[[Category:Software]][[Category:Language]][[Category:Programming]]
 
{|<!--Main settings - REQUIRED-->
 
{|<!--Main settings - REQUIRED-->
 
|{{#vardefine:app|ruby}}
 
|{{#vardefine:app|ruby}}
Line 19: Line 19:
  
 
A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
 
A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
 
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
+
==System Variables==
*{{#var:app}}
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_RUBY_BIN - executable directory
 
* HPC_RUBY_BIN - executable directory
 
* HPC_RUBY_DOC - documentation directory
 
* HPC_RUBY_DOC - documentation directory
 
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}

Latest revision as of 18:55, 21 August 2022

Description

ruby website  

A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.

Environment Modules

Run module spider ruby to find out what environment modules are available for this application.

System Variables

  • HPC_RUBY_DIR - installation directory
  • HPC_RUBY_BIN - executable directory
  • HPC_RUBY_DOC - documentation directory