Webinar 2020 Julia: Parallel computing revisited

From SHARCNETHelp
Revision as of 12:49, 17 February 2021 by imported>Syam (Created page with "This is the fourth talk in the series introducing the high level, high performance language Julia. In this seminar we will revisit the features and updates for parallel comput...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This is the fourth talk in the series introducing the high level, high performance language Julia. In this seminar we will revisit the features and updates for parallel computing that make parallel programming simple for scientists and engineers on shared and distributed memory systems. People can focus on the math problems to solve rather than programming techniques that one would have to otherwise care about such as communications between processes via message passing interface (MPI). We will present the ideas through simple examples of broad interest.