Speed Tests

I was wondering  how fast the various machines, that I have access to, are.  So I devised a few
simple tests to check for myself. The tests check the  kind of things that interest me,
and should not viewed as a true benchmark (whatever that means).  

Tests

I ran three small C programs from the shell compiled with gcc-2.95/6 by gcc -O2... -lm and
timed with  "time" (rounded to the nearest sec.). On the  Suns I also used the Sun compiler
with cc -xO3 -xtarget=ultra -fast ... -lm

A brief description of the programs is:

For more details see source code .

I did three more tests:

To test the multiprocessing features on Banach, I also tried parallelizing make, using the -j8 option, in the first two tests.

Machines

Results

Time in seconds.

Machine
integral
prime
goldbach
PBook (gcc)
86
57
165
Ultra5  (gcc)
53
108
100
Ultra5 (cc)
44
85
95
G4 (gcc)
41
30
44
Banach  (gcc)
40
81
61
Banach  (cc)
32
64
61
Athlon  (gcc)
16
19
44
Xeon (gcc)
16
14
15


Machine
latex
make xdvik
make emacs
PBook
22


Ultra5
12


G4
6
192
300
Banach
6
261
364
Banach (parallel)

134
132
Athlon
2


Xeon
2
58
75