Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucsfcgl!seibel From: seibel@cgl.ucsf.edu (George Seibel) Newsgroups: comp.graphics Subject: Re: How fast should DN10000 be?? Message-ID: <11575@cgl.ucsf.EDU> Date: 5 May 89 07:13:35 GMT References: <1894@blake.acs.washington.edu> Sender: daemon@cgl.ucsf.edu Reply-To: seibel@hegel.mmwb.ucsf.edu.UUCP (George Seibel) Distribution: usa Organization: Computer Graphics Lab, UCSF Lines: 33 In article <1894@blake.acs.washington.edu> lu@blake.acs.washington.edu (Joseph Lu) writes: ]We just got DN10000 recently and experienced only 5-6 times faster than DN4000 ]for our 5 different Fortran applications (mainly floating point calculations) ]with -OPT 3 or 4. That speed is far away from the Apollo official figures. ] ]The configuration of DN10000 is 1 CPU with 32 MK memory running SR10.01.P ] ]Anyone out there experienced the same thing? Or what the right speed enhance- ]ment should we expect? ] ]Thanks in advance. I'm not specifically familiar with the DN10000, but your complaint is typical of many, so I'll offer a few general comments: (and these are not aimed at Apollo, but *all* vendors) - Welcome to the real world. It is the job of marketing types to present their machine in the best possible light. This they will do, usually without lying. It is the job of *Sales* people to sell the machine. No comment on what they might say... - How far away *is* this performance from the "official" figures? If the numbers Apollo quotes are for 32 bit integer ops, and you're doing 64 bit floating point, that might explain a lot. - Are your applications appropriate for the architecture? Have you ever profiled them? (try man prof) A simple profile may tell you a lot about why your programs are slow. - It's always a good idea to benchmark before you buy, using *your* code and *your* data. George Seibel, UCSF