Difference between revisions of "Scala"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Programming {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|scala}} |{{#vardefine:url|http://www.scala-lang.org/}} <!--CONFIGURATION: OPTI...")
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Programming]]
+
[[Category:Software]][[Category:Programming]][[Category:Language]][[Category:Java]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|scala}}
 
|{{#vardefine:app|scala}}
Line 27: Line 27:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 20:29, 10 June 2022

Description

scala website  

Scala is an acronym for “Scalable Language”. Scala is an object-functional programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism over the shortcomings of Java.

Environment Modules

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

System Variables

  • HPC_SCALA_DIR - installation directory