- fisyak's home page
- Posts
- 2024
- November (1)
- October (4)
- September (3)
- August (6)
- July (3)
- June (3)
- March (1)
- February (4)
- January (2)
- 2023
- December (2)
- November (1)
- October (2)
- September (3)
- August (3)
- July (2)
- June (4)
- April (2)
- March (2)
- February (1)
- January (2)
- 2022
- 2021
- December (2)
- October (2)
- September (1)
- August (2)
- June (3)
- May (1)
- April (2)
- March (3)
- February (5)
- January (4)
- 2020
- 2019
- 2018
- 2017
- December (3)
- October (2)
- September (1)
- August (7)
- July (3)
- May (2)
- April (1)
- February (1)
- January (2)
- 2016
- 2015
- November (1)
- October (2)
- September (4)
- August (1)
- July (1)
- June (2)
- May (4)
- April (1)
- March (1)
- February (3)
- January (1)
- 2014
- 2013
- 2012
- 2011
- 2010
- My blog
- Post new blog entry
- All blogs
Comparison of different compilers/options CPU performance.
Updated on Sun, 2020-08-16 13:06. Originally created by fisyak on 2020-08-16 13:01.
CPU
Results of measurment cpu per event for different compilers :
- gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28) is default compiler for Scientific Linux release 7.3 (Nitrogen)
- gcc (GCC) 5.3.1 20160406 (Red Hat 5.3.1-6) devtoolset-4
- gcc (GCC) 6.3.1 20170216 (Red Hat 6.3.1-3) devtoolset-6
- gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) devtoolset-7
- gcc (GCC) 8.3.1 20190311 (Red Hat 8.3.1-3) devtoolset-8
- gcc (GCC) 9.1.1 20190605 (Red Hat 9.1.1-2) devtoolset-9
- gcc (GCC) 6.3.0 /cvmfs/sft.cern.ch/lcg/contrib/gcc/6.3.0/x86_64-centos7-gcc63-opt/bin/gcc
- gcc (GCC) 10.1.0 /cvmfs/sft.cern.ch/lcg/releases/gcc/10.1.0-6f386/x86_64-centos7/bin/gcc
Processed 973 events from 2019AuAu200 on HLT machine l409.l4.bnl.local (xeon-phi-dev.starp.bnl.gov) in parallel for all compilers/options on 08/15/2020 in .DEV2 with chain:
root.exe -q -b bfc.C(2000,"P2019a,mtd,btof,BEmcChkStat,CorrY,OSpaceZ2,OGridLeakFull,evout,NoHistos,noTags,noRunco,StiCA,picoWrite,PicoVtxVpdOrDefault","/hlt/cephfs/daq/2019B/192/20192001/hlt_20192001_11_01_000.daq")'
- with 32 and 64 bits option (-m32 and -m64 == x8664)
- with debug (-g) and optimized (-O) versions of libraries
- CPU per event versus compiler, option
- Ratios to gcc631_64b_opt
- The same Ratios for optimized version
Conclusions:
- There is no significant difference in efficiencies and track parameters for difference compilers/options (see https://www.star.bnl.gov/~fisyak/star/TbyT/gcc_AuAu200_2019B/)/
- Difference between debug and optimized version is ~2.5 in CPU.
- There is ~25% difference between 32 and 64 bits optimized versions.
- The difference in cpu performance for 64 bits optimized version of gcc compiler is in within 3%
»
- fisyak's blog
- Login or register to post comments