Page MenuHomeHEPForge

event_weights_1.sh
No OneTemporary

event_weights_1.sh

#!/bin/sh
### Check WHIZARD for a simple test process
echo "Running script $0"
script=`basename @script@`
if test -f OCAML_FLAG; then
./run_whizard.sh @script@ --no-logging --no-model
echo "Contents of ${script}a.weights.dat:" >> $script.log
cat ${script}a.weights.dat >> $script.log
echo "Contents of ${script}b.weights.dat:" >> $script.log
cat ${script}b.weights.dat >> $script.log
echo "Contents of ${script}c.weights.dat:" >> $script.log
cat ${script}c.weights.dat >> $script.log
echo "Contents of ${script}d.weights.dat:" >> $script.log
cat ${script}d.weights.dat >> $script.log
echo "Contents of ${script}e.weights.dat:" >> $script.log
cat ${script}e.weights.dat >> $script.log
diff ref-output/$script.ref $script.log
else
echo "|=============================================================================|"
echo "No O'Mega matrix elements available, test skipped"
exit 77
fi

File Metadata

Mime Type
text/x-shellscript
Expires
Sat, Dec 21, 6:44 PM (5 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4005107
Default Alt Text
event_weights_1.sh (949 B)

Event Timeline