summaryrefslogtreecommitdiff
path: root/automated/linux/linpack/bin/README
blob: 4fa5d16eea73bdec0a3e3923cc3cc9214c28e070 (plain)
1
2
3
4
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