A four-day workshop that will take place in Stuttgart at the High Performance Computing Center Stuttgart (HLRS) in September 2024.
Course page: https://www.hlrs.de/training/2024/julia
Trainer: Dr. Carsten Bauer
Important note: We will provide preconfigured Laptops for the course and you don't need to bring your own device. If you do, please note that you might not be able to perform all exercises on your private machine, in particular those that are supposed to be done on the HLRS training cluster.
What you need:
- Julia 1.10
- I recommend to use juliaup to install and manage Julia versions!
curl -fsSL https://install.julialang.org | sh
- Jupyter Lab
- (Optional but recommended: Visual Studio Code)
- (Optional: LIKWID)
To download the workshop materials (this GitHub repository) and to install all Julia dependencies, run
git clone https://github.com/carstenbauer/JuliaHLRS24
cd JuliaHLRS24
julia install.jl
IMPORTANT NOTE: I might make some last minute changes. To be on the safe side, make sure you update your local instance of the repository right before the start of the workshop. (You can always delete your local copy and redownload or simply git pull
to update.)
Remarks:
- If you don't have Julia and want a single script to install everything you need (except Jupyter Lab and VS Code), see
orga/local_install.sh
. - Because we want the workshop to be as self-contained as possible, we also install dependencies like CUDA and MPI (via Julia's Pkg). The overall size of the installation is therefore expected to be in the ballpark of 5 GB.