Changes between Initial Version and Version 1 of i5-6500-Raw-64G-HPL-10G


Ignore:
Timestamp:
02/08/16 12:03:01 (8 years ago)
Author:
admin
Comment:

initail import

Legend:

Unmodified
Added
Removed
Modified
  • i5-6500-Raw-64G-HPL-10G

    v1 v1  
     1{{{ 
     2This run was done on: Sat Feb  6 15:37:29 EST 2016 
     3 
     4HPL.dat: 
     5======== 
     6 
     7HPLinpack benchmark input file 
     8Innovative Computing Laboratory, University of Tennessee 
     9HPL.out      output file name (if any) 
     106            device out (6=stdout,7=stderr,file) 
     111            # of problems sizes (N) 
     1286000         Ns 
     131            # of NBs 
     14200          NBs 
     150            PMAP process mapping (0=Row-,1=Column-major) 
     161            # of process grids (P x Q) 
     172            Ps 
     182            Qs 
     1916.0         threshold 
     201            # of panel fact 
     212            PFACTs (0=left, 1=Crout, 2=Right) 
     221            # of recursive stopping criterium 
     234            NBMINs (>= 1) 
     241            # of panels in recursion 
     252            NDIVs 
     261            # of recursive panel fact. 
     271            RFACTs (0=left, 1=Crout, 2=Right) 
     281            # of broadcast 
     291            BCASTs (0=1rg,1=1rM,2=2rg,3=2rM,4=Lng,5=LnM) 
     301            # of lookahead depth 
     310            DEPTHs (>=0) 
     320            SWAP (0=bin-exch,1=long,2=mix) 
     3364           swapping threshold 
     340            L1 in (0=transposed,1=no-transposed) form 
     350            U  in (0=transposed,1=no-transposed) form 
     361            Equilibration (0=no,1=yes) 
     378            memory alignment in double (> 0) 
     38 
     39Actual run: 
     40 
     41================================================================================ 
     42HPLinpack 2.0  --  High-Performance Linpack benchmark  --   September 10, 2008 
     43Written by A. Petitet and R. Clint Whaley,  Innovative Computing Laboratory, UTK 
     44Modified by Piotr Luszczek, Innovative Computing Laboratory, UTK 
     45Modified by Julien Langou, University of Colorado Denver 
     46================================================================================ 
     47 
     48An explanation of the input/output parameters follows: 
     49T/V    : Wall time / encoded variant. 
     50N      : The order of the coefficient matrix A. 
     51NB     : The partitioning blocking factor. 
     52P      : The number of process rows. 
     53Q      : The number of process columns. 
     54Time   : Time in seconds to solve the linear system. 
     55Gflops : Rate of execution for solving the linear system. 
     56 
     57The following parameter values will be used: 
     58 
     59N      :   86000 
     60NB     :     200 
     61PMAP   : Row-major process mapping 
     62P      :       2 
     63Q      :       2 
     64PFACT  :   Right 
     65NBMIN  :       4 
     66NDIV   :       2 
     67RFACT  :   Crout 
     68BCAST  :  1ringM 
     69DEPTH  :       0 
     70SWAP   : Binary-exchange 
     71L1     : transposed form 
     72U      : transposed form 
     73EQUIL  : yes 
     74ALIGN  : 8 double precision words 
     75 
     76-------------------------------------------------------------------------------- 
     77 
     78- The matrix A is randomly generated for each test. 
     79- The following scaled residual check will be computed: 
     80      ||Ax-b||_oo / ( eps * ( || x ||_oo * || A ||_oo + || b ||_oo ) * N ) 
     81- The relative machine precision (eps) is taken to be               2.220446e-16 
     82- Computational tests pass if scaled residuals are less than                16.0 
     83 
     84================================================================================ 
     85T/V                N    NB     P     Q               Time                 Gflops 
     86-------------------------------------------------------------------------------- 
     87WR01C2R4       86000   200     2     2             644.13              6.583e+02 
     88-------------------------------------------------------------------------------- 
     89||Ax-b||_oo/(eps*(||A||_oo*||x||_oo+||b||_oo)*N)=        0.0021458 ...... PASSED 
     90================================================================================ 
     91 
     92Finished      1 tests with the following results: 
     93              1 tests completed and passed residual checks, 
     94              0 tests completed and failed residual checks, 
     95              0 tests skipped because of illegal input values. 
     96-------------------------------------------------------------------------------- 
     97 
     98End of Tests. 
     99================================================================================ 
     100Done: Sat Feb  6 15:49:08 EST 2016 
     101