Southampton-RSG-Training / dirac-intro-to-mpi

WIP: training material for DiRAC MPI course
https://southampton-rsg-training.github.io/dirac-intro-to-mpi/
Other
0 stars 1 forks source link

Review: 1. Introduction to Parallelism #8

Closed Edward-RSE closed 4 months ago

Edward-RSE commented 1 year ago

This issue is to track comments and changes for this episode.

Edward-RSE commented 1 year ago

What is Parallelisation

Parallel Programming and Memory: Processes, Threads and Memory Models

Other thoughts

Edward-RSE commented 1 year ago

We should think about moving the sections (or parts of those sections) "Serial and Parallel Execution", "Parallel Paradigms" and "Algorithm Design" from episode 3 into this episode. I think this content would fit better earlier on, as it is more broad and not specific to MPI (like this episode).

mehtaparabaci commented 8 months ago

Serial and Parallel Regions

Maybe we could add a bit more detail to the answer, like:

steve-crouch commented 4 months ago

Completed