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

15
runme.template Normal file
View file

@ -0,0 +1,15 @@
#!/bin/bash
#
export KMP_AFFINITY=nowarnings,compact
echo -e "Edit \E[31m/etc/linpack.conf\E[37m to adjust the amount of physical memory to consume."
echo
echo -e "Starting calculation.... hit ctrl+c to stop."
echo -e "Consult \E[31m~/lin_xeon@TARGET_BIT@.txt\E[37m for results as they are caculated."
date
date >> ~/lin_xeon@TARGET_BIT@.txt
/usr/bin/xlinpack_xeon@TARGET_BIT@ /etc/linpack.conf >> ~/lin_xeon@TARGET_BIT@.txt
date >> ~/lin_xeon@TARGET_BIT@.txt
echo -n "Done: "
date