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


Ignore:
Timestamp:
12/09/11 10:58:59 (12 years ago)
Author:
admin
Comment:

created

Legend:

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

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