My final year project is:
Dense Matrix Gauss-Jordan Inversion Auto-Optimisation on Multicore Systems (PDF)
Gauss-Jordan elimination is a technique for solving sets of linear equations and at the same time computing the inverse of a matrix. Such computations are very important for the simulation of physical systems. These simulations are widely used to create realistic effects in games.
Email me for the code at: ross AT wynner DOT eu
Numerical Recipes in C++ code can be found here.
47 GHz Total CPU
180 GB Total RAM
2,726 GB Total Disk
2 Host(s)
7 RPs
39 VMs
425 vMotions
(21)
(18)
(0)
6 Physical NICs
10 Virtual PGs
Primary
Pingback: Wynner’s Blog » Final Year Project - Dense Matrix Gauss-Jordan Inversion Auto-Optimisation on Multicore Systems
Nice job. I have a couple of questions:
1- In reporting speedup, you did not mention how many threads you were using.
2- Can I get a copy of your code to test on my local machine?
Thanks