-
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
BadAlloc exception with GPU WF on non-GPU machine. #33103
Comments
A new Issue was created by @thomreis Thomas Reis. @Dr15Jones, @dpiparo, @silviodonato, @smuzaffar, @makortel, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign heterogeneous |
@thomreis The 10824.512 is a "GPU-only" workflow, right? (i.e. without There are some differences compared to
Likely what happens is that some CUDA EDModule declares to consume the ESProduct produced by As things are now it is hard to do much better (unless we add explicit check on |
Hi @makortel thanks for the explanation. I should have looked closer but on first glance it reminded me of the segfault from before. Closing this then. |
I get an BadAlloc exception when running the GPU WF 10824.512 on a standard lxplus node. I thought this behaviour was changed to a more explanatory exception when CUDAService is disabled with #32155.
Release is
CMSSW_11_3_0_pre3
.Command:
runTheMatrix.py -w relval_gpu -l 10824.512
The text was updated successfully, but these errors were encountered: