From: Mick Ohrberg (mick@ohrberg.org)
Date: 11/13/02


From: "Mick Ohrberg" <mick@ohrberg.org>
Subject: RE: ubench speed test results
Date: Wed, 13 Nov 2002 18:17:37 -0600
Message-ID: <MCEDLOCIBACLPPDNLLEMAEDECDAA.mick@ohrberg.org>

Also on Solaris it autmagically assumes cc instead of gcc, so you'll have to do "CC=gcc ./configure" or something like that.

My dual PPro 200:
--------------------
Linux 2.4.18-14smp #1 SMP Wed Sep 4 12:34:47 EDT 2002 i686
Ubench CPU: 13431
Ubench MEM: 11043
--------------------
Ubench AVG: 12237

My UltraSparc 167:
--------------------
SunOS 5.8 Generic_108528-16 sun4u
Ubench CPU: 3291
Ubench MEM: 3542
--------------------
Ubench AVG: 3416

        /Mick

| -----Original Message-----
| From: owner-kclug@marauder.illiana.net
| [mailto:owner-kclug@marauder.illiana.net]On Behalf Of Charles
| Steinkuehler
| Sent: Wednesday, November 13, 2002 5:44 PM
| To: kclug@kclug.org
| Subject: Re: ubench speed test results
|
|
| For my DEC PWS500au Alpha systems:
|
| [root@berryton ubench-0.32]# ./ubench
| Unix Benchmark Utility v.0.3
| Copyright (C) July, 1999 PhysTech, Inc.
| Author: Sergei Viznyuk <sv@phystech.com>
| http://www.phystech.com/download/ubench.html
| Linux 2.4.9-12 #1 Tue Oct 30 18:12:52 EST 2001 alpha
| Ubench CPU: 12633
| Ubench MEM: 17215
| --------------------
| Ubench AVG: 14924
|
| NOTE: A simple ./configure ; make did not work for me. gcc complained
| about several of the switches used:
|
| [root@berryton ubench-0.32]# ./configure
| ==== Creating Makefile for Linux alpha
| ==== Now type make to compile ubench for Linux
| [root@berryton ubench-0.32]# make
| gcc -O2 -Wall -malign-loops=2 -malign-jumps=2 -malign-functions=2 -I. -c
| signals.c
| cc1: Invalid option `align-loops=2'
| cc1: Invalid option `align-jumps=2'
| cc1: Invalid option `align-functions=2'
| make: *** [signals.o] Error 1
|
| So, I manually edited the make file, changed -O2 to -O3, and axed the
| -m* options...
|
| --
| Charles Steinkuehler
| charles@steinkuehler.net
|
|
|
|