Parallel Algebraic Multigrid in Julia with PartitionedArrays.jl - JuliaCon 2024
The Julia Programming Language via YouTube
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore parallel algebraic multigrid (AMG) methods in Julia using PartitionedArrays.jl in this conference talk from JuliaCon 2024. Discover the latest updates to PartitionedArrays.jl, focusing on implementing and using parallel AMG methods and large-scale linear solvers. Learn about the package's alternative parallel programming interface, designed to address limitations of traditional MPI-based implementations. Understand how this approach simplifies the development and debugging process for complex algorithms, enabling the use of standard Julia tools during development and MPI-distributed arrays for large-scale production runs. Gain insights into distributed linear algebra data structures, computational kernels, and the implementation of AMG schemes using this innovative approach.
Syllabus
Parallel algebraic multigrid in Julia with PartitionedArrays.jl | Verdugo | JuliaCon 2024
Taught by
The Julia Programming Language