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

⟦716c4087a⟧ TextFile

    Length: 495 (0x1ef)
    Types: TextFile
    Names: »config.run«

Derivation

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

TextFile

#! /bin/sh
#				SSBA 1.21E
#
# Script : config.run
#
b=config
log=$b.log
res=$b.res
syn=../results/synthese
echo "kill -9 $$" >$b.kill
chmod u+x $b.kill
cat $b.kill >> ../ssba/ssba.kill
d=`date`
echo "VERIFICATION:	BEGIN verification at $d" >>$log
	nproc=`./nproc`
	echo "Number of Processes available for the user= $nproc" 	>>$res
	echo "Number of Processes available for the user= $nproc" 	>>$syn
	./limit			>>$res
	./hard 			>>$res
d=`date`
echo "VERIFICATION:	END verification at $d" >>$log