Difference between revisions of "Julia 2016"
Schwietzer (talk | contribs) |
Schwietzer (talk | contribs) |
||
Line 14: | Line 14: | ||
This will show you basic informations e.g. a short description and the currently installed version. | This will show you basic informations e.g. a short description and the currently installed version. | ||
To load the desired version | To load the desired version, you must load the module as well as the environment: | ||
module load hpc-env/6.4 | module load hpc-env/6.4 | ||
module load Julia | module load Julia |
Revision as of 09:45, 12 October 2018
Introduction
Julia is a high-level general-purpose dynamic programming language. Julia uses multiple dispatch as a paradigm, making it easy to express many object-oriented and functional programming patterns. The standard library provides asynchronous I/O, process control, logging, profiling, a package manager, and more.
Installed version
The currently installed version is 1.0.1 on the environment hpc-env/6.4.
Using Julia
If you want to find out more about Julia on the HPC Cluster, you can use the command
module spider Julia
This will show you basic informations e.g. a short description and the currently installed version.
To load the desired version, you must load the module as well as the environment:
module load hpc-env/6.4 module load Julia
Documentation
The full documentation about the programming language Lisa can be found here.
Further information are also available on the homepage