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

⟦3584871f4⟧ TextFile

    Length: 342 (0x156)
    Types: TextFile
    Names: »ssba.size«

Derivation

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

TextFile

#! /bin/sh
#                        SSBA 1.21F
#
RES=../results/ssba.res
SYN=../results/synthese
SIZE=../results/ssba.size
if [ `grep -c  VMUNIX ../install/define` != 0 ] ; then
	echo "" >>$RES
	awk -f size1.awk $SIZE >>$RES
	awk -f size1.awk $SIZE >>$SYN
else
	echo "" >>$RES
	awk -f size2.awk $SIZE >>$RES
	awk -f size2.awk $SIZE >>$SYN
fi