Home /  Scaling Up Numerical Computing in Julia, Pt I

Seminar

Scaling Up Numerical Computing in Julia, Pt I November 21, 2023 (09:30 AM PST - 11:00 AM PST)
Parent Program:
Location: SLMath: Eisenbud Auditorium, Online/Virtual
Speaker(s) Przemysław Szufel (Warsaw School of Economics (SGH))
Description No Description
Keywords and Mathematics Subject Classification (MSC)
Primary Mathematics Subject Classification No Primary AMS MSC
Secondary Mathematics Subject Classification No Secondary AMS MSC
Video

Scaling Up Numerical Computing in Julia, Pt I

Abstract/Media

Writing code that seamlessly scales from an individual workstation to a supercomputing cluster is a complex task. In this tutorial, we will guide you on crafting efficient and high-performance code in Julia. We'll begin by identifying common pitfalls that can severely impact performance, such as type instability, the utilization of parametric types, and optimal data layout in memory.

Subsequently, we'll delve into techniques for scaling your code. We'll explore single instruction-multiple data (SIMD) operations, then progress to the use of green threads to enhance the performance of I/O processing. Following that, we'll demonstrate the principles of multithreading. The final stage of our journey will cover multiprocessing and the intricacies of massively parallel and distributed computing.

This workshop will be enriched with practical examples of parallelization patterns that are broadly applicable across various numerical computing endeavors.

No Notes/Supplements Uploaded

Scaling Up Numerical Computing in Julia, Pt I