Changes between Initial Version and Version 1 of NorbertRawHplData2


Ignore:
Timestamp:
10/22/08 09:06:08 (15 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NorbertRawHplData2

    v1 v1  
     1{{{ 
     2============================================================================ 
     3HPLinpack 1.0a  --  High-Performance Linpack benchmark  --   January 20, 2004 
     4Written by A. Petitet and R. Clint Whaley,  Innovative Computing Labs.,  UTK 
     5============================================================================ 
     6 
     7An explanation of the input/output parameters follows: 
     8T/V    : Wall time / encoded variant. 
     9N      : The order of the coefficient matrix A. 
     10NB     : The partitioning blocking factor. 
     11P      : The number of process rows. 
     12Q      : The number of process columns. 
     13Time   : Time in seconds to solve the linear system. 
     14Gflops : Rate of execution for solving the linear system. 
     15 
     16The following parameter values will be used: 
     17 
     18N      :   28600 
     19NB     :     220 
     20PMAP   : Row-major process mapping 
     21P      :       2 
     22Q      :       2 
     23PFACT  :    Left 
     24NBMIN  :       4 
     25NDIV   :       2 
     26RFACT  :   Right 
     27BCAST  :  1ringM 
     28DEPTH  :       0 
     29SWAP   : Mix (threshold = 64) 
     30L1     : transposed form 
     31U      : transposed form 
     32EQUIL  : yes 
     33ALIGN  : 8 double precision words 
     34 
     35---------------------------------------------------------------------------- 
     36 
     37- The matrix A is randomly generated for each test. 
     38- The following scaled residual checks will be computed: 
     39   1) ||Ax-b||_oo / ( eps * ||A||_1  * N        ) 
     40   2) ||Ax-b||_oo / ( eps * ||A||_1  * ||x||_1  ) 
     41   3) ||Ax-b||_oo / ( eps * ||A||_oo * ||x||_oo ) 
     42- The relative machine precision (eps) is taken to be          1.110223e-16 
     43- Computational tests pass if scaled residuals are less than           16.0 
     44 
     45============================================================================ 
     46T/V                N    NB     P     Q               Time             Gflops 
     47---------------------------------------------------------------------------- 
     48WR01R2L4       28600   220     2     2             291.85          5.344e+01 
     49---------------------------------------------------------------------------- 
     50||Ax-b||_oo / ( eps * ||A||_1  * N        ) =        0.0038030 ...... PASSED 
     51||Ax-b||_oo / ( eps * ||A||_1  * ||x||_1  ) =        0.0054760 ...... PASSED 
     52||Ax-b||_oo / ( eps * ||A||_oo * ||x||_oo ) =        0.0011149 ...... PASSED 
     53============================================================================ 
     54 
     55Finished      1 tests with the following results: 
     56              1 tests completed and passed residual checks, 
     57              0 tests completed and failed residual checks, 
     58              0 tests skipped because of illegal input values. 
     59---------------------------------------------------------------------------- 
     60 
     61End of Tests. 
     62============================================================================ 
     63}}}