Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Braß
whizard-sindarin
Commits
52b6bca6
Commit
52b6bca6
authored
Apr 14, 2017
by
Simon Brass
Browse files
add process definition to each sindarin file separat
parent
dc28166b
Changes
14
Hide whitespace changes
Inline
Side-by-side
roles/benchmark/files/ggW.sin
View file @
52b6bca6
...
...
@@ -15,23 +15,6 @@ alias n = n1:n2:n3
alias
N
=
N1
:
N2
:
N3
alias
j
=
q
:
Q
:
g
process
g2
=
g
,
g
=>
e1
,
N1
,
q
,
Q
process
g3
=
g
,
g
=>
e1
,
N1
,
q
,
Q
,
g
process
g4
=
g
,
g
=>
e1
,
N1
,
q
,
Q
,
g
,
g
process
g5
=
g
,
g
=>
e1
,
N1
,
q
,
Q
,
g
,
g
,
g
process
j1
=
j
,
j
=>
e1
,
N1
,
j
process
j2
=
j
,
j
=>
e1
,
N1
,
j
,
j
process
j3
=
j
,
j
=>
e1
,
N1
,
j
,
j
,
j
process
j4
=
j
,
j
=>
e1
,
N1
,
j
,
j
,
j
,
j
process
b0
=
j
,
j
=>
l
,
L
,
n
,
N
,
b
,
B
process
b1
=
j
,
j
=>
l
,
L
,
n
,
N
,
b
,
B
,
j
process
b2
=
j
,
j
=>
l
,
L
,
n
,
N
,
b
,
B
,
j
,
j
process
bb
=
j
,
j
=>
l
,
L
,
n
,
N
,
b
,
B
,
b
,
B
compile
me
=
0
mmu
=
0
mtau
=
0
...
...
roles/benchmark/templates/ee4mu.sin.j2
View file @
52b6bca6
...
...
@@ -8,4 +8,5 @@ include ("{{ SIN_LOCAL }}/ee6f.sin")
process ee4mu = e1, E1 => e2, E2, e2, E2
integrate (ee4mu) { iterations = 10:{{ item.n_calls }}:"gw", 10:{{ item.n_calls }} }
printf "RES %8i %8e %8e" ({{ item.n_calls }}, integral(ee4mu), error(ee4mu))
printf "RES %8i %8e %8e" ({{ item.n_calls }}, integral(ee4mu), error(ee4mu
))
roles/benchmark/templates/ggqqW.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process g2 = g, g => e1, N1, q, Q
# calls(adapt) = 5e7, calls(integ) = 5e7
integrate (g2) {iterations = 10:500000:"gw", 5:1000000}
...
...
roles/benchmark/templates/ggqqWg.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,7 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process g3 = g, g => e1, N1, q, Q, g
# calls(adapt) = 5e7, calls(integ) = 5e7
integrate (g3) {iterations = 10:500000:"gw", 5:1000000}
...
...
roles/benchmark/templates/ggqqWgg.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process g4 = g, g => e1, N1, q, Q, g, g
# calls(adapt) = 7.5e7, calls(integ) = 5e7
integrate (g4) {iterations = 15:500000:"gw", 5:1000000}
...
...
roles/benchmark/templates/ggqqWggg.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process g5 = g, g => e1, N1, q, Q, g, g, g
# calls(adapt) = 20e7, calls(integ) = 5e7
integrate (g5) {iterations = 20:1000000:"gw", 5:1000000}
...
...
roles/benchmark/templates/jjWWbb.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process b0 = j, j => l, L, n, N, b, B
integrate (b0) {iterations = 10:100000:"gw", 5:1000000}
printf "RES %8e %8e" (integral(b0), error(b0))
roles/benchmark/templates/jjWWbbbb.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process bb = j, j => l, L, n, N, b, B, b, B
integrate (b3) {iterations = 10:100000:"gw", 5:1000000}
printf "RES %8e %8e" (integral(b3), error(b3))
roles/benchmark/templates/jjWWbbj.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process b1 = j, j => l, L, n, N, b, B, j
integrate (b1) {iterations = 10:100000:"gw", 5:1000000}
printf "RES %8e %8e" (integral(b1), error(b1))
roles/benchmark/templates/jjWWbbjj.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process b2 = j, j => l, L, n, N, b, B, j, j
integrate (b2) {iterations = 10:100000:"gw", 5:1000000}
printf "RES %8e %8e" (integral(b2), error(b2))
roles/benchmark/templates/jjWj.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process j1 = j, j => e1, N1, j
# calls(adapt) = 5e7, calls(integ) = 5e7
integrate (j1) {iterations = 10:500000:"gw", 5:1000000}
...
...
roles/benchmark/templates/jjWjj.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process j2 = j, j => e1, N1, j, j
# calls(adapt) = 5e7, calls(integ) = 5e7
integrate (j2) {iterations = 10:500000:"gw", 5:1000000}
...
...
roles/benchmark/templates/jjWjjj.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process j3 = j, j => e1, N1, j, j, j
# calls(adapt) = 5e7, calls(integ) = 5e7
integrate (j3) {iterations = 10:500000:"gw", 5:1000000}
...
...
roles/benchmark/templates/jjWjjjj.sin.j2
View file @
52b6bca6
...
...
@@ -6,6 +6,8 @@
include("{{ SIN_LOCAL }}/ggW.sin")
process j4 = j, j => e1, N1, j, j, j, j
# calls(adapt) = 5e7, calls(integ) = 5e7
integrate (j4) {iterations = 10:500000:"gw", 5:1000000}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment