Difference between revisions of "Advanced research computing in Julia"

From SHARCNETHelp
Jump to navigationJump to search
(Created page with "This is a technical presentation introducing the programming language Julia for advanced research computing. This talk covers the following topics: working with floating poi...")
 
Line 6: Line 6:
multiple precisions and others.
multiple precisions and others.
We will demonstrate through various examples to show how Julia  
We will demonstrate through various examples to show how Julia  
can be used for learning/reviewing the basics of numerical analysis
can be used for tasks from learning/reviewing the basics of numerical analysis
to performing advanced research computing on multicore computers and
to performing advanced research computing on multicore computers and
clusters. The goal of this talk is trying to convince people that Julia
clusters. The goal of this talk is trying to convince people that Julia
can be used both for prototyping and high performance computing.
can be used both for prototyping and high performance computing.

Revision as of 17:46, 17 April 2024

This is a technical presentation introducing the programming language Julia for advanced research computing. This talk covers the following topics: working with floating point numbers in Julia, parallel computing in Julia at a glance, distributed and shared memory programming in Julia, multiple precisions and others. We will demonstrate through various examples to show how Julia can be used for tasks from learning/reviewing the basics of numerical analysis to performing advanced research computing on multicore computers and clusters. The goal of this talk is trying to convince people that Julia can be used both for prototyping and high performance computing.