summaryrefslogtreecommitdiff
path: root/automated/linux/linpack/bin/README
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/linpack/bin/README')
-rw-r--r--automated/linux/linpack/bin/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/automated/linux/linpack/bin/README b/automated/linux/linpack/bin/README
new file mode 100644
index 0000000..4fa5d16
--- /dev/null
+++ b/automated/linux/linpack/bin/README
@@ -0,0 +1,5 @@
+The source can be viewed here: http://www.netlib.org/benchmark/linpackc.new
+
+The binaries included here are compiled with the following commands:
+# mv linpackc.new linpack.c
+# gcc -O3 -static -o linpack linpack.c -lm