Initial import

This commit is contained in:
graysky 2015-06-08 18:00:40 -04:00
commit 3ab1c96ccc
5 changed files with 107 additions and 0 deletions

11
readme.install Normal file
View file

@ -0,0 +1,11 @@
post_install() {
echo '-----------------------------------------------------------------------'
echo '1) Edit /etc/linpack.conf to configure memory usage for your system.'
echo
echo '2) Run the benchmark by typing:'
echo 'linpack_runme_xeon64'
echo ' or'
echo 'linpack_runme_xeon32'
echo '-----------------------------------------------------------------------'
}