JUSTUS2/Software/Julia: Difference between revisions
Jump to navigation
Jump to search
M Carmesin (talk | contribs) No edit summary |
M Carmesin (talk | contribs) No edit summary |
||
Line 26: | Line 26: | ||
== Introduction == |
== Introduction == |
||
Julia is a high-level, high-performance, dynamic programming language, being designed with scientific computing in mind. |
Julia is a high-level, high-performance, dynamic programming language, being designed with scientific computing in mind. Parallel programming features, such as multi-threading are included in the core language, while there also exit packages leveraging the power of MPI and CUDA. |
||
== Interactive Example == |
|||
Load Julia module and start interactive REPL session with 8 threads: |
|||
== Further documentation == |
|||
* [https://github.com/carstenbauer/JuliaHLRS24 Julia Workshop at HLRS]: The material of this workshop is in large parts also valid for the Justus cluster |
|||
== Tips & Tricks == |
Revision as of 15:44, 8 October 2024
The main documentation is available via |
Description | Content |
---|---|
module load | math/julia |
Availability | bwUniCluster | JUSTUS2 |
License | MIT License |
Citing | [1] |
Links | Project homepage | Documentationn] |
Graphical Interface | No |
Introduction
Julia is a high-level, high-performance, dynamic programming language, being designed with scientific computing in mind. Parallel programming features, such as multi-threading are included in the core language, while there also exit packages leveraging the power of MPI and CUDA.
Interactive Example
Load Julia module and start interactive REPL session with 8 threads:
Further documentation
- Julia Workshop at HLRS: The material of this workshop is in large parts also valid for the Justus cluster