Changeset 3244 in Sophya for trunk/SophyaLib/Manual


Ignore:
Timestamp:
May 8, 2007, 4:09:25 PM (18 years ago)
Author:
ansari
Message:

ajout mesures pour PbG4 pour compilation avec -O2 (au lieu de -g), Reza 08/05/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Manual/perfmachine.txt

    r3243 r3244  
    77(a) eros3 : Bipro-bicoeur Xeon@2.4 GHz Linux (xeon-lx-2.4GHz)  , gcc 3.2
    88(b) ccali : Bipro-bicoeur Xeon@2.8 GHz Linux (xeon-lx-2.8GHz)  , icc 8.0 ou 9.0
     9     Flags de compilation avec [-O -g]     
    910(c) sgsda: AMD Bipro AMD opteron 248 @ 2.2 GHz (amd-lx-
     11     Flags de compilation avec [-O -g]     
    1012(cc) grid-saclay: AMD opteron 275 Bipro-bicoeur  @ 2.2 GHz (amd275-lx)
     13     Flags de compilation avec [-O -g]     
    1114
    1215(d) asc: bipro alpha (@ ~1 GHz) server DS20 OSF (osf1)  , cxx 6.5 (osf-asc)
     
    3235- Effet du systeme ou carte mere ???
    3336
    34 
    35 Donnees SPECint2000 (3) / SPECfp2000 (2) (http//www.spec.org)
    36 (1) MFLOPS  -> cpupower 2   (x/y : -O -g / -O3)
     37Flag de compilation
     38- Flag de compilation par defaut [-O -g] en general
     39- Sur eros3 (xeon-linux gcc 3.3) [-O -g] OU [-O3 -g]
     40- Sur Darwin [-g] ou [-O2 -g] (ou [-tune G5] sur XServe G5)
     41   Sur les mac (en particulier G4/G5), grande difference entre -g et -Ox -g
     42   mais peu de difference entre -O -O2 -O3 
     43- Sur machine aix-meso [-O -g] ou [-O3 -g]
     44
     45X/ Donnees SPECint2000 (3) / SPECfp2000 (2) (http//www.spec.org)
     46
     47(1) MFLOPS  -> cpupower 2   (x/y : -O -g / -O3) 
    3748----------------------------------------------------------------------
    3849                         MFLOPS(1)      SPECfp      SPECint
     
    4556(f)superosf               842            1100         700
    4657
    47 (i)core-osx-1.83GHz       855            1400        1500
     58(f)G4-osx-1.25GHz      92/380                                 (-g)/(-O2 -g)
     59(i)core-osx-1.83GHz    310/880            1400        1500    (-g)/(-O2 -g)
    4860(j)xeon-osx              2600            2900          -
    4961
    50 (p)ibm-aix-regatta    730/1750           1050         700
    51 (p)ibm-aix-meso      1250/3600         
     62(p)ibm-aix-regatta    730/1750           1050         700     (-O -g)/(-O3)
     63(p)ibm-aix-meso      1250/3600                                (-O -g)/(-O3)
    5264----------------------------------------------------------------------
    5365
     
    7688(f)superosf (1)          895 s      112       910 s        98%
    7789
    78 (f)G4-osx-1.25GHz (1)    660 s      151       710 s        93%
     90(f)G4-osx-1.25GHz (1)    660 s      151       710 s        93%   [-g]
     91                        1500 s                             94%   [-O2 -g]
    7992(h)G5-osx-1GHz (2)       453 s      221       250 s        182%
    8093    -tune=G5            1100 s       90
     
    95108--------------------------------------------------------
    96109
    97 B.1/ arr = c1*a1+c2*a2
     110B.1/ arr = c1*a1+c2*a2   ( ~ 3 10^6 op. double)
    98111(1) time cpupower 2     # compile avec -O3  (/ -O -g)
    99112(2) time zthr arr 1 1000   1 thread
     
    126139                                           (4)11.6/3.06/379%         
    127140
    128 (f)G4-osx-1.25GHz      333        44s/48s/91%              86.7/99.8/92%
     141(f)G4-osx-1.25GHz       92        44s/48s/91%              86.7/99.8/92%  [-g]
     142                       380        12.2/12.9/95%            24/25.3/95%    [-O2 -g]                   
    129143(h)G5-osx-1GHz        1151        20s/20s/99%              40s/23s/170%
    130144                                           (4) 80.8/45/180%
    131145   -tune=G5                       3.35/3.8/88%             7.1/3.6/196%
    132146                                           (4) 14/7.5/187%
    133 (i)core-osx-1.83GHz    855        11.5/11.5/100%           23/11.6/192%
     147(i)core-osx-1.83GHz    855        11.5/11.5/100%           23/11.6/192%   [-g]
    134148                                           (4) 46/23/199%
    135               -O2                 3.85/3.89/99%            7.7/3.9/198%
     149              -O2                 3.85/3.89/99%            7.7/3.9/198%   [-O2 -g]
    136150                                           (4) 15.4/7.77/198%
    137151
     
    153167
    154168B.2/ Multiplication de matrices mtx = mtx1 * mtx2
    155 
     169     ~ 2  10^9 op. double / thread
    156170(1) time cpupower 2  (-O3 / -O -g)
    157171(2) time zthr mtx 1 1000   1 thread
     
    192206                                           (6) 50.1/18.15/276%
    193207
    194 (f)G4-osx-1.25GHz      333       
     208(f)G4-osx-1.25GHz      333        23.5/24.5/96%                              [-O2]
    195209(h)G5-osx-1GHz        1151        23/23.7/97%                46.5/27.5/170%
    196210                                           (4) 93.4/49.4/189%
     
    244258(f)superosf            842        6./6.22/96.7%      166        5.1/5.18/97.4%    196     
    245259
    246 (f)G4-osx-1.25GHz      333        15.2/15.9/96%       66        23.8/34.1/70%     42
     260(f)G4-osx-1.25GHz       92        15.2/15.9/96%       66        23.8/34.1/70%     42    [-g]
     261                       380        8.8/10.3/86%                  14.7/20.9/65%           [-O2 -g]
    247262(h)G5-osx-1GHz        1151        8.5/8.7/97.5%      120        11.5/11.6/99%     87
    248263    -tune=G5                      5/5.1/98%          200        5.5/5.6/97%       180
     
    279294(f)superosf           
    280295
    281 (f)G4-osx-1.25GHz
     296(f)G4-osx-1.25GHz          2.3/~100%   [-O2 -g]
    282297(h)G5-osx-1GHz             0.8/~100%
    283298    -tune=G5           
     
    312327(e)superosf (1)         
    313328(
    314 (f)G4-osx-1.25GHz (1)    40.5/42.6/95%    42.2/43.5/97%   
     329(f)G4-osx-1.25GHz (1)    40.5/42.6/95%    42.2/43.5/97%      [-g]
     330                          3.9/4.3/89%      3.5/4/89%       3.8/4/95%         4.3/4.6/93%
    315331
    316332(h)G5-osx-1GHz (2)     2.6/130% (NoThSafe)                   
     
    347363(f)superosf           
    348364
    349 (f)G4-osx-1.25GHz
     365(f)G4-osx-1.25GHz          26/29.7/87%     15.7/38.6/41%               [-O2 -g]
    350366(h)G5-osx-1GHz
    351367    -tune=G5           
Note: See TracChangeset for help on using the changeset viewer.