Changes between Version 1 and Version 2 of FpPerformance


Ignore:
Timestamp:
Feb 9, 2018, 4:47:49 PM (6 years ago)
Author:
pesei
Comment:

add runs 1-4

Legend:

Unmodified
Added
Removed
Modified
  • FpPerformance

    v1 v2  
    33
    44This is the place to document performance tests with different hardware, compilers, compiler options, and run configurations so that we can learn from each other and avoid reinventing the wheel. Please document all relevant parameters.
     5
     6||= '''Hardware''' =||= '''Version''' =||= '''Compilation'''=||= '''Setup''' =||= '''Runtime''' =||= Note=||
     7|| Xeon E5-2690 (A)||Fp8.2.3fr||  if13 (O2)|| AL-500-300 || '''21:29'''||
     8|| Xeon E5-2690 (A)||Fp8.2.3fr|| if13 (O3a)|| AL-500-300 || '''21:05'''||
     9|| Xeon E5-2697 (B)||Fp8.2.3fr|| if13 (O3a)|| AL-500-300 || '''20:50'''||
     10|| Xeon E5-2697 (B)||Fp8.2.3fr|| if13 (O3a)|| AL-250-300 || '''13:18'''|| /1/||
     11
     12=== Hardware ===
     13 (A):: Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz, microcode 1808, cache size: 20480 KB. 2 CPUs with each 8 cores.
     14 (B):: Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz, microcode 57, cache size: 35840 KB. 2 CPUs with each 14 cores.
     15
     16=== Compiler ===
     17'''if13''' ifort 13.1.2
     18
     19=== Compiler Options ===
     20'''(O2)'''  `-O2 -mcmodel=medium`. grib_api-1.12.3 (compiled with ifort, `FCFLAGS = -g -O1 -fp-model precise`) [[BR]]
     21'''(O3a)''' `-ipo -O3 -mcmodel=medium -no-prec-div -opt-prefetch3`. grib_api-1.12.3
     22
     23=== Fp Setup ===
     24 AL-500-300:: 500k particles, 300 s `lsynctime`. Output size 17M. (more details to come).
     25 AL-250-300:: 250k particles, otherwise  as AL-500-300
     26=== Notes ===
     27 /1/:: implies that in this case runtime = 13.3m + 0.03m * npart(k) (or +1.8 ms per particle)