Changeset 3258 in Sophya


Ignore:
Timestamp:
May 28, 2007, 1:24:03 AM (18 years ago)
Author:
ansari
Message:

Encore des mesures de performances (tjet, et cpupower en int), Reza 28/05/2007

File:
1 edited

Legend:

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

    r3254 r3258  
    4949SPECint2000 (3) / SPECfp2000 (2) (http//www.spec.org)
    5050
     51X.1/ Performances en calcul double
    5152csh> cpupower 0 3000000  5
    5253     3 10^6 operations doubles - sur memoire 3x3 10^6 doubles (~50 MO)
     
    7071
    7172
    72 (3) cc -O   /  cc -g1 -O
    73 (4) cc -O3
    74 
    75 csh>  cpupower 2
    76 
    7773----------------------------------------------------------------------------------------------
    7874        MFLOPS       |(1) MO/s|   (2)     (3)      (4)   |    (5)       (6)       (7)     
    7975----------------------------------------------------------------------------------------------
    8076(a)xeon-lx-2.4GHz    | 1290   |   53      53       55    |    338       340       320
    81 (a)xeon-lx-2.8GHzicc | 1560   |   65      62       60    |    914       409       914
    82 (c)amd-lx            | 2280   |   95      77       97    |    666       314       686
     77(a)xeon-lx-2.8GHzicc | 2040   |   85      80       83    |    914       409       914
     78(c)amd-lx            | 1560   |   65      77       68    |    666       314       686
    8379(cc)amd2-lx          |        |
    8480
     
    8884(g)G5-osx-1 GHz      | 2100   |   88      68       88    |   1000       255      1073
    8985(f)G4-osx-1.25GHz    |  600   |   25      16       25    |    417        93       430
    90 (i)core-osx-1.83GHz  |        |
     86(i)core-osx-1.83GHz  | 2500   |  107      75      107    |    855       309       884
    9187(j)xeon-osx           
    9288
     
    9591----------------------------------------------------------------------------------------------
    9692
    97 csh  cpupower 2
     93X.2/  Comparaison performances int, float double
     94  cpupower compile avec -O
     95
     96(1) float , cpupowerF 0 3000000 5 / cpupowerF 2
     97    -> MFLOPS (puissance de calcul sur float)
     98(2) double, cpupowerD 0 3000000 5 / cpupowerF 2  (idem tableau X.1)
     99    -> MDBLOPS (puissance de calcul sur float)
     100(3) int, cpupowerI 0 3000000 5 / cpupowerI 2
     101    -> MINTOPS  (puissance de calcul sur int)
     102(4) long (ou long long (*)) cpupowerL 0 3000000 5 / cpupowerL 2
     103    -> MLONOPS  (puissance de calcul sur long)
     104----------------------------------------------------------------------------------------------
     105        MFLOPS       |   (1)MFLOPS       (2)MDBLOPS       (3)MINTOPS       (4)MLONOPS
     106----------------------------------------------------------------------------------------------
     107(a)xeon-lx-2.4GHz    |
     108(a)xeon-lx-2.8GHzicc |    166/905         90/900           166/1500         88/522    (*)
     109(c)amd-lx            |    125/695         65/675           125/1570         65/1045
     110(cc)amd2-lx          |
     111
     112(e')osf-cool         |
     113(f)superosf               
     114
     115(g)G5-osx-1 GHz      |
     116(f)G4-osx-1.25GHz    |
     117(i)core-osx-1.83GHz  |    185/919         105/855           187/935         62/246
     118(j)xeon-osx           
     119
     120(p)ibm-aix-regatta   |
     121(p)ibm-aix-meso      |    250/628         160/1260          240/1120       
     122----------------------------------------------------------------------------------------------
     123
     124X.3/  Comparaison avec SPEC
     125csh>  cpupower 2
    98126----------------------------------------------------------------------
    99127                         MFLOPS(1)      SPECfp      SPECint
     
    382410 -----------------------------------------------------------------------------------
    383411
     412B.5/  Calcul/comparaison avec JET/tjet
     413csh> time tjet 10 2000 2000   OU tjet 10 2000 1000
     414 (1) TCPU EltAccess C/pointeurs
     415 (2) TCPU m1*c1+m2*c2+m3*c3 C/pointeurs
     416 (3) TCPU EltAccess  SOPHYA
     417 (4) TCPU m1*c1+m2*c2+m3*c3 SOPHYA  / Methodes
     418 (5) TCPU m1*c1+m2*c2+m3*c3 SOPHYA JET
     419
     420 -----------------------------------------------------------------------------------
     421                            (1)        (2)         (3)         (4)           (5)             
     422 -----------------------------------------------------------------------------------
     423(b)xeon-lx-2.8GHz-icc       0.87       0.63        1.55      2.7/1.6         0.57
     424(c)amd-lx                   0.94       0.79        1.85      3.4/2.1         0.76
     425
     426(i)core-osx-1.83GHz         1.1        0.49        1.6       2.8/1.7         0.68
     427
     428(q)ibm-aix-meso             0.43       0.27        0.52      1.12/0.75       0.35 
     429-----------------------------------------------------------------------------------
     430
    384431
    385432C/ Calcul fft (FFTW , FFTPack )
     
    524571
    525572--------------------------------------------------------------------------------------------
     573
     574
     575
Note: See TracChangeset for help on using the changeset viewer.