Table of Contents

Julia

Julia is a software module available on Comet.

Julia overview

To access Julia on Comet, run module load Julia. This will load the default version of Julia.

An overview of the module information is shown below (module -r spider ^Julia$):

Julia: Julia/1.11.3-linux-x86_64
    Description:
      Julia is a high-level, high-performance dynamic programming language for numerical computing

    This module can be loaded directly: module load Julia/1.11.3-linux-x86_64

    Help:
      
      Description
      ===========
      Julia is a high-level, high-performance dynamic programming language for numerical computing
      
      More information
      ================
       - Homepage: https://julialang.org

If there are multiple versions of Julia listed, then you can load a specific version as follows:

$ module load Julia/version_string

You can find the most up to date information whilst logged on to Comet by running module -r spider ^Julia$.


Julia Help

The module Julia has the following embedded help text (module help Julia):

Description
===========
Julia is a high-level, high-performance dynamic programming language for numerical computing

More information
================
 - Homepage: https://julialang.org


Julia Dependencies

There are no dependencies listed for Julia


Back to software