Changes between Version 22 and Version 23 of AnnPerformance
- Timestamp:
- 06/04/08 01:38:34 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnnPerformance
v22 v23 35 35 }}} 36 36 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)]] 42 39 43 40 == 3-D Gauss Seidel == … … 53 50 }}} 54 51 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)]] 60 54 61 55 == DTRMM -- Triangular Matrix-Matrix Product == … … 70 64 Note that the above code is intended for use where matrix A is an upper triangular matrix with unit diagonal elements. 71 65 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)]] 77 68 78 69 == ADI -- Alternate Direction Implicit == … … 97 88 }}} 98 89 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)]] 104 92 105 93 == FDTD-2D == … … 121 109 }}} 122 110 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)]] 128 113 129 114 == GEMVER == … … 143 128 }}} 144 129 145 === Sequential (single core)===146 [[Image(gemver.png,nolink)]]130 === Performance === 131 || [[Image(gemver.png,nolink)]] || [[Image(gemver-par.png,nolink)]] 147 132 148 === Parallel (multi-core) ===149 [[Image(gemver-par.png,nolink)]]150