-
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
Removing CUDA/gpu
from Pixel code configs and dropping all CUDA wfs
#46853
base: master
Are you sure you want to change the base?
Removing CUDA/gpu
from Pixel code configs and dropping all CUDA wfs
#46853
Conversation
cms-bot internal usage |
Well, apparently already these changes involve many parties. So maybe I'll push the drop of the |
enable gpu |
please test |
A new Pull Request was created by @AdrianoDee for master. It involves the following packages:
@AdrianoDee, @Moanwar, @antoniovilela, @atpathak, @consuegs, @davidlange6, @DickyChant, @fabiocos, @jfernan2, @mandrenguyen, @miquork, @perrotta, @rappoccio, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
assign heterogeneous |
5d626de
to
77de940
Compare
Pull request #46853 was updated. @AdrianoDee, @Moanwar, @antoniovagnerini, @antoniovilela, @atpathak, @consuegs, @davidlange6, @DickyChant, @fabiocos, @jfernan2, @mandrenguyen, @miquork, @perrotta, @rappoccio, @rseidita, @srimanob, @subirsarkar can you please check and sign again. |
+1 Size: This PR adds an extra 28KB to repository Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+pdmv |
+Upgrade |
+1 |
Since this PR affects the DQM clients, from DQM side we need to carry out the usual P5 tests. However, the playback machines are down due to the programmed YETs, so we will be able to test only after the Christmas break. |
On the other hand, blocking the development of other groups for weeks does not seem like a good approach :-/ |
@antoniovagnerini maybe off topic, but what machines would you need to be on, to run the tests ? |
For this particular case, where the changes are technical, I think almost everything that could be tested got somehow tested already by the unit tests of the package (the actual running of the clients on collisions data and the python compilation for all the other run keys, see multiple failures in the history of the tests above). |
I agree, but unfortunately it is not up to us (DQM core team) as the end-of-year shutdown of the DQM playback machines is managed directly by the system admins. In particular the DQM BU/FU machine machines needed are the builder units dqmrubu-c2a06-03-01, and the filter units dqmfu-c2b01-45-01 and dqmfu-c2b02-45-01, for further details see the DQM mirror webpage for the client monitoring https://cmsweb.cern.ch/dqm/dqm-square/?db=playback |
I also think that for this particular instance of the technical PR most failure modes should be covered by the unit tests. On the other hand, this is a good suggestion as we might want to migrate the testing as much as possible to CMSSW from the P5 tests, so we will open an issue to discuss this in a separate thread. |
The machines
are now powered on, with the agreement of the sysadmins. Can you run any tests you need to in order to sign the PR ? Also, let me know if they should be powered off at the end of the week, or kept on until January 7th. |
Thank you Andrea, we will carry out the tests today. At this point, we would profit from having them kept on until January 7th, should we need to test other PRs. |
+1
|
Hi @cms-sw/alca-l2 any comments on this? Thanks! |
PR description:
This PR proposes:
pixelNtupletFit_cff
modifier.A subsequent step would be to remove the
gpu
modifier, but since this involves code from many parties, I prefer to have it separated.