-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Online DQM: add an input argument outputBaseDir in pbsource_cfi.py (to fit with the new hltd version) #42128
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42128/36107
|
A new Pull Request was created by @syuvivida for master. It involves the following packages:
@nothingface0, @emanueleusai, @cmsbuild, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: RelVals RelVals-INPUT RelVals
RelVals-INPUT |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-85feeb/33553/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This is a follow-up and update with respect to PR 41986.
After testing the hlt clients in the new online DQM machines [0][1], we find an update in the
DQM/Integration/python/config/pbsource_cfi.py
is also required when using the new hltd version in the new online DQM machines: an additional input argument outputBaseDir must be provided.For the current (old) online DQM machines, whether adding this input argument or not has no effect.
More information about the upgrade of new DQM machines below:
We are working on the upgrade of online DQM machines [0][1]. There will be a few months that we share the same CMSSW code between the new and the current machines.
In the current (old) DQM machines, the disks of bu-c2f11-09-01 and bu-c2f11-13-01 are mounted on our fu machines as /fff/BU0. Event display clients
visualization-live
andvisualization-live-secondInstance
produce output root files at /fff/BU0/output.However, the mount point (path) has changed in the new online DQM machines [1]. In order to use the same event display client codes for both old and new machines and also to make the path name more flexible, we replace the output path with an input argument (with a default value of
/fff/BU0/output
). The old machines will use an old hltd version and take the default value of the argumentoutputBaseDir
, while the input values for the new machines will be determined by hltd and startDqmRun.sh.[0] twiki about the upgrade of DQM machines
[1] JIRA ticket that includes the communication with DAQ
[2] JIRA ticket of the tests during TS1
PR validation:
CMSSW_13_0_X_2023-06-27-1100
,CMSSW_13_1_X_2023-06-27-1100
, andCMSSW_13_2_X_2023-06-26-2300
with the streamers at/eos/cms/store/group/comm_dqm/Collisions23_tempStreamers/
.