[3158] | 1 | -------------------------------------------------------------------------------------
|
---|
| 2 | Comparaison performance de differentes machines en compilation / execution (calcul)
|
---|
| 3 | -----------------------
|
---|
| 4 | Mesures effectuees en Janvier 2007 , R. Ansari / C. Magneville
|
---|
| 5 | -------------------------------------------------------------------------------------
|
---|
| 6 |
|
---|
| 7 | (a) eros3 : Bipro-bicoeur Xeon@2.4 GHz Linux (xeon-lx-2.4GHz) , gcc 3.2
|
---|
| 8 | (b) ccali : Bipro-bicoeur Xeon@2.8 GHz Linux (xeon-lx-2.8GHz) , icc 8.0 ou 9.0
|
---|
[3179] | 9 | (c) sgsda: AMD Bipro AMD opteron 248 @ 2.2 GHz (amd-lx-
|
---|
[3158] | 10 |
|
---|
| 11 | (d) asc: bipro alpha (@ ~1 GHz) server DS20 OSF (osf1) , cxx 6.5 (osf-asc)
|
---|
| 12 | (nouveau asc 420 MFLOPS, moins puissante que l'ancien asc 800 MFLOPS)
|
---|
| 13 | (e) xp1000-dapnia: alpha xp1000 @ ~ 600 MHz ? OSF1 , cxx ? (osf-xp1000)
|
---|
| 14 | (f) superosf-dapnia: multi-proc alphaServer ES80 6 procs EV7 @ 1 GHz (super-osf)
|
---|
| 15 |
|
---|
| 16 | (g) ccsvx01: XServe G5 bipro @~1GHz (Darwin/OSX) (G5-osx-1GHz) , gcc 3.3
|
---|
| 17 | (h) PowerBook-Reza : Apple G4 @ 1.25 GHz (G4-osx-1.25GHz) , gcc 3.3
|
---|
| 18 | (i) MacBook-Reza: Apple/ Core double-coeur Intel @ 1.83 GHz (core-osx-1.83GHz) gcc 4
|
---|
| 19 | (j) MacPro-Grosdidier : Apple / Xeon 2 double-coeur @ 3 GHz gcc 4.0.1 , compil SOPHYA -O2 -g
|
---|
| 20 |
|
---|
| 21 | (p) IBM-AIX regatta , xlC ,
|
---|
| 22 |
|
---|
| 23 |
|
---|
| 24 | NOTES :
|
---|
| 25 | - Sur les machines Xeon, il y a une interaction entre process / threads par rapport a
|
---|
| 26 | l'occupation des CPU's. On perd un facteur 3 en performance multi-threads/multi-taches.
|
---|
| 27 | La machine MacPro avec OSX se debrouille quand meme mieux.
|
---|
| 28 | - Effet du systeme ou carte mere ???
|
---|
| 29 |
|
---|
| 30 | A/ Compilation tout SOPHYA
|
---|
| 31 | ----------------------------
|
---|
| 32 | csh> time make all (1)
|
---|
| 33 | ou
|
---|
| 34 | csh> time make -j 2 all (2)
|
---|
| 35 | Temps CPU
|
---|
| 36 | Indice de performance 100*(1000/TCPU)
|
---|
| 37 | Temps elapsed (vrai)
|
---|
| 38 | Temps vrai / TCPU
|
---|
| 39 |
|
---|
| 40 |
|
---|
| 41 | ----------------------------------------------------------------------
|
---|
| 42 | CPU(s) IndPerf TElapsed , TCPU/Elapsed %
|
---|
| 43 | ----------------------------------------------------------------------
|
---|
| 44 | (a)xeon-lx-2.4GHz (2) 615 s 162 410 s 150%
|
---|
| 45 | avec -O3 -g (2) 1300 s 77 760 s 172%
|
---|
| 46 | (b)xeon-lx-2.8GHz (2) 755 s 132 540 s 140%
|
---|
| 47 | (c)amd-lx
|
---|
| 48 |
|
---|
| 49 | (d)osf-xp1000 (1) 533 s 187 660 s 80%
|
---|
| 50 | (e)superosf (1) 895 s 112 910 s 98%
|
---|
| 51 | (f)osf-asc (1) 1920 s 52 2340 s 83% (??)
|
---|
| 52 |
|
---|
| 53 | (f)G4-osx-1.25GHz (1) 660 s 151 710 s 93%
|
---|
| 54 | (h)G5-osx-1GHz (2) 453 s 221 250 s 182%
|
---|
[3159] | 55 | -tune=G5 1100 s 90
|
---|
[3158] | 56 | (i)core-osx-1.83GHz (2) 209 s 478 116 s 180%
|
---|
[3159] | 57 | -O2 (1) 367 s 272 381 96%
|
---|
[3158] | 58 | (j)xeon-osx
|
---|
| 59 |
|
---|
| 60 | (p)ibm-aix
|
---|
| 61 | ----------------------------------------------------------------------
|
---|
| 62 |
|
---|
| 63 | Taille shared libs :
|
---|
| 64 | (a)
|
---|
| 65 | (f) = (e) = 57 MO
|
---|
| 66 | (h) 80 MO
|
---|
| 67 | (i) 83 MO
|
---|
| 68 |
|
---|
| 69 | B/ Calcul brut avec / sans threads
|
---|
| 70 | -----------------------------------
|
---|
| 71 |
|
---|
| 72 | B.1/ arr = c1*a1+c2*a2
|
---|
| 73 | (1) time cpupower 2 # compile avec -O3
|
---|
| 74 | (2) time zthr arr 1 1000 1 thread
|
---|
| 75 | (3) time zthr arr 2 1000 2 thread
|
---|
| 76 | (4) time zthr arr 4 1000 4 thread
|
---|
| 77 | (5) time zthr arr 6 1000 6 thread
|
---|
| 78 | (6) time zthr arr 8 1000 8 thread
|
---|
| 79 |
|
---|
| 80 | -----------------------------------------------------------------------------------
|
---|
| 81 | (1)MFLOPS (2)CPU/Elap/% (2)IndPerf (3)CPU/Elap/% (3)IndPerf
|
---|
| 82 | -----------------------------------------------------------------------------------
|
---|
| 83 | (a)xeon-lx-2.4GHz 1167 5.15/5.2/99% 11.4/5.8/196%
|
---|
| 84 | (4)36.6/9.28/394%
|
---|
| 85 | -O3 -g 4.9/5./99%
|
---|
| 86 | (b)xeon-lx-2.8GHz 920 2.3/2.3/100% 6.2/3.1/198%
|
---|
| 87 | (4)26/6.6/396%
|
---|
| 88 | (c)amd-lx 690 3.6/3.6/99% 6.8/4/171%
|
---|
| 89 | (4)13.5/7/193%
|
---|
| 90 | (5)20.3/10.23/198%
|
---|
| 91 |
|
---|
| 92 | (d)osf-xp1000 648 5.1/5.3/96.6% 11.4/11.4/99%
|
---|
| 93 | (4)25.2/25.5/99%
|
---|
| 94 | (e)superosf 842 2.87/2.88/99.6% 6.25/4.1/153%
|
---|
| 95 | (4)11.6/3.06/379%
|
---|
| 96 | (f)osf-asc 420 6.3s/6.5s/99% 16.9/8.8/192%
|
---|
| 97 | (4)29.9/15.7/191%
|
---|
| 98 |
|
---|
| 99 | (f)G4-osx-1.25GHz 333 44s/48s/91% 86.7/99.8/92%
|
---|
| 100 | (h)G5-osx-1GHz 1151 20s/20s/99% 40s/23s/170%
|
---|
| 101 | (4) 80.8/45/180%
|
---|
[3159] | 102 | -tune=G5 3.35/3.8/88% 7.1/3.6/196%
|
---|
| 103 | (4) 14/7.5/187%
|
---|
[3158] | 104 | (i)core-osx-1.83GHz 855 11.5/11.5/100% 23/11.6/192%
|
---|
| 105 | (4) 46/23/199%
|
---|
[3159] | 106 | -O2 3.85/3.89/99% 7.7/3.9/198%
|
---|
| 107 | (4) 15.4/7.77/198%
|
---|
| 108 |
|
---|
[3158] | 109 | (j)xeon-osx 2600 2.5/2.5/100% 5.1/2.6/199%
|
---|
| 110 | (4) 11.5/3.2/362%
|
---|
| 111 | (5) 17.4/4.77/365%
|
---|
| 112 |
|
---|
| 113 | (p)ibm-aix-regatta 700 6.8/6.9/98% 13.1/6.75/195%
|
---|
| 114 | (4) 26.3/11.7/225%
|
---|
| 115 |
|
---|
[3179] | 116 | (q)sgi-magique 460 60/60/99%
|
---|
[3158] | 117 | -----------------------------------------------------------------------------------
|
---|
| 118 |
|
---|
| 119 |
|
---|
| 120 | B.2/ Multiplication de matrices mtx = mtx1 * mtx2
|
---|
| 121 |
|
---|
| 122 | (1) time cpupower 2
|
---|
| 123 | (2) time zthr mtx 1 1000 1 thread
|
---|
| 124 | (3) time zthr mtx 2 1000 2 thread
|
---|
| 125 | (4) time zthr mtx 4 1000 4 thread
|
---|
| 126 | (5) time zthr mtx 6 1000 6 thread
|
---|
| 127 | (6) time zthr mtx 8 1000 8 thread
|
---|
| 128 |
|
---|
| 129 | -----------------------------------------------------------------------------------
|
---|
| 130 | (1)MFLOPS (2)CPU/Elap/% (2)IndPerf (3)CPU/Elap/% (3)IndPerf
|
---|
| 131 | -----------------------------------------------------------------------------------
|
---|
| 132 | (a)xeon-lx-2.4GHz 1167 6.5/6.5/100% 17.4/8.8/198%
|
---|
| 133 | (4) 80.5/20.3/397%
|
---|
| 134 | (5) 114.5/29.6/387%
|
---|
| 135 | (6) 160/40.3/387%
|
---|
| 136 |
|
---|
| 137 | (b)xeon-lx-2.8GHz 920 3.4/3.4/100% 12/6.1/199%
|
---|
| 138 | (4) 55.8/14/400%
|
---|
| 139 | (c)amd-lx 690 6.98/6.98/100% 14.1/8.15/173%
|
---|
| 140 | (4) 27.7/14.23/194%
|
---|
| 141 | (5) 41.4/21.07/196%
|
---|
| 142 | (6) 55.4/27.9/198.7%
|
---|
| 143 |
|
---|
| 144 | (d)osf-xp1000 648 13/14.1/92% 27.1/27.4/99%
|
---|
| 145 | (4) 54/54.7/99.6%
|
---|
| 146 | (5) 80.6/81/99.6%
|
---|
| 147 | (6) 107.8/108.3/99.5%
|
---|
| 148 | (e)superosf 842 6.1/7.24/84% 12.35/6.29/196%
|
---|
| 149 | (4) 24.3/6.31/385%
|
---|
| 150 | (5) 36.5/10.9/335%
|
---|
| 151 | (6) 50.1/18.15/276%
|
---|
| 152 | (f)osf-asc 420 13.5s/13.7s/98% 32/16.5/194%
|
---|
| 153 | (4) 67.5/34.4/196%
|
---|
| 154 |
|
---|
| 155 | (f)G4-osx-1.25GHz 333
|
---|
| 156 | (h)G5-osx-1GHz 1151 23/23.7/97% 46.5/27.5/170%
|
---|
| 157 | (4) 93.4/49.4/189%
|
---|
[3159] | 158 | -tune=G5 5.7/5.8/98% 13.3/6.8/197%
|
---|
| 159 | (4) 26.8/13.56/197%
|
---|
| 160 | (6) 53.8/27.25/197%
|
---|
[3158] | 161 | (i)core-osx-1.83GHz 855 12.6/12.7/100% 25.8/13.4/194%
|
---|
| 162 | (4) 51.6/26/199%
|
---|
[3159] | 163 | -O2 4.25/4.5/94% 10.6/5.36/198%
|
---|
| 164 | (4) 20.87/10.68/198%
|
---|
| 165 | -O2 2 jobs // 2 x 5/5.4/92%
|
---|
[3158] | 166 | (j)xeon-osx 2600 2.8/2.8/99% 9.3/4.66/199%
|
---|
| 167 | (4) 31.4/8.6/364%
|
---|
| 168 | (5) 47.1/12.96/364%
|
---|
| 169 | (6) 62.8/17.38/362%
|
---|
| 170 |
|
---|
| 171 | (p)ibm-aix-regatta 700 9.5/9.7/98% 18.3/16.0/114%
|
---|
| 172 | (4) 38.3/24.7/155%
|
---|
[3179] | 173 |
|
---|
| 174 | (q)sgi-magique 460 49/49/99% 101/56/181%
|
---|
| 175 |
|
---|
[3158] | 176 | -----------------------------------------------------------------------------------
|
---|
| 177 |
|
---|
| 178 | B.3/ Tests fft (FFTW , FFTPack )
|
---|
| 179 |
|
---|
| 180 | (1) time cpupower 2
|
---|
| 181 | (2) time tfft 2000000 W d 0 0 (avec FFTW)
|
---|
| 182 | (3) time tfft 2000000 P d 0 0 (avec FFTPack_Sophya)
|
---|
| 183 |
|
---|
| 184 | IndPerf=1000/TCPU
|
---|
| 185 |
|
---|
| 186 |
|
---|
| 187 | -----------------------------------------------------------------------------------
|
---|
| 188 | (1)MFLOPS (2)CPU/Elap/% (2)IndPerf (3)CPU/Elap/% (3)IndPerf
|
---|
| 189 | -----------------------------------------------------------------------------------
|
---|
| 190 | (a)xeon-lx-2.4GHz 1167 5.5/5.6/97% 180 7.4/7.4/100% 135
|
---|
| 191 | -O3 -g 6.8/7.1/96% 147
|
---|
| 192 | (b)xeon-lx-2.8GHz 920
|
---|
| 193 | (c)amd-lx 690 4.2/4.2/100% 238
|
---|
[3159] | 194 | ~2x 4.7/4.7/99%
|
---|
[3158] | 195 |
|
---|
| 196 | (d)osf-xp1000 648 9.9/10.2/97% 101 9.3/9.46/98.5% 107
|
---|
| 197 | (e)superosf 842 6./6.22/96.7% 166 5.1/5.18/97.4% 196
|
---|
| 198 | (f)osf-asc 420 13.3/13.9/95.7% 75 12.2/17.6/70% 82
|
---|
| 199 |
|
---|
| 200 | (f)G4-osx-1.25GHz 333 15.2/15.9/96% 66 23.8/34.1/70% 42
|
---|
| 201 | (h)G5-osx-1GHz 1151 8.5/8.7/97.5% 120 11.5/11.6/99% 87
|
---|
[3159] | 202 | -tune=G5 5/5.1/98% 200 5.5/5.6/97% 180
|
---|
[3158] | 203 | (i)core-osx-1.83GHz 855 4.6/4.75/97% 217 7/7.08/99% 142
|
---|
[3159] | 204 | -O2 3.2/3.2/99% 312 3.6/3.6/99% 277
|
---|
| 205 | -O2 2 jobs // 2 x 3.9/4.3/90% 2x 4.7/5/91% 200
|
---|
[3158] | 206 | (j)xeon-osx 2600 2.6/2.6/98% 384
|
---|
[3159] | 207 | 2 jobs // ~2x 3.6/4.1/87% 250
|
---|
| 208 | 4 jobs //
|
---|
[3158] | 209 |
|
---|
| 210 | (p)ibm-aix-regatta 700 6.25/18.9/33% 160 5.25/15.7/33% 190
|
---|
| 211 |
|
---|
[3179] | 212 | (q)sgi-magique 460 22/22/98% 42 24.5/25/99% 40
|
---|
[3158] | 213 | -----------------------------------------------------------------------------------
|
---|