Difference between revisions of "Julia 2016"

From HPC users
Jump to navigationJump to search
Line 8: Line 8:
== Using Julia ==
== Using Julia ==


If you want to find out more about BLAST on the HPC Cluster, you can use the command
If you want to find out more about Julia on the HPC Cluster, you can use the command


  module spider Julia
  module spider Julia
Line 16: Line 16:
To load the desired version of the module, you must load the module as well as the environment:
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 hpc-env/6.4
  module load Julia  
  module load Julia


== Documentation ==
== Documentation ==

Revision as of 10: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 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