Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jit/mch-qcmn-epn-full-track-matching-remote
Original file line number Diff line number Diff line change
@@ -1 +1 @@
o2-qc --config consul-json://{{ consul_endpoint }}/o2/components/qc/ANY/any/mch-qcmn-epn-full-track-matching --remote -b
o2-qc --config consul-json://{{ consul_endpoint }}/o2/components/qc/ANY/any/mch-qcmn-remote-full-track-matching --remote -b
44 changes: 7 additions & 37 deletions scripts/etc/mch-qcmn-epn-full-track-matching.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"mergingMode": "delta",
"localControl": "odc",
"localMachines": [
"localhost",
"epn"
],
"remotePort": "47790",
Expand All @@ -59,7 +58,6 @@
"mergingMode": "delta",
"localControl": "odc",
"localMachines": [
"localhost",
"epn"
],
"remotePort": "47791",
Expand All @@ -80,7 +78,6 @@
"mergingMode": "delta",
"localControl": "odc",
"localMachines": [
"localhost",
"epn"
],
"remotePort": "47792",
Expand All @@ -91,7 +88,7 @@
"className": "o2::quality_control_modules::muonchambers::PhysicsTaskPreclusters",
"moduleName": "QcMuonChambers",
"detectorName": "MCH",
"cycleDurationSeconds": "360",
"cycleDurationSeconds": "300",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
Expand All @@ -101,41 +98,16 @@
"mergingMode": "delta",
"localControl": "odc",
"localMachines": [
"localhost",
"epn"
],
"remotePort": "47794",
"remoteMachine": "alio2-cr1-qc01.cern.ch"
},
"MCHTracks": {
"active": "true",
"className": "o2::quality_control_modules::muonchambers::TracksTask",
"moduleName": "QcMuonChambers",
"detectorName": "MCH",
"cycleDurationSeconds": "300",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "tracks:MCH/TRACKS;trackrofs:MCH/TRACKROFS;trackclusters:MCH/TRACKCLUSTERS;trackdigits:MCH/CLUSTERDIGITS"
},
"taskParameters": {
"maxTracksPerTF": "100"
},
"location": "local",
"mergingMode": "delta",
"localControl": "odc",
"localMachines": [
"localhost",
"epn"
],
"remotePort": "47795",
"remoteMachine": "alio2-cr1-qc01.cern.ch"
},
"MUONTracks": {
"active": "true",
"className": "o2::quality_control_modules::muon::TracksTask",
"moduleName": "QcMUONCommon",
"detectorName": "GLO",
"detectorName": "MCH",
"cycleDurationSeconds": "300",
"maxNumberCycles": "-1",
"dataSource": {
Expand All @@ -151,13 +123,12 @@
"mergingMode": "delta",
"localControl": "odc",
"localMachines": [
"localhost",
"epn"
],
"remotePort": "47789",
"remotePort": "47795",
"remoteMachine": "alio2-cr1-qc01.cern.ch"
},
"MCHStdTracks": {
"MUONTracks": {
"active": "true",
"className": "o2::quality_control_modules::muon::TracksTask",
"moduleName": "QcMUONCommon",
Expand All @@ -166,21 +137,20 @@
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "mchtracks:MCH/TRACKS;mchtrackrofs:MCH/TRACKROFS;mchtrackclusters:MCH/TRACKCLUSTERS;mchtrackdigits:MCH/TRACKDIGITS"
"query": "mchtracks:MCH/TRACKS;mchtrackrofs:MCH/TRACKROFS;mchtrackclusters:MCH/TRACKCLUSTERS;mchtrackdigits:MCH/TRACKDIGITS;muontracks:GLO/MTC_MCHMID"
},
"taskParameters": {
"maxTracksPerTF": "600",
"standaloneMCHTracks": true,
"matchedMCHMIDTracks": false
"matchedMCHMIDTracks": true
},
"location": "local",
"mergingMode": "delta",
"localControl": "odc",
"localMachines": [
"localhost",
"epn"
],
"remotePort": "47788",
"remotePort": "47789",
"remoteMachine": "alio2-cr1-qc01.cern.ch"
}
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/mch-qcmn-epn-full-track-matching.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -u
source helpers.sh

QC_GEN_CONFIG_PATH="json://${PWD}/etc/mch-qcmn-epn-full-track-matching.json"
QC_FINAL_CONFIG_PATH="consul-json://{{ consul_endpoint }}/o2/components/qc/ANY/any/mch-qcmn-epn-full-track-matching"
QC_FINAL_CONFIG_PATH="consul-json://{{ consul_endpoint }}/o2/components/qc/ANY/any/mch-qcmn-remote-full-track-matching"
QC_CONFIG_PARAM="qc_config_uri"

WF_NAME=mch-qcmn-epn-full-track-matching-remote
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ command:
- "'0'"
- "--orbit-offset-enumeration"
- "'0'"
- "--ready-state-policy"
- "'drain'"
- "--start-value-enumeration"
- "'0'"
- "--step-value-enumeration"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ command:
- "'0'"
- "--orbit-offset-enumeration"
- "'0'"
- "--ready-state-policy"
- "'drain'"
- "--start-value-enumeration"
- "'0'"
- "--step-value-enumeration"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ command:
- "'0'"
- "--orbit-offset-enumeration"
- "'0'"
- "--ready-state-policy"
- "'drain'"
- "--start-value-enumeration"
- "'0'"
- "--step-value-enumeration"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ command:
- "'0'"
- "--orbit-offset-enumeration"
- "'0'"
- "--ready-state-policy"
- "'drain'"
- "--start-value-enumeration"
- "'0'"
- "--step-value-enumeration"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ command:
- "--workflow-suffix"
- "''"
- "--period-timer-publish"
- "'360000000'"
- "'300000000'"
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ command:
- "'0'"
- "--orbit-offset-enumeration"
- "'0'"
- "--ready-state-policy"
- "'drain'"
- "--start-value-enumeration"
- "'0'"
- "--step-value-enumeration"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ command:
- "'0'"
- "--orbit-offset-enumeration"
- "'0'"
- "--ready-state-policy"
- "'drain'"
- "--start-value-enumeration"
- "'0'"
- "--step-value-enumeration"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ wants:
cpu: 0.01
memory: 1
bind:
- name: from_internal-dpl-clock_to_GLO-MCHStdTracks-proxy
type: push
transport: shmem
addressing: ipc
rateLogging: "{{ fmq_rate_logging }}"
sndBufSize: 4
rcvBufSize: 4
- name: from_internal-dpl-clock_to_GLO-MUONTracks-proxy
type: push
transport: shmem
Expand Down Expand Up @@ -62,13 +55,6 @@ bind:
rateLogging: "{{ fmq_rate_logging }}"
sndBufSize: 4
rcvBufSize: 4
- name: from_internal-dpl-clock_to_GLO-MERGER-MCHStdTracks1l-0
type: push
transport: shmem
addressing: ipc
rateLogging: "{{ fmq_rate_logging }}"
sndBufSize: 4
rcvBufSize: 4
- name: from_internal-dpl-clock_to_GLO-MERGER-MUONTracks1l-0
type: push
transport: shmem
Expand Down
50 changes: 1 addition & 49 deletions workflows/mch-qcmn-epn-full-track-matching-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vars:
dpl_command: >-
o2-qc --config {{ qc_config_uri }} --remote -b
defaults:
qc_config_uri: "consul-json://{{ consul_endpoint }}/o2/components/qc/ANY/any/mch-qcmn-epn-full-track-matching"
qc_config_uri: "consul-json://{{ consul_endpoint }}/o2/components/qc/ANY/any/mch-qcmn-remote-full-track-matching"
monitoring_dpl_url: "no-op://"
user: "flp"
fmq_rate_logging: 0
Expand All @@ -16,25 +16,6 @@ roles:
connect:
task:
load: mch-qcmn-epn-full-track-matching-remote-internal-dpl-clock
- name: "GLO-MCHStdTracks-proxy"
connect:
- name: from_internal-dpl-clock_to_GLO-MCHStdTracks-proxy
type: pull
transport: shmem
target: "{{ Parent().Path }}.internal-dpl-clock:from_internal-dpl-clock_to_GLO-MCHStdTracks-proxy"
rateLogging: "{{ fmq_rate_logging }}"
sndBufSize: 4
rcvBufSize: 4
bind:
- name: GLO-MCHStdTracks-proxy
type: sub
transport: zeromq
addressing: tcp
rateLogging: "{{ fmq_rate_logging }}"
target: "tcp://*:47788"
rcvBufSize: 1
task:
load: mch-qcmn-epn-full-track-matching-remote-GLO-MCHStdTracks-proxy
- name: "GLO-MUONTracks-proxy"
connect:
- name: from_internal-dpl-clock_to_GLO-MUONTracks-proxy
Expand Down Expand Up @@ -149,24 +130,6 @@ roles:
rcvBufSize: 1
task:
load: mch-qcmn-epn-full-track-matching-remote-MCH-QcTaskMCHErrors-proxy
- name: "GLO-MERGER-MCHStdTracks1l-0"
connect:
- name: from_internal-dpl-clock_to_GLO-MERGER-MCHStdTracks1l-0
type: pull
transport: shmem
target: "{{ Parent().Path }}.internal-dpl-clock:from_internal-dpl-clock_to_GLO-MERGER-MCHStdTracks1l-0"
rateLogging: "{{ fmq_rate_logging }}"
sndBufSize: 4
rcvBufSize: 4
- name: from_GLO-MCHStdTracks-proxy_to_GLO-MERGER-MCHStdTracks1l-0
type: pull
transport: shmem
target: "{{ Parent().Path }}.GLO-MCHStdTracks-proxy:from_GLO-MCHStdTracks-proxy_to_GLO-MERGER-MCHStdTracks1l-0"
rateLogging: "{{ fmq_rate_logging }}"
sndBufSize: 4
rcvBufSize: 4
task:
load: mch-qcmn-epn-full-track-matching-remote-GLO-MERGER-MCHStdTracks1l-0
- name: "GLO-MERGER-MUONTracks1l-0"
connect:
- name: from_internal-dpl-clock_to_GLO-MERGER-MUONTracks1l-0
Expand Down Expand Up @@ -308,17 +271,6 @@ roles:
rcvBufSize: 4
task:
load: mch-qcmn-epn-full-track-matching-remote-qc-check-MCH-QcCheckMCHPreclusters
- name: "qc-check-sink-QGLO_MCHStdTracks_0"
connect:
- name: from_GLO-MERGER-MCHStdTracks1l-0_to_qc-check-sink-QGLO_MCHStdTracks_0
type: pull
transport: shmem
target: "{{ Parent().Path }}.GLO-MERGER-MCHStdTracks1l-0:from_GLO-MERGER-MCHStdTracks1l-0_to_qc-check-sink-QGLO_MCHStdTracks_0"
rateLogging: "{{ fmq_rate_logging }}"
sndBufSize: 4
rcvBufSize: 4
task:
load: mch-qcmn-epn-full-track-matching-remote-qc-check-sink-QGLO_MCHStdTracks_0
- name: "qc-check-sink-QGLO_MUONTracks_0"
connect:
- name: from_GLO-MERGER-MUONTracks1l-0_to_qc-check-sink-QGLO_MUONTracks_0
Expand Down