Learn how to obtain, build, and use an MPI stack for Linux machines. This tutorial will take you from “hello world” to parallel matrix multiplication in a matter of minutes.
Adding more cores doesn’t guarantee your programs will go faster: You need to tell the programs how to use the cores. We’ll show you how to use OpenMP to speed up your code in just 30 minutes.
Here is your challenge. You have a need for speed, your current computing power is insufficient for the task at hand. You have some large number of calculations to perform, and very little time to achieve this goal. Can you solve this problem? Cost effectively? Quickly?