Skip to content

Commit b68ea06

Browse files
authored
[ZDC] allow running local and remote QC tasks from a single configuration file (#667)
Two new JIT workflows are added, for FLP and remote QC node, which allow to run the local and remote QC tasks from a single configuration file
1 parent 532fef0 commit b68ea06

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

jit/zdc-full-qcmn-local

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
o2-dpl-raw-proxy -b --session default --dataspec 'x:ZDC/RAWDATA;dd:FLP/DISTSUBTIMEFRAME/0' --inject-missing-data --readout-proxy '--channel-config "name=readout-proxy,type=pull,method=connect,address=ipc:///tmp/stf-builder-dpl-pipe-0,transport=shmem,rateLogging=10"' | o2-dpl-output-proxy --environment DPL_OUTPUT_PROXY_ORDERED=1 -b --session default --dataspec 'x:ZDC/RAWDATA;dd:FLP/DISTSUBTIMEFRAME/0' --dpl-output-proxy '--channel-config "name=downstream,type=push,method=bind,address=ipc:///tmp/stf-pipe-0,rateLogging=10,transport=shmem"' | o2-qc -b --session default --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/zdc-full-qcmn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}' --local --host flp

jit/zdc-full-qcmn-remote

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
o2-qc --config 'apricot://{{ apricot_endpoint }}/o2/components/qc/ANY/any/zdc-full-qcmn?run_type={{ run_type }}&beam_type={{ pdp_beam_type }}' --remote --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} -b

workflows/readout-dataflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ defaults:
843843
- none
844844
- minimal-dpl
845845
- zdc-raw-qc
846+
- zdc-full-qcmn-local
846847
- qc-daq
847848
- qcmn-daq-local
848849
zdc_qc_remote_workflow: !public
@@ -855,6 +856,7 @@ defaults:
855856
values:
856857
- none
857858
- zdc-rec-epn
859+
- zdc-full-qcmn-remote
858860
- qcmn-daq-remote
859861
visibleif: $$qc_remote_enabled === "true"
860862
zdc_dcs_sor_parameters: !public

0 commit comments

Comments
 (0)