Skip to content

Commit

Permalink
[ZDC] allow running local and remote QC tasks from a single configura…
Browse files Browse the repository at this point in the history
…tion 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
  • Loading branch information
aferrero2707 authored Oct 14, 2024
1 parent 532fef0 commit b68ea06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions jit/zdc-full-qcmn-local
Original file line number Diff line number Diff line change
@@ -0,0 +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
1 change: 1 addition & 0 deletions jit/zdc-full-qcmn-remote
Original file line number Diff line number Diff line change
@@ -0,0 +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
2 changes: 2 additions & 0 deletions workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ defaults:
- none
- minimal-dpl
- zdc-raw-qc
- zdc-full-qcmn-local
- qc-daq
- qcmn-daq-local
zdc_qc_remote_workflow: !public
Expand All @@ -855,6 +856,7 @@ defaults:
values:
- none
- zdc-rec-epn
- zdc-full-qcmn-remote
- qcmn-daq-remote
visibleif: $$qc_remote_enabled === "true"
zdc_dcs_sor_parameters: !public
Expand Down

0 comments on commit b68ea06

Please sign in to comment.