Welcome to Part 4
Transcript
0:12 - From the first three weeks, you should now have a good understanding of what supercomputers are, how they’re built, and how they’re programmed. However, other than the traffic simulation, we haven’t covered how computers are used to simulate the real world. This week we’ll cover the basic concepts of computer simulation– the methods, the approximations, and the end-to-end process from inputting the initial data to visualising the final results. We’re going to use weather forecasting as a key example. Now it’s a field that’s always been at the forefront of computer simulation, and it’s an area where supercomputers are absolutely central in letting you know in advance whether you should have an outdoor barbecue tomorrow, or order pizza and eat inside.
0:54 - We won’t go into the details of parallelisation, but from what you’ve learned so far, you should be able to start to think about how these simulations can be broken down into many separate tasks, and then mapped onto a large parallel supercomputer.
In this short video David gives an introduction to part 4.
In the previous sections we talked about the hardware of supercomputers and how to program them, in this part we will focus on computer simulations. We will use weather simulations to illustrate the key concepts.