XClose

COMP0210: Research Computing with C++

Home
Menu

Week 8: Overview

This week we’ll be focusing on speeding up our code by taking advantage of parallelism, i.e. splitting up a problem and giving different pieces to different processors. In these notes we’ll introduce the following concepts: