Difference between revisions of "Ruby"

From UFRC
Jump to navigation Jump to search
m (Text replace - "==Running the application using modules==" to "==Execution Environment and Modules==")
m (Text replace - "==Available versions== (.*)+ <!-- -->" to "<!--Modules-->")
Line 35: Line 35:
 
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.
  
==Available versions==
+
<!--Modules-->
* 1.9.3-p0
 
<!-- -->
 
 
{{#if: {{#var: mod}}|==Execution Environment and Modules==
 
{{#if: {{#var: mod}}|==Execution Environment and Modules==
 
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}
 
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}

Revision as of 02:41, 10 August 2012

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.

Execution Environment and Modules

To use ruby with the environment modules system at HPC the following commands are available:

Get module information for ruby:

$module spider ruby

Load the default application module:

$module load ruby

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_RUBY_DIR - directory where ruby is located.
  • HPC_RUBY_BIN - executable directory
  • HPC_RUBY_DOC - documentation directory