Changes between Initial Version and Version 1 of i5-4570S-Raw-HPL


Ignore:
Timestamp:
11/27/13 15:39:54 (10 years ago)
Author:
admin
Comment:

initial import

Legend:

Unmodified
Added
Removed
Modified
  • i5-4570S-Raw-HPL

    v1 v1  
     1{{{ 
     2This run was done on: Wed Nov 27 15:20:30 EST 2013 
     3================================================================================ 
     4HPLinpack 2.0  --  High-Performance Linpack benchmark  --   September 10, 2008 
     5Written by A. Petitet and R. Clint Whaley,  Innovative Computing Laboratory, UTK 
     6Modified by Piotr Luszczek, Innovative Computing Laboratory, UTK 
     7Modified by Julien Langou, University of Colorado Denver 
     8================================================================================ 
     9 
     10An explanation of the input/output parameters follows: 
     11T/V    : Wall time / encoded variant. 
     12N      : The order of the coefficient matrix A. 
     13NB     : The partitioning blocking factor. 
     14P      : The number of process rows. 
     15Q      : The number of process columns. 
     16Time   : Time in seconds to solve the linear system. 
     17Gflops : Rate of execution for solving the linear system. 
     18 
     19The following parameter values will be used: 
     20 
     21N      :   60000  
     22NB     :     200  
     23PMAP   : Row-major process mapping 
     24P      :       2  
     25Q      :       2  
     26PFACT  :   Right  
     27NBMIN  :       4  
     28NDIV   :       2  
     29RFACT  :   Crout  
     30BCAST  :  1ringM  
     31DEPTH  :       0  
     32SWAP   : Binary-exchange 
     33L1     : transposed form 
     34U      : transposed form 
     35EQUIL  : yes 
     36ALIGN  : 8 double precision words 
     37 
     38-------------------------------------------------------------------------------- 
     39 
     40- The matrix A is randomly generated for each test. 
     41- The following scaled residual check will be computed: 
     42      ||Ax-b||_oo / ( eps * ( || x ||_oo * || A ||_oo + || b ||_oo ) * N ) 
     43- The relative machine precision (eps) is taken to be               2.220446e-16 
     44- Computational tests pass if scaled residuals are less than                16.0 
     45 
     46================================================================================ 
     47T/V                N    NB     P     Q               Time                 Gflops 
     48-------------------------------------------------------------------------------- 
     49WR01C2R4       60000   200     2     2             373.55              3.855e+02 
     50-------------------------------------------------------------------------------- 
     51||Ax-b||_oo/(eps*(||A||_oo*||x||_oo+||b||_oo)*N)=        0.0021184 ...... PASSED 
     52================================================================================ 
     53 
     54Finished      1 tests with the following results: 
     55              1 tests completed and passed residual checks, 
     56              0 tests completed and failed residual checks, 
     57              0 tests skipped because of illegal input values. 
     58-------------------------------------------------------------------------------- 
     59 
     60End of Tests. 
     61================================================================================ 
     62}}}