Skip to content
Snippets Groups Projects
Commit 0d87ab39 authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

dask

parent d75748a0
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id:linear-bangkok tags:
### HIGH THROUGHPUT COMPUTING WITH DASK
**Organisers:** Alan O’Cais, David Swenson
**Website:** https://www.cecam.org/workshop-details/1022
**Synopsis:**
High-throughput (task-based) computing is a flexible approach to parallelisation. It involves splitting a problem into loosely-coupled tasks. A scheduler then orchestrates the parallel execution of those tasks, allowing programs to adaptively scale their resource usage. E-CAM has extended the data-analytics framework Dask with a capable and efficient library to handle such workloads. This workshop will be held as a series of virtual seminars/tutorials on tools in the Dask HPC ecosystem.
**Programme:**
- 21 January 2021, 3pm CET (2pm UTC): Dask - a flexible library for parallel computing in Python
- YouTube link: https://youtu.be/Tl8rO-baKuY
- GitHub Repo: https://github.com/jacobtomlinson/dask-video-tutorial-2020
- 4 February 2021, 3pm CET (2pm UTC): Dask-Jobqueue - a library that integrates Dask with standard HPC queuing systems, such as SLURM or PBS
- YouTube link: https://youtu.be/iNxhHXzmJ1w
- GitHub Repo: https://github.com/ExaESM-WP4/workshop-Dask-Jobqueue-cecam-2021-02
- 11 February 2021, 3pm CET (2pm UTC) : Jobqueue-Features - a library that enables functionality aimed at enhancing scalability
- YouTube link: https://youtu.be/FpMua8iJeTk
- GitHub Repo: https://github.com/E-CAM/jobqueue_features_workshop_materials
%% Cell type:markdown id:precious-roommate tags:
Please clone:
https://github.com/ExaESM-WP4/workshop-Dask-Jobqueue-cecam-2021-02
%% Cell type:markdown id:latter-specialist tags:
and open
`11_Dask_LocalCluster_Example.ipynb`
%% Cell type:code id:comparable-amber tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment