Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carstenbauer/julianrwss21
Julia workshop @ HPC.NRW in Summer 2021
https://github.com/carstenbauer/julianrwss21
Last synced: 2 months ago
JSON representation
Julia workshop @ HPC.NRW in Summer 2021
- Host: GitHub
- URL: https://github.com/carstenbauer/julianrwss21
- Owner: carstenbauer
- License: mit
- Created: 2021-05-21T10:25:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T13:19:01.000Z (over 3 years ago)
- Last Synced: 2024-05-01T12:58:52.369Z (8 months ago)
- Language: Jupyter Notebook
- Size: 28.4 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Julia Workshop - HPC.NRW - Summer 21
An online Julia workshop for the [HPC.NRW Kompetenznetwerk](https://hpc.dh.nrw) which takes place in June 2021 (22nd - 24th).
## Preparing for the workshop
### Software and workshop materials
What you need (in short):
* [Julia 1.6](https://julialang.org/downloads/)
* [Jupyter](https://jupyter.org) + [IJulia.jl](https://github.com/JuliaLang/IJulia.jl)
* The workshop materials, i.e. this GitHub repository#### How to get everything
The workshop uses the latest **Julia version 1.6**. Go to [julialang.org](https://julialang.org/downloads/) and install the appropriate binaries for your operating system.Apart from Julia itself, you will need a [Jupyter](https://jupyter.org) notebook installation and a bunch of Julia packages (dependencies). The simplest way to install everything is to use the [WorkshopWizard](https://crstnbr.github.io/WorkshopWizard.jl/dev/). Just follow the [usage instructions](https://crstnbr.github.io/WorkshopWizard.jl/dev/usage/#Getting-the-latest-workshop-1). Alternatively, you can use the following terminal commands (you need to have `git` and `julia` available):
```bash
git clone https://github.com/crstnbr/JuliaNRWSS21
cd JuliaNRWSS21
julia install.jl
```If you are facing any issues you can check out [this troubleshooting section](https://crstnbr.github.io/WorkshopWizard.jl/dev/troubleshooting/).
**Note:** I might still change some of the workshop materials before Monday the 21st. To be on the safe side, make sure you update your local instance of the repository on Monday. (You can always delete your local copy and redownload/`git pull`.)
### Julia syntax
To get the most out of the workshop, make yourself familiar with the basic Julia syntax (variables, loops, functions, etc.) in case you haven't used Julia before. Skimming through the [Manual section](https://docs.julialang.org/en/v1/manual/variables/) of the Julia documentaion is certainly a good idea. Alternatively, you can check out [this](https://nbviewer.jupyter.org/url/www.thp.uni-koeln.de/trebst/Lectures/CompPhys-2020/filled_out_template_01_variablen_datenstrukturen.ipynb) and [this](https://nbviewer.jupyter.org/url/www.thp.uni-koeln.de/trebst/Lectures/CompPhys-2020/filled_out_template_02_funktionen_schleifen_verzweigungen.ipynb) jupyter notebook (german video versions [here](https://vimeo.com/showcase/6910448/video/400175206) and [here](https://vimeo.com/showcase/6910448/video/400261725)). There is also a [longer english video introduction](https://www.youtube.com/watch?v=8h8rQyEpiZA) available.
## Tentative schedule
## Try it out live! (Beta)
Click on the [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/crstnbr/JuliaNRWSS21-binder/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fcrstnbr%252FJuliaNRWSS21%26urlpath%3Dtree%252FJuliaNRWSS21%252F%26branch%3Dmain) badge to dive right into the workshop materials.