diff --git a/docs.it4i/software/lang/java.md b/docs.it4i/software/lang/java.md index 3c7a4b85a808c97f2460e31bc30af54665041a1a..69d7aff93aad432ca320ce3e5cc8cdb56d552f20 100644 --- a/docs.it4i/software/lang/java.md +++ b/docs.it4i/software/lang/java.md @@ -3,7 +3,7 @@ Java is available on the cluster. Activate Java by loading the Java module: ```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. diff --git a/docs.it4i/software/lang/julialang.md b/docs.it4i/software/lang/julialang.md index 35b3cb4e4fc4619dcce535410aabe00e00112e30..313cb37d9e542aae3bb44292fb79eab5ce1f25c4 100644 --- a/docs.it4i/software/lang/julialang.md +++ b/docs.it4i/software/lang/julialang.md @@ -2,6 +2,19 @@ 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 ## Hello World