Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PC / Mac / Linux benchmarks (programs) that compare performance to Cray and other supercomputers...

13 views
Skip to first unread message

Max Power

unread,
Apr 8, 2008, 2:33:57 AM4/8/08
to

Where are PC / Mac / Linux benchmarks (programs) that compare performance to
Cray and other supercomputers ... must exist somewhere.

Vista has a benchmark system, but it makes no Cray comparison.

BOINC clients, in Graphical mode could provide Cray comparasons, but don't.

Dennis Grevenstein

unread,
Apr 8, 2008, 4:57:56 AM4/8/08
to
In comp.unix.cray Max Power <mike...@washington.edu> wrote:
>
> Where are PC / Mac / Linux benchmarks (programs) that compare performance to
> Cray and other supercomputers ... must exist somewhere.

Linpack?
You can compile it on most systems. The real thing is Fortran
code, but there is a C version too. The C version I found years
ago gave about the same results as the Fortran version on single
CPU CISC and RISC systems. When benchmarking your own little
Cray (or other vector processor) in your basement, better use
the Fortran version.

Dennis

--
Don't suffer from insanity...
Enjoy every minute of it.

Matt Giwer

unread,
Apr 9, 2008, 11:59:41 PM4/9/08
to
Max Power wrote:

I don't much see the point on bragging rights here unless you are running a
cluster. It is what it is. The hardware benchmarks are all over and for free.
After that it is just MS v linux. Your computer will be different of course but
not by more than a few percent. Unless you are doing something like BOINC that
is 24/7 you can probably get a greater performance increase by learning to type
faster. 24/7 programs benefit by using the time between keystrokes so it doesn't
matter how long between them.

I am not trying to talk you out of it. It is only now that you mention it II
can't remember seeing benchmark suites in years. There is no longer a point in
showing linux is faster the MS as that was done years ago. MS is getting slower
with every new release.

--
If Jews had wanted peace they would never have gone to Palestine.
-- The Iron Webmaster, 3961
http://www.giwersworld.org a1

Jean-David Beyer

unread,
Apr 10, 2008, 7:43:52 AM4/10/08
to

I tried to see if any Cray users were running BOINC, but found no evidence
of such. I notice there is a comp.unix.cray newsgroup, so I infer that one
can run UNIX on one. Therefore one could get a BOINC client to run on the
Cray I suppose by compiling it from source. OTOH, I do not know if the
actual BOINC applications are available for it. While I did not do an
exhaustive search for Cray users at the BOINC web site, I scanned the users
and found no Cray in the list of OSs being used.

--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ PGP-Key: 9A2FC99A Registered Machine 241939.
/( )\ Shrewsbury, New Jersey http://counter.li.org
^^-^^ 07:40:01 up 23 days, 12:42, 5 users, load average: 4.51, 4.31, 4.18

Doug Freyburger

unread,
Apr 11, 2008, 2:23:00 PM4/11/08
to
Jean-David Beyer <jeandav...@verizon.net> wrote:
>
> I tried to see if any Cray users were running BOINC, but found no evidence
> of such. I notice there is a comp.unix.cray newsgroup, so I infer that one
> can run UNIX on one. Therefore one could get a BOINC client to run on the
> Cray I suppose by compiling it from source. OTOH, I do not know if the
> actual BOINC applications are available for it. While I did not do an
> exhaustive search for Cray users at the BOINC web site, I scanned the users
> and found no Cray in the list of OSs being used.

UniCos is the standard (one of the standards?) Cray operating
system. It's quite vanilla UNIX System V.

Moore's law says at some point the laptops at the local store
will be as fast as the Cray's in the earily versions of the top
500 supercomputers list. Wanna bet the laptops won't run as
fast anyways? ;^)

Jean-David Beyer

unread,
Apr 11, 2008, 3:51:50 PM4/11/08
to
Doug Freyburger wrote (in part):

>
> Moore's law says at some point the laptops at the local store
> will be as fast as the Cray's in the earily versions of the top
> 500 supercomputers list. Wanna bet the laptops won't run as
> fast anyways? ;^)

My current desktop has 8 GBytes of RAM. My first desktop had only about 1.3
GBytes of hard drive.

My current desktop has dual 3.06 GigaHertz Hyperthreaded Xeon processors.
The first computer I ever used had 32K words of RAM, no hard drives, and the
processor took about 2 1/2 refrigerators of space and ran at what would be
called 50 KiloHertz.

My current desktop may have cost around $6000 (including 6 SCSI hard drives,
LCD monitor, etc). The 704 cost around $600/hour to rent (it came with 10
tape drives).

If the Crays were anything like the Control Data machines, they had 60-bit
word size which is substantially more than the 32-bit size of my machine,
although nowadays you can get 64-bit machines at reasonable cost. People in
those days needed bigger word sizes because the roundoff in large floating
point calculations (think analytical weather prediction) was too much even
in double-precision of 32-bit binary (or worse, 32-bit hexadecimal)
machines. THese days, we do not do all that much computation on our machine,
but just push bytes around, so this is less important.

--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ PGP-Key: 9A2FC99A Registered Machine 241939.
/( )\ Shrewsbury, New Jersey http://counter.li.org

^^-^^ 15:40:01 up 24 days, 20:42, 5 users, load average: 4.22, 4.31, 4.27

James Wilson

unread,
Apr 12, 2008, 3:39:49 AM4/12/08
to

Just for reference, cray-cyber (www.cray-cyber.org) measured the
performance of thier Cray EL and found "460 MFlops (A 2.4 GHz P4/RDRAM
is 770 MFlops on the same benchmark problem, huge matric multiply, with
Linux gnu cc -O3)". Now, the EL is an old, bottom of the range, machine
(mid 90's) and is clocked at 33MHz (yes, thirty three megahertz). The
key thing with the Cray is that it's a vector processor - it has 8
vector registers, each of which is 64 words where a word is 64 bits. No
x86 vector extensions (MMX etc), or even the Cell, come close to that.
So long as the problem you are trying to solve maps well to that
hardware then it will fly. For general purpose desktop apps the PC will
easily out perform the Cray.

James
http://www.machineroom.info

Eugene Miya

unread,
Apr 16, 2008, 1:05:18 PM4/16/08
to
In article <2be96590-1283-4d9e...@k13g2000hse.googlegroups.com>,

Doug Freyburger <dfre...@yahoo.com> wrote:
>Jean-David Beyer <jeandav...@verizon.net> wrote:
>> I tried to see if any Cray users were running BOINC,

What's BOINC?

>> I notice there is a comp.unix.cray newsgroup, so I infer that one
>> can run UNIX on one.

Yeah, it was proposed and approved by people who didn't have one/any.

>UniCos is the standard (one of the standards?) Cray operating
>system. It's quite vanilla UNIX System V.

It's approaching 25 years old. Next week we celebrate the founding of
one of our supercomptuer centers.

>Moore's law says at some point the laptops at the local store
>will be as fast as the Cray's in the earily versions of the top
>500 supercomputers list. Wanna bet the laptops won't run as
>fast anyways? ;^)

Erich's list post-dated the retirement of all the numeric numbered CRI
models and most of the alphabetic MP models. Just give a laptop an I/O
intensive big data problem if you want to see a slow machine.

--

Eugene Miya

unread,
Apr 16, 2008, 1:08:48 PM4/16/08
to
In article <fY6dnbInnOPf-p3V...@pipex.net>,

James Wilson <ne...@machineroom.info> wrote:
>Just for reference, cray-cyber (www.cray-cyber.org) measured the
More of historic interest.
>performance of their Cray EL and found "460 MFlops (A 2.4 GHz P4/RDRAM
>is 770 MFlops on the same benchmark problem, huge matric multiply, with
>Linux gnu cc -O3)". Now, the EL is an old, bottom of the range, machine
True.

>(mid 90's) and is clocked at 33MHz (yes, thirty three megahertz). The
>key thing with the Cray is that it's a vector processor - it has 8
Historic. Current models are a bit more complex.

>vector registers, each of which is 64 words where a word is 64 bits. No
>x86 vector extensions (MMX etc), or even the Cell, come close to that.
>So long as the problem you are trying to solve maps well to that
>hardware then it will fly. For general purpose desktop apps the PC will
>easily out perform the Cray.
Old Crays.

PCs will also tend to out perform the ENIAC as well.

--

Jean-David Beyer

unread,
Apr 16, 2008, 3:56:28 PM4/16/08
to
Eugene Miya wrote:
> In article <2be96590-1283-4d9e...@k13g2000hse.googlegroups.com>,
> Doug Freyburger <dfre...@yahoo.com> wrote:
>> Jean-David Beyer <jeandav...@verizon.net> wrote:
>>> I tried to see if any Cray users were running BOINC,
>
> What's BOINC?

A simple Google search would have informed you.

http://boinc.berkeley.edu/

--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ PGP-Key: 9A2FC99A Registered Machine 241939.
/( )\ Shrewsbury, New Jersey http://counter.li.org

^^-^^ 15:50:01 up 29 days, 20:52, 2 users, load average: 4.23, 4.29, 4.35

0 new messages