-
Notifications
You must be signed in to change notification settings - Fork 185
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
add openmp and libc++ to clang #9478
Comments
cms-bot internal usage |
A new Issue was created by @VinInn. @Dr15Jones, @antoniovilela, @makortel, @mandrenguyen, @rappoccio, @sextonkennedy, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
@VinInn , I have add |
I was not able to build
|
I guess it should be |
with CMSSW_15_0_CLANG_X_2025-01-28-2300 I get this [innocent@lxplus809 ctest]$ clang++ -O3 memoryTest.cpp -stdlib=libc++ -v maybe one need more in the library path |
In my clang installation I used this
and managed to use openmp and libc++
even compiling for gpu target...
the latter uses the "system" gcc (well the one I used to build clang) not a random local one as hip does...
it could be useful to have it in cmsdist if anybody else is interested
The text was updated successfully, but these errors were encountered: