T.R | Title | User | Personal Name | Date | Lines |
---|
1171.1 | Bret 400Mhz result | GEMGRP::GROVE | | Tue Feb 11 1997 16:47 | 10 |
| I ran your program on my Alphastation 500/400Mhz (Bret workstation).
It ran in 25 seconds.
NT Workstation 4.0
f77 compiler: current development version, not released
One of my colleagues has a PWS433a running NT - we'll run the program
on it tomorrow morning; she's not here this afternoon.
Rich Grove, GEM compiler group
|
1171.2 | 433a times | GEMGRP::GROVE | | Wed Feb 12 1997 15:10 | 7 |
| Jeannie Lieb ran the program on a PWS433a (cacheless) and it ran it
18 seconds.
NT workstation 4.0
f77 V1.2 the released compiler
/Rich
|
1171.3 | Thanks for the help | CGOOA::OWONG | SKIWI in Canada (VAO) | Wed Feb 12 1997 16:24 | 8 |
| Rich/Jeannie,
Thanks for the help. I let the customer know what the times were.
FYI - On an existing DEC 3000 Model 500 under OpenVMS that the customer
currently has it took 61 secs.
Owen.
|
1171.4 | other results from customer | CGOOA::OWONG | SKIWI in Canada (VAO) | Thu Feb 13 1997 01:44 | 17 |
| Other timings from my customer for the same program.
Owen.
> This benchmark is a simple program that does concentrated
> real*4 number crunching, but virtually no I/O or swapping.
>
> clam.phys.uvic.ca SS10/41 327s
> beluga.phys.uvic.ca SS20/50 301s
> heron.phys Sparc 5 280s
> loon.phys Pentium 90Mhz 214s
> phastf.phys.uvic.ca DEC 3000/500X 66s
> makani.cfht.hawaii.edu SparcUltra 61s
> ? DEC 500/400Mhz 25s
>
>
|
1171.5 | | CGOOA::OWONG | SKIWI in Canada (VAO) | Fri Feb 14 1997 22:51 | 6 |
| Just received an email from my customer. Based upon the program timings
they will be replacing existing Sun systems with Alpha.
Thanks again for for the help.
Owen.
|
1171.6 | How about Pentium Pro performance ?? | BLOFLY::SMITHP | Beware the knights who say "NT"... | Sat Feb 15 1997 00:18 | 13 |
| I'd like to see the results for a single processor PPro200 (kauai). We
field a lot of questions about the relative performance of Intel vs
Alpha for heavy-FP-intensive operations.
Does anyone have a DPW200i with Fortran and could compile/run the
sample code ?
Thanks,
Peter Smith
Workstation Sales/Australia
|
1171.7 | 200i, 200i� and Alcor266 | CERN::HOBBS | Congrats to the Ignoble Peace Prize winner! (http://www.eecs.harvard.edu/ig_nobel) | Sat Feb 15 1997 09:22 | 14 |
| Just ran on:
200i� default Fortran quals 78.9 sec
200i� /fast /automatic /inline:all 68.92 sec
200i (*) /fast /automatic /inline:all 68.88 sec
600/266 default Fortran quals 27.7 sec
/fast /automatic /inline:all 24.1 sec
(tune:ev5 had no effect)
-cw
(*) Same Kauai, just loaded uni-processor HAL and kernel to convert from
200i� to 200i
|
1171.8 | And 1/3 faster with 4-at-a-time SQRT | GEMGRP::GROVE | | Sat Feb 15 1997 11:17 | 9 |
| BTW, on Unix we (Fortran, Math Library, GEM) have implemented a
4-at-time short vector sqrt function. The Unix compiler uses that
routine in this program and reduces the execution time by about 1/3.
[From 25 seconds to 17 seconds on the EV5 system I used].
We should get the 4-at-a-time SQRT into the next math library and
Fortran release for NT as well.
/Rich
|