Add 'linpack/' from commit 'bc2cf3f39e
'
git-subtree-dir: linpack git-subtree-mainline:2ef7e351d4
git-subtree-split:bc2cf3f39e
This commit is contained in:
commit
c9a218c01f
4 changed files with 89 additions and 0 deletions
22
linpack/linpack.conf
Normal file
22
linpack/linpack.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
Sample Intel(R) LINPACK data file
|
||||
Intel(R) LINPACK data
|
||||
1 # number of tests
|
||||
12600 # problem sizes
|
||||
12600 # leading dimensions
|
||||
100 # times to run a test
|
||||
4 # alignment values (in KBytes)
|
||||
|
||||
# Change the problem sizes and leading dimensions to suite your FREE physical memory
|
||||
#
|
||||
# Memory use = 8 x (problem size)^2
|
||||
# or
|
||||
# Problem size = sqrt (memory use / 8)
|
||||
#
|
||||
# Consider the following as a conservative guide
|
||||
# For 1 GB use a problem size and leading dimensions of 6300
|
||||
# For 2 GB use a problem size and leading dimensions of 12600
|
||||
# For 4 GB use a problem size and leading dimensions of 18900
|
||||
# For 8 GB use a problem size and leading dimensions of 25200
|
||||
# For 16 GB use a problem size and leading dimensions of 31500
|
||||
# For 32 GB use a problem size and leading dimensions of 37800
|
||||
# For 64 GB use a problem size and leading dimensions of 44100
|
Loading…
Add table
Add a link
Reference in a new issue