#!/bin/bash
#
export KMP_AFFINITY=nowarnings,compact
 
echo "This is a SAMPLE run script.  Change it to reflect the correct number"
echo "of CPUs/threads, problem input files, etc.."
 
date
date > lin_xeon32.txt
./xlinpack_xeon32 lininput_xeon32 >> lin_xeon32.txt
date >> lin_xeon32.txt
echo -n "Done: "
date
