arch-packages/readme.install

12 lines
380 B
Plaintext
Raw Normal View History

2015-06-09 00:00:40 +02:00
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 '-----------------------------------------------------------------------'
}