Exercise 1
These exercises are intended to provide you with a general feeling about some of the issues involved in writing high performance code, both on a single processor and on a parallel machine.
To start, login in to the Origin 2000, pagh.wes.hpc.mil
Copy the exercises over to your area.
% cp -rf ~london/hpcug_lab .
The first exercise will use a simple matrix-matrix inner product multiplication to demonstrate various optimization techniques.