2014年5月4日 星期日

LINPACK* Benchmark for Linux* OS

LINPACK* Benchmark for Linux* OS 
2015/08/14 update for Grantley
2020.06.12 update for Purley

 BIOS Settings:
Intel® Turbo Boost Technology=>Enabled
Intel® Hyper-Threading Technology=>Disabled
NUMA Optimized=>Enabled
Memory Power Optimization=>Performance Optimized
SNC (Sub NUMA Clustering) =>Disable   
IMC Interleaving => 2 way   

------------------------------------------------------------------------------------
OS and Application Settings
1) Install Red Hat* Enterprise Linux 6.4 with all packages.
2) Download and install Intel® Optimized LINPACK Linux package v11.0.5.009 or later from http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download 
3) Create a directory on the system under test called /linpack.
4) Copy the linpack .tgz file to /linpack directory.  For this example the linpack compressed file is named l_lpk_p_11.0.5.009.tgz.
5) Decompress the linpack .tgz file by typing
tar xvzf l_lpk_p_11.0.5.009.tgz
6) Expand the Make the following changes in the lininput_xeon64:
− Problem size: 90000 120000
− Leading Dimensions: 90000 120000
− Alignment: 11
Invocation
1) Open a terminal window in Red Hat* Enterprise Linux 6.1 in the linpack directory
7) Type “./runme_xeon64”.
Results
Results will appear in lin_xeon64.txt

---------------------------------------------------
設定linpack參數
假設memory size 為128G
可用mermoy size 為119G (透過OS資源監控檢視剩餘記憶體)

problem size=
119*1024*1024*1024/8  開根號
=126380

#vim /linpack_11.1.1/benchmarks/linpcak/liniput_xeon64
1                   # number of tests
126380        # problem sizes
126380        # leading dimens
999999        # times to run a test  要跑幾次,stress設99999
4                   # alignment values   預設

#./runme_xeon64

 

沒有留言:

張貼留言

(TOP)Temp for soulin only

123