summarylogtreecommitdiffstats
path: root/linpack.conf
diff options
context:
space:
mode:
authorgraysky2015-06-08 18:00:40 -0400
committergraysky2015-06-08 18:00:40 -0400
commit3ab1c96ccc0a7ac4228fc779cfd37d5b858ce3e6 (patch)
tree492c2660397ac9e7fdd5daf4f3f35e4d155fa6b3 /linpack.conf
downloadaur-3ab1c96ccc0a7ac4228fc779cfd37d5b858ce3e6.tar.gz
Initial import
Diffstat (limited to 'linpack.conf')
-rw-r--r--linpack.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/linpack.conf b/linpack.conf
new file mode 100644
index 000000000000..e64a880d3e69
--- /dev/null
+++ b/linpack.conf
@@ -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