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
Index: T b

⟦6c83a44b1⟧ TextFile

    Length: 558 (0x22e)
    Types: TextFile
    Names: »byte.run«

Derivation

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

TextFile

#! /bin/sh
#				SSBA 1.21F
#
# Script : byte.run
#
b=byte
TIME=../config/chrono
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 "BYTE:	BEGIN execution at $d" >$log
	cat $b.doc > $res
	$TIME 2>>$res /bin/sh multi.sh 1
	$TIME 2>>$res /bin/sh multi.sh 2
	$TIME 2>>$res /bin/sh multi.sh 4
	$TIME 2>>$res /bin/sh multi.sh 8
	$TIME 2>>$res /bin/sh multi.sh 12
	$TIME 2>>$res /bin/sh multi.sh 16
echo "" >>$res
tail -7 $res | awk -f byte.awk >> $res
d=`date`
echo "BYTE:	END execution at $d" >>$log