Difference between revisions of "Julia 2016"
Schwietzer (talk | contribs) (Created page with "=== Work in Progress ===") |
Schwietzer (talk | contribs) |
||
Line 1: | Line 1: | ||
=== | == 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 BLAST 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 of the module, 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 [https://docs.julialang.org/en/v1/index.html here]. | |||
Further information are also available on the [https://julialang.org/ homepage] |
Revision as of 09:44, 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 BLAST 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 of the module, 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