Skip to content
Snippets Groups Projects
Commit d3bc3af3 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Update docs.it4i/software/lang/julialang.md, docs.it4i/software/lang/java.md files

parent d96f4de0
Branches
No related tags found
1 merge request!338software
Pipeline #22324 failed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Java is available on the cluster. Activate Java by loading the Java module: Java is available on the cluster. Activate Java by loading the Java module:
```console ```console
$ ml Java $ ml Java/1.8.0_221
``` ```
Note that the Java module must be loaded on the compute nodes as well, in order to run Java on compute nodes. Note that the Java module must be loaded on the compute nodes as well, in order to run Java on compute nodes.
......
...@@ -2,6 +2,19 @@ ...@@ -2,6 +2,19 @@
A set of unofficial examples of Julia the high-level, high-performance dynamic programming language for technical computing. A set of unofficial examples of Julia the high-level, high-performance dynamic programming language for technical computing.
Julia is available on the clusters. Activate Julia by loading the Julia module:
```console
$ ml Julia/1.5.3-linux-x86_64
```
Check for Java version and path:
```console
$ julia -v
julia version 1.5.3
```
Below are examples of common operations in Julia. They assume you already have Julia installed and working Below are examples of common operations in Julia. They assume you already have Julia installed and working
## Hello World ## Hello World
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment