Skip to content

Instantly share code, notes, and snippets.

@t184256
Last active July 15, 2021 23:47
Show Gist options
  • Save t184256/14afdcae60bc33050ee6dfda427eb076 to your computer and use it in GitHub Desktop.
Save t184256/14afdcae60bc33050ee6dfda427eb076 to your computer and use it in GitHub Desktop.
OneNetbook 4 Core i7 LINPACK results
This is a SAMPLE run script for running a shared-memory version of
Intel(R) Distribution for LINPACK* Benchmark. Change it to reflect
the correct number of CPUs/threads, problem input files, etc..
*Other names and brands may be claimed as the property of others.
Fri Jul 16 01:38:31 AM CEST 2021
Sample data file lininput_xeon64.
Current date/time: Fri Jul 16 01:38:31 2021
CPU frequency: 4.388 GHz
Number of CPUs: 1
Number of cores: 4
Number of threads: 4
Parameters are set to:
Number of tests: 15
Number of equations to solve (problem size) : 1000 2000 5000 10000 15000 18000 20000 22000 25000 26000 27000 30000 35000 40000 45000
Leading dimension of array : 1000 2000 5008 10000 15000 18008 20016 22008 25000 26000 27000 30000 35000 40000 45000
Number of trials to run : 4 2 2 2 2 2 2 2 2 2 1 1 1 1 1
Data alignment value (in Kbytes) : 4 4 4 4 4 4 4 4 4 4 4 1 1 1 1
Maximum memory requested that can be used=16200901024, at the size=45000
=================== Timing linear equation system solver ===================
Size LDA Align. Time(s) GFlops Residual Residual(norm) Check
1000 1000 4 0.005 130.4947 1.052710e-12 3.143422e-02 pass
1000 1000 4 0.005 133.5774 1.052710e-12 3.143422e-02 pass
1000 1000 4 0.005 137.1908 1.052710e-12 3.143422e-02 pass
1000 1000 4 0.005 134.8685 1.052710e-12 3.143422e-02 pass
2000 2000 4 0.032 167.8870 4.597892e-12 3.588984e-02 pass
2000 2000 4 0.031 171.6640 4.597892e-12 3.588984e-02 pass
5000 5008 4 0.444 187.6942 2.669148e-11 3.543370e-02 pass
5000 5008 4 0.454 183.5320 2.669148e-11 3.543370e-02 pass
10000 10000 4 3.689 180.7746 9.466089e-11 3.192014e-02 pass
10000 10000 4 3.924 169.9446 9.466089e-11 3.192014e-02 pass
15000 15000 4 13.786 163.2456 2.224910e-10 3.365899e-02 pass
15000 15000 4 14.645 153.6707 2.224910e-10 3.365899e-02 pass
18000 18008 4 27.371 142.0715 2.999166e-10 3.174851e-02 pass
18000 18008 4 27.193 143.0019 2.999166e-10 3.174851e-02 pass
20000 20016 4 37.207 143.3620 3.406316e-10 2.914867e-02 pass
20000 20016 4 37.207 143.3636 3.406316e-10 2.914867e-02 pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment