Difference between revisions of "Ruby"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
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--> | ||
− | == | + | ==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_{{uc:{{#var:app}}}}_DIR - installation directory | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
Revision as of 16:02, 10 June 2022
Description
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
Validation
- Validated 4/5/2018