Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 425 Bytes

File metadata and controls

14 lines (8 loc) · 425 Bytes

Parallel Programming with Python Tutorial

Binder

This is a tutorial introducing parallel programming concepts and their implementation in Python.

Topics covered include:

  1. Serial vs Parallel execution
  2. The multiprocessing module
  3. Using MPI with mpi4py
  4. Migrating parallel workflows to the YCRC clusters with dSQ