1 | * Test output: process_libraries_6 |
---|
2 | * Purpose: build and load a process library |
---|
3 | * with an external (pseudo) matrix element |
---|
4 | * Check single-call linking |
---|
5 | |
---|
6 | * Initialize a process library with one entry |
---|
7 | |
---|
8 | * Configure library |
---|
9 | |
---|
10 | * Write makefile |
---|
11 | |
---|
12 | * Write driver source code |
---|
13 | |
---|
14 | * Write process source code, compile, link, load |
---|
15 | |
---|
16 | Process library: proclibs6 |
---|
17 | external = T |
---|
18 | makefile exists = T |
---|
19 | driver exists = T |
---|
20 | code status = a |
---|
21 | |
---|
22 | Process library entries: 1 |
---|
23 | Entry #1: [a] proclibs6_a.1 = ext:1 (test_file) |
---|
24 | |
---|
25 | External process library: proclibs6 |
---|
26 | static = F |
---|
27 | loaded = T |
---|
28 | |
---|
29 | DL access info: |
---|
30 | filename = 'proclibs6.0.so' |
---|
31 | is open = T |
---|
32 | error = [none] |
---|
33 | |
---|
34 | Matrix-element code entries: |
---|
35 | proclibs6_a_i1 [Test_model] |
---|
36 | test_4: proc1 |
---|
37 | |
---|
38 | Process definition list: |
---|
39 | |
---|
40 | Process #1: |
---|
41 | ID = 'proclibs6_a' |
---|
42 | Decay |
---|
43 | Initially defined component(s) = 1 |
---|
44 | Extra generated component(s) = 0 |
---|
45 | MD5 sum = ' ' |
---|
46 | Component #1 |
---|
47 | Component ID = proclibs6_a_i1 |
---|
48 | Initial component = T |
---|
49 | N (in, out, tot) = 1 2 3 |
---|
50 | Model = Test_model |
---|
51 | Particle content = a => b, c |
---|
52 | Method = test |
---|
53 | Process variant = test_file |
---|
54 | |
---|
55 | End of process definition list |
---|
56 | |
---|
57 | * Probe library API: |
---|
58 | |
---|
59 | is active = T |
---|
60 | n_processes = 1 |
---|
61 | processes = proclibs6_a |
---|
62 | proclibs6_a is process = T |
---|
63 | foobar is process = F |
---|
64 | n_components(proclibs6_a) = 1 |
---|
65 | components(proclibs6_a) = proclibs6_a_i1 |
---|
66 | |
---|
67 | * Constants of proclibs6_a_i1: |
---|
68 | |
---|
69 | component ID = proclibs6_a_i1 |
---|
70 | model name = Test_model |
---|
71 | md5sum = '1234567890abcdef1234567890abcdef' |
---|
72 | openmp supported = F |
---|
73 | n_in = 1 |
---|
74 | n_out = 2 |
---|
75 | n_flv = 1 |
---|
76 | n_hel = 1 |
---|
77 | n_col = 1 |
---|
78 | n_cin = 2 |
---|
79 | n_cf = 1 |
---|
80 | flv state = 1 2 3 |
---|
81 | hel state = 0 0 0 |
---|
82 | col state = 0 0 0 0 0 0 |
---|
83 | ghost flag = F F F |
---|
84 | color factors = 1.000 0.000 |
---|
85 | cf index = 1 1 |
---|
86 | |
---|
87 | * Call feature of proclibs6_a: |
---|
88 | |
---|
89 | proc1 = 42 |
---|
90 | |
---|
91 | * Test output end: process_libraries_6 |
---|