Julia

Revision as of 20:22, 30 June 2016 by Botto (talk | contribs) (Created page with "== Description == ''From the Julia website'': '''Julia''' is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

From the Julia website: Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. The library, largely written in Julia itself, also integrates mature, best-of-breed C and Fortran libraries for linear algebra, random number generation, signal processing, and string processing. In addition, the Julia developer community is contributing a number of external packages through Julia’s built-in package manager at a rapid pace.

Version

  • 0.3.7-pre1

Authorized Users

  • CIRCE account holders
  • RRA account holders
  • SC account holders

Platforms

  • CIRCE cluster
  • RRA cluster
  • SC cluster

Modules

Julia requires the following module file to run:

  • apps/julia/0.3.7-pre1

Using Julia on CIRCE

Once you add the module above, you can either invoke the Julia interpreter interactively by typing:

[user@login0 ~]$ julia

 

or, you can specify a julia source code file, with any applicable arguments:

[user@login0 ~]$ julia helloworld.jl arg1 arg2…

Documentation

Home Page, User Guides, and Manuals

Reporting Bugs

Report bugs with Julia to the IT Help Desk: rc-help@usf.edu