home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / benchmar / 1920 < prev    next >
Encoding:
Text File  |  1993-01-09  |  2.7 KB  |  88 lines

  1. Newsgroups: comp.benchmarks
  2. Path: sparky!uunet!think.com!ames!data.nas.nasa.gov!amelia.nas.nasa.gov!eugene
  3. From: eugene@amelia.nas.nasa.gov (Eugene N. Miya)
  4. Subject: [l/m 3/23/92] Linpack            (9/28)    c.be FAQ
  5. Keywords: who, what, where, when, why, how
  6. Sender: news@nas.nasa.gov (News Administrator)
  7. Organization: NAS Program, NASA Ames Research Center, Moffett Field, CA
  8. Date: Sat, 9 Jan 93 12:25:10 GMT
  9. Message-ID: <1993Jan9.122510.3066@nas.nasa.gov>
  10. Reply-To: eugene@amelia.nas.nasa.gov (Eugene N. Miya)
  11. Lines: 75
  12.  
  13. 9    Linpack                    <This panel>
  14. 10
  15. 11    NIST source and .orgs
  16. 12    Measurement Environments
  17. 13    SLALOM
  18. 14
  19. 15    12 Ways to Fool the Masses with Benchmarks
  20. 16    SPEC
  21. 17    Benchmark invalidation methods
  22. 18
  23. 19    WPI Benchmark
  24. 20    Equivalence
  25. 21    TPC
  26. 22
  27. 23
  28. 24
  29. 25    Ridiculously short benchmarks
  30. 26    Other miscellaneous benchmarks
  31. 27
  32. 28    References
  33. 1    Introduction to FAQ chain and netiquette
  34. 2    Benchmarking Concepts
  35. 3    PERFECT
  36. 4
  37. 5    Performance Metrics
  38. 6    Temporary scaffold of New FAQ material
  39. 7    Music to benchmark by
  40. 8    Benchmark types
  41.  
  42. The LINPACK benchmark is a very simple LU decomposition of a dense linear
  43. system (Gaussian elimination) by Jack Dongarra the developer of the
  44. LINPACK library and the netlib numerical software server.
  45.  
  46. Ref: Dongarra's article in CACM on Netlib.
  47. And ACM SIGARCH Computer Architecture News and SIGNUM Newsletter.
  48.  
  49. Advantages:
  50. Simple fairly portable FORTRAN.  One of the shorter benchamrks.
  51. It is small enough to be carried on disk or in Jack's laptop without
  52. consuming too much porting time.
  53. A good attempt at experiment control, has stringent execution requirements.
  54.  
  55. Dongarra also records the compiler options used to invoke the Fortran
  56. compilers.  Record keeping is good.  Reports are quickly available
  57. electronically and published with some frequency in Supercomputing Review.
  58.  
  59. Disadvantages:
  60. Diminishing parallelism during the decomposition (as in all Gaussian
  61. elimination).  It is perhaps too simple.  Execution time is on the shorter
  62. side.  It cannot characterize less numeric applications.
  63.  
  64. NETLIB benchmark index (Linpack benchmark)
  65. netlib@ornl.gov
  66.     send index from benchmark
  67. includes linpack (100x100,300x300,1000x1000).
  68.  
  69. What is interesting about these sizes is that they are not
  70. the powers of 2 which characterize many benchmarks.  Powers of 2
  71. can bias in favor of some architectures and bias against other
  72. architectures.
  73.  
  74.                    ^ A  
  75.                 s / \ r                
  76.                m /   \ c              
  77.               h /     \ h            
  78.              t /       \ i          
  79.             i /         \ t        
  80.            r /           \ e      
  81.           o /             \ c    
  82.          g /               \ t  
  83.         l /                 \ u
  84.        A /                   \ r
  85.         <_____________________> e   
  86.                 Language
  87.  
  88.