Giter Site home page Giter Site logo

dask-tutorial-2023's Introduction

Dask logo\

Dask Fundamentals Tutorial for High Performance Computing

Dask is an open-source Python library for parallel/distributed computing.

  • This tutorial explains two fundamental problem paralleization concepts: domain decomposition and functional decomposition.
  • It exemplifies how these two concepts can be achieved using Dask.
  • It exemplifies how Dask enable parallel computing/distributed, out-of-core computations and scalability (from a local machine to cloud computing systems)

This tutorial start at 0.Introduction.

Run this tutorial using your own machine

  • Create a virtual enviroment using conda or pip.
  • Install the requirements.txt
  • Run the jupyterlab enviroment.

Run this tutorial using Vagrant

Vagrant automates the deployment of virtual machines. The Vagrantfile defines a ready to use jupyterlab virtual machine for this tutorial. Use the following commands to deploy the machine.

Install vagrant

sudo apt update
sudo apt install virtualbox
sudo apt install vagrant

Provision the virtual machine

vagrant up

Get into the virtual machine

vagrant ssh

Stop the virtual machine

vagrant ssh

Destroy the virtual machine

vagrant ssh

Use the following url to access the jupyterlab enviroment.

http://192.168.33.10:8000

This tutorial was presented in

  1. HPCSS2023: Colombian HPC Summer School 2023, June 20 - 22, 2023.

Acknowledgements

  • This project is partially supported by CyberColombia
  • We thank Chameleon Cloud for its support in compute time.
  • We thank Coiled for their technical support and compute time provided on their ready-to-use Dask Cloud Computing Platform.
  • We thank Naty Clementi from Coiled for her support and suggestions to improve this tutorial.

dask-tutorial-2023's People

Contributors

donaurelio avatar ncclementi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.