Changes between Initial Version and Version 1 of NorbertRawHplData


Ignore:
Timestamp:
12/30/07 19:33:19 (16 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NorbertRawHplData

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