SMP Bench…
Here is a simple benchmark I wrote to test the performance of my smp (quad xeon) machines.
- The benchmark does very simple addition, subtraction, and division (with long data types).
- The default setting is to run 30 forked threads; but you can supply your own number of threads by passing a number as a command line argument (ex ./a.out 10)
Files…