DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦a5f146ea5⟧ TextFile

    Length: 472 (0x1d8)
    Types: TextFile
    Names: »utah.run«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/utah/utah.run« 

TextFile

#! /bin/sh
#				SSBA 1.21F
#
# Script : utah.run
#
b=utah
TIME=../config/chrono
CMDS="bytesort fibo24 float iocall iofile"
log=$b.log
res=$b.res
echo "kill -9 $$" >$b.kill
chmod u+x $b.kill
cat $b.kill >> ../ssba/ssba.kill
d=`date`
echo "UTAH:	BEGIN execution at $d" >$log
	cat $b.doc >$res
	for i in $CMDS
	do
		$TIME $i 2>>$res 1>/dev/null
	done
	$TIME bct.sh 2>>$res
echo "" >>$res
tail -7 $res | awk -f utah.awk >>$res
d=`date`
echo "UTAH:	END execution at $d" >>$log