File(s) Screenshot(s) |
Description |
timings.txt
 |
Timing results of tally/algorithms.c on various computers around the lab. |
| February 25, 2004 |
[View timings.txt] |
matmult.tar.gz
 |
The starter (Matrix add) and matmult (Matrix multiply using that ugly O(N3) algorithm that everybody should be able to figure out and definitely avoid), plus the timing.gnuplot file to generate the below.... be sure to change the CC variable in the Makefile from gcc if you want to benchmark some other system! |
| March 10, 2004 |
[View Makefile] [View starter.c] [View matmult.c] [View timing.gnuplot] |
Plots
 |
Various plots of benchmark runs on the CRAY SV-1, a Guitarist (Compaq, ~2.4Ghz?), and an Element (Custom built, older than the Guitarists). It took a while on the workstations, so I didn't even bother trying it on a Transformer (Custom, Dual 433Mhz Celerons). We also see why the CRAY eats the workstations for breakfast, once it gets up to speed.... |
| March 9, 2004 |
Nothing to view except the pretty pictures... |
|