# # ASSUMES csh. # # DO NOT forget to set input and output file names. # set dinf=eg.din set outf=eg.out2 # echo " " >> $outf echo " " >> $outf echo -n "# Begin script at " >> $outf date >> $outf echo -n "# With trace file " >> $outf echo -n $dinf >> $outf echo " " >> $outf #*** # Run cache simulation(s) #*** # 8K + 8K set runtime=` time dineroIII -b32 -d8192 -i8K -a1 < $dinf >> $outf ` echo -n "# " >> $outf echo $runtime >> $outf # #*** # #*** echo " " >> $outf echo -n "# End script at " >> $outf date >> $outf