Changes between Version 22 and Version 23 of AnnPerformance


Ignore:
Timestamp:
06/04/08 01:38:34 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnnPerformance

    v22 v23  
    3535}}} 
    3636 
    37 === Sequential (single core) === 
    38  [[Image(lu.png,nolink)]] 
    39  
    40 === Parallel (multi-core) === 
    41  [[Image(lu-par.png,nolink)]] 
     37=== Performance === 
     38 || [[Image(lu.png,nolink)]] || [[Image(lu-par.png,nolink)]] 
    4239 
    4340== 3-D Gauss Seidel == 
     
    5350}}} 
    5451 
    55 === Sequential (single core) === 
    56  [[Image(seidel.png,nolink)]] 
    57  
    58 === Parallel (multi-core) === 
    59  [[Image(seidel-par.png,nolink)]] 
     52=== Performance === 
     53 || [[Image(seidel.png,nolink)]] || [[Image(seidel-par.png,nolink)]] 
    6054 
    6155== DTRMM -- Triangular Matrix-Matrix Product == 
     
    7064Note that the above code is intended for use where matrix A is an upper triangular matrix with unit diagonal elements. 
    7165 
    72 === Sequential (single core) === 
    73  [[Image(trmm.png,nolink)]] 
    74  
    75 === Parallel (multi-core) === 
    76  [[Image(trmm-par.png,nolink)]] 
     66=== Performance === 
     67 || [[Image(trmm.png,nolink)]] || [[Image(trmm-par.png,nolink)]] 
    7768 
    7869== ADI -- Alternate Direction Implicit == 
     
    9788}}} 
    9889 
    99 === Sequential (single core) === 
    100  [[Image(adi.png,nolink)]] 
    101  
    102 === Parallel (multi-core) === 
    103  [[Image(adi-par.png,nolink)]] 
     90=== Performance === 
     91 || [[Image(adi.png,nolink)]] || [[Image(adi-par.png,nolink)]] 
    10492 
    10593== FDTD-2D == 
     
    121109}}} 
    122110 
    123 === Sequential (single core) === 
    124  [[Image(fdtd-2d.png,nolink)]] 
    125  
    126 === Parallel (multi-core) === 
    127  [[Image(fdtd-2d-par.png,nolink)]] 
     111=== Performance === 
     112 || [[Image(fdtd-2d.png,nolink)]] || [[Image(fdtd-2d-par.png,nolink)]] 
    128113 
    129114== GEMVER == 
     
    143128}}} 
    144129 
    145 === Sequential (single core) === 
    146  [[Image(gemver.png,nolink)]] 
     130=== Performance === 
     131 || [[Image(gemver.png,nolink)]] || [[Image(gemver-par.png,nolink)]] 
    147132 
    148 === Parallel (multi-core) === 
    149  [[Image(gemver-par.png,nolink)]] 
    150