Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F10275365
nlo_uu.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
738 B
Subscribers
None
nlo_uu.sh
View Options
#!/bin/bash
# time ~ 20 min
echo
"Running script
$0
"
set
-o pipefail
# set return code of a pipe to last non-zero exit code
if
test
-f OCAML_FLAG -a -f OPENLOOPS_FLAG
;
then
s
=
`
basename @script@
`
./run_whizard.sh @script@ --no-logging
rc
=
$?
;
if
[
$rc
!
=
0
]
;
then
exit
$rc
;
fi
@python_bin@ @share_dir@/compare-integrals.py
$s
\
@share_dir@/extra_integration_results.dat
|
tee -a
$s
.run.log
rc
=
$?
;
if
[
$rc
!
=
0
]
;
then
exit
$rc
;
fi
@python_bin@ @share_dir@/check-hepmc-weights.py
$s
|
tee -a
$s
.run.log
rc
=
$?
;
if
[
$rc
!
=
0
]
;
then
exit
$rc
;
fi
else
echo
"|=============================================================================|"
echo
"No O'Mega matrix elements available"
exit
77
fi
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Fri, Apr 4, 9:28 PM (9 m, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4737382
Default Alt Text
nlo_uu.sh (738 B)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment