three_paths_with_producers_with_input_source_consumes.fcl
Go to the documentation of this file.
1 test_properties: {
2  graph_failure_expected: false
3 }
4 
5 process_name: test
6 
7 physics: {
8  producers: {
9  p1: {}
10  p2: { consumes: [["int", "p1::input_source"]] }
11  p3: { consumes: [["int", "p2::input_source"]] }
12  }
13  tp1: [p1, p3]
14  tp2: [p2]
15  tp3: [p2, p3]
16 }