Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7877803
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
View Options
Index: trunk/share/test/ref-output/qedtest_4.ref
===================================================================
--- trunk/share/test/ref-output/qedtest_4.ref (revision 4439)
+++ trunk/share/test/ref-output/qedtest_4.ref (revision 4440)
@@ -1,29 +1,30 @@
$method = "omega"
+?omega_openmp = false
$phs_method = "wood"
$integration_method = "vamp"
sqrts = 1.000000000000E+03
| Generating phase space configuration ...
| ... success.
| Phase space configuration: 12 channels, 5 dimensions
| Starting integration for process 'qedtest_4_p1'
|=============================================================================|
| It Calls Integral[fb] Error[fb] Err[%] Acc Eff[%] Chi2 N[It] |
|=============================================================================|
1 1992 3.6123091E+01 2.33E+00 6.44 2.87* 0.00
2 1992 3.6037402E+01 9.90E-01 2.75 1.23* 0.00
3 1992 3.4610811E+01 9.05E-01 2.61 1.17* 0.00
4 1992 3.5050585E+01 8.99E-01 2.56 1.14* 0.00
5 1992 3.6590269E+01 8.45E-01 2.31 1.03* 0.00
|-----------------------------------------------------------------------------|
5 9960 3.5682432E+01 8.20E-01 2.30 2.29 0.00 0.00 5
|-----------------------------------------------------------------------------|
6 1992 3.3616884E+01 8.51E-01 2.53 1.13 0.00
7 1992 3.5745174E+01 9.22E-01 2.58 1.15 0.00
8 1992 3.5682907E+01 8.90E-01 2.49 1.11* 0.00
9 1992 3.5700454E+01 8.69E-01 2.43 1.09* 0.00
10 1992 3.5395958E+01 9.04E-01 2.55 1.14 0.00
|-----------------------------------------------------------------------------|
10 9960 3.5195199E+01 3.96E-01 1.13 1.12 0.00 1.12 5
|=============================================================================|
| WHIZARD run finished.
|=============================================================================|
Index: trunk/share/test/qedtest_4.sin
===================================================================
--- trunk/share/test/qedtest_4.sin (revision 4439)
+++ trunk/share/test/qedtest_4.sin (revision 4440)
@@ -1,31 +1,33 @@
# Sindarin input for WHIZARD self-test
# Process e- e+ -> 3 gamma
library = "qedtest_4_lib"
model = "QED"
ee = 0.30286
me = 0
mmu = 0
?logging = true
+
$method = "omega"
+?omega_openmp = false
process qedtest_4_p1 = "e-", "e+" => A, A, A
compile ()
$phs_method = "wood"
$integration_method = "vamp"
iterations = 5:2000:"gw", 5:2000:""
sqrts = 1000
cuts =
all E > 50 GeV [A]
and
all Pt > 20 GeV [A]
# openmp_num_threads = 1
integrate (qedtest_4_p1)
Index: trunk/test/run_whizard.sh.in
===================================================================
--- trunk/test/run_whizard.sh.in (revision 4439)
+++ trunk/test/run_whizard.sh.in (revision 4440)
@@ -1,24 +1,26 @@
#!/bin/sh
### Check the WHIZARD configuration using sample model and input file
### Usage: run_whizard.sh BASENAME [OPTIONS]
script="$1"
basename="`basename $script`"
shift
# Make sure the path to the installed version is completely known
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
# Normalize the library name so that it can be used as
# part of a Fortran module name (no '-'s in particular...)
libname="`echo $basename | sed s/[^A-Za-z0-9_]/_/g`"
# Run either the local version or the installed version of WHIZARD
+export OMP_NUM_THREADS
+OMP_NUM_THREADS=1
if test -f TESTFLAG; then
@DYLD_FLAGS@
../src/whizard --logfile $basename.log --no-banner --library lib$libname --rebuild $* $script.sin
else
$bindir/whizard --logfile $basename.log --no-banner --library lib$libname --rebuild $* $script.sin
fi
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 4:25 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805153
Default Alt Text
(3 KB)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment