-
Notifications
You must be signed in to change notification settings - Fork 206
Do not look for libnvToolsExt.{so,a} #9875
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
Conversation
In `CMSSW_15_1_CUDART_X_2025-05-20-1100`, build of `cuda-runtime` failed: ``` + '[' -e /cvmfs/projects.cern.ch/cms-restricted/x86_64/rhel8/external/cuda/12.9.0/lib64/libnvToolsExt.so ']' + '[' -e /cvmfs/projects.cern.ch/cms-restricted/x86_64/rhel8/external/cuda/12.9.0/lib64/libnvToolsExt.a ']' + echo 'ERROR: Unable to find lib64/libnvToolsExt' ERROR: Unable to find lib64/libnvToolsExt + exit 1 ``` [full log](https://cmssdt.cern.ch/SDT/jenkins-artifacts/build-any-ib/CMSSW_15_1_CUDART_X_2025-05-20-1100/el8_amd64_gcc12/209941/external/cuda-runtime/12.9.0-5acf516cd9e8d298db6e015cbe06b1ac/log). `libnvToolsExt` is now a header-only library. @fwyzard FYI
|
please test |
|
A new Pull Request was created by @iarspider for branch IB/CMSSW_15_1_X/cudart. @iarspider, @smuzaffar can you please review it and eventually sign? Thanks. |
|
cms-bot internal usage |
|
please test for CMSSW_15_1_CUDART_X/el8_amd64_gcc12 |
That is already fixed in #9856 as part of the move from CUDA 12.8 to CUDA 12.9: https://github.com/cms-sw/cmsdist/blob/IB/CMSSW_15_1_X/master/scram-tools.file/tools/cuda/cuda.xml Not sure why you don't have it in this other branch. |
|
abort |
|
@fwyzard thanks! |
|
please close |
|
@fwyzard , this is for cudart branch where we have cuda and cuda-runtime packages. The failure is while building cuda-runtime package itself. So I think we need this fix |
|
Ok, sure. |
@smuzaffar this change was merged just a bit late for 11h IB (which failed). |
yes that change was to sync the changes from master branch to cudart branch ( which our automatic forward port job failed to do due to cuda spec differences between master and cudart branch). |
In
CMSSW_15_1_CUDART_X_2025-05-20-1100, build ofcuda-runtimefailed:full log.
libnvToolsExtis now a header-only library. @fwyzard FYI