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

⟦92427dac2⟧ TextFile

    Length: 505 (0x1f9)
    Types: TextFile
    Names: »config.run«

Derivation

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

TextFile

#! /bin/sh
#				SSBA 1.21F
#
# 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 "Nombre de Processus restants pour l'utilisateur= $nproc" 	>>$res
	echo "Nombre de Processus restants pour l'utilisateur= $nproc" 	>>$syn
	./limit			>>$res
	./hard 			>>$res
d=`date`
echo "VERIFICATION:	END verification at $d" >>$log