Difference between revisions of "Julia"

Line 5: Line 5:
{{AppStandardHeader|0.5.0-rc3|julia}}
{{AppStandardHeader|0.5.0-rc3|julia}}


== Using Julia on CIRCE ==
== Using Julia on CIRCE/SC ==


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

Revision as of 22:03, 20 February 2017

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.5.0-rc3

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.5.0-rc3

Using Julia on CIRCE/SC

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