home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / super / 1196 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.8 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!natinst.com!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!gatech!emory!cs.utk.edu!cs.utk.edu!eijkhout
  2. From: eijkhout@cupid.cs.utk.edu (Victor Eijkhout)
  3. Newsgroups: comp.sys.super
  4. Subject: Re: World's Most Powerful Computing Sites
  5. Date: 23 Jan 93 16:43:14
  6. Organization: /pearl/homes/eijkhout/.organization
  7. Lines: 23
  8. Distribution: inet
  9. Message-ID: <EIJKHOUT.93Jan23164314@cupid.cs.utk.edu>
  10. References: <1993Jan20.232809.29241@nas.nasa.gov> <1993Jan21.165159.10149@meiko.com>
  11.     <1993Jan22.015827.26653@nas.nasa.gov>
  12. NNTP-Posting-Host: cupid.cs.utk.edu
  13. In-reply-to: fineberg@wilbur.nas.nasa.gov's message of 22 Jan 93 01:58:27 GMT
  14.  
  15. In article <1993Jan22.015827.26653@nas.nasa.gov> fineberg@wilbur.nas.nasa.gov (Samuel A. Fineberg) writes:
  16.  
  17.    I don't know too many people that write assembly code, and that is what you
  18.    need to do to get 35 MFLOPs.  As far as I'm concerned, assembly coded
  19.    benchnmarks are useless.
  20.  
  21. Assembly coded benchmarks, maybe. But the BLAS routines (Basic Linear
  22. Algebra Subroutines) exist on many machines in assembler, and
  23. precisely because they are 1/ standardized across all platforms
  24. 2/ optimized for each, you can write real programs in Fortran or C,
  25. with a reasonable speed if you need the BLAS often enough.
  26.  
  27. Just interface your program to assembler *kernels*.
  28.  
  29. I know of people who write distributed memory linear system
  30. solvers, that get over 50% performance out of *500 i860's*
  31. using those assembler BLAS.
  32.  
  33. --
  34. Victor Eijkhout ................................ `There are also a few bugs,
  35. Department of Computer Science .......... though not as many as I've come to
  36. University of Tennessee ............... expect in new [MS]Windows products.'
  37. Knoxville TN 37919 ................................ (from a software review)
  38.