У нас вы можете посмотреть бесплатно Hands-on with Julia for HPC on GPUs and CPUs | Bauer, Räss, Blaschke, Utkin | JuliaCon 2024 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Julia offers the flexibility of a high-productivity language while providing control, performance, and compatibility with high-performance computing (HPC) hardware. This workshop demonstrates how Julia makes modern HPC accessible. It covers resource configuration, distributed computing, code optimization for CPUs and GPUs, and versatile workflows. Participants will have the opportunity to experience it firsthand with a hands-on session on a GPU-powered supercomputer. Check out the instructions [here](https://github.com/JuliaHPC/juliacon2.... Why to wait hours for computations to complete, when it could take only a few seconds? Tired of prototyping code in an interactive, high-level language and rewriting it in a lower-level language to get high-performance code? By its design, Julia offers the flexibility of a high-productivity language, without sacrificing the control, the performance, and the idiosyncrasies that are often demanded by high-performance computing (HPC) hardware. This workshop demonstrates how modern HPC is made accessible to a broad range of users using Julia. We will cover technical backgrounds and hands-on examples in contemporary uses of HPC systems: resource configuration and management; distributed computing; optimising code of CPUs and GPUs; sophisticated workflows that can run (almost) anywhere! If you’re using HPC systems right now, or if you’re just curious about HPC, this workshop is right for you. *Program* The workshop consists of 2 parts: 1. You will learn the basics of how to develop applications and workflows for HPC systems. Topics covered in the first part are: Managing your software environment on HPC systems Multithreading Distributed computing (structured and unstructured communication using [MPI.jl](https://github.com/JuliaParallel/MPI.jl), [Distributed.jl](https://github.com/JuliaLang/Distribu..., and [Dagger.jl](https://github.com/JuliaParallel/Dagg.... Developing code for GPUs. Each of the topics above will be presented in the form of technical background, and accessible hands-on examples. Since performance is key, we will also cover the relevant performance optimization tools for each area. 2. Once you’re armed with the necessary knowledge, we will spend the second part developing an HPC application on a supercomputer: [NERSC’s Perlmutter system](https://www.nersc.gov/systems/perlmut.... The application you will implement will be driven entirely from NERSC’s Jupyter Hub, and it will make use of multiple nodes and GPUs. Packages you will learn about/use: [MPI.jl](https://github.com/JuliaParallel/MPI.jl), [Dagger.jl](https://github.com/JuliaParallel/Dagg..., [HDF5.jl](https://github.com/JuliaIO/HDF5.jl), [IJulia.jl](https://github.com/JuliaLang/IJulia.jl). We will provide access to training accounts on NERSC’s “Perlmutter” system. Please apply to get our training account no later than a week before the workshop. *Details will be posted here: https://juliaparallel.org/tutorials/.* *Goals* By the end of this workshop, you will have acquired or refreshed the basics of how to develop applications and workflows for HPC systems using Julia. In the first part, you will learn about basic tools using simple examples. Then, in a second part, you will develop a parallelized version of a serial code and run it on NERSC’s GPU-accelerated supercomputer Perlmutter. We look forward to having you on board and will make sure to foster exchange of ideas and knowledge to provide an as inclusive as possible event. *Prerequisite Knowledge* This workshop assumes a basic knowledge of the Julia language (language structure such as functions and modules, control flow, and data types including arrays), and coding best practices (such as git, ssh, and limited usage of the Bash command line interface). We will cover the fundamentals of multi-threading, distributed, and GPU computing; as well as how these relate to modern HPC systems. Now prerequisite knowledge in these areas is needed.