Skip to content
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

Possibly broken CUDA installation on porter #61

Open
matthiasdiener opened this issue Jun 23, 2022 · 3 comments
Open

Possibly broken CUDA installation on porter #61

matthiasdiener opened this issue Jun 23, 2022 · 3 comments

Comments

@matthiasdiener
Copy link
Collaborator

When compiling (e.g.) an empty file:

$ touch t.cu
$ nvcc -c t.cu
/usr/include/c++/10/type_traits:71:52: error: redefinition of ‘constexpr const _Tp std::integral_constant<_Tp, __v>::value’
   71 |   template<typename _Tp, _Tp __v>
      |                                                    ^
/usr/include/c++/10/type_traits:59:29: note: ‘constexpr const _Tp value’ previously declared here
   59 |       static constexpr _Tp                  value = __v;
      |                             ^~~~~
@matthiasdiener
Copy link
Collaborator Author

matthiasdiener commented Jun 23, 2022

Also, the CUDA admin notes (https://github.com/illinois-scicomp/machine-shop-maintenance/wiki/Admin-notes#cuda) seem to be somewhat incorrect (no /usr/local/cuda*).

@inducer
Copy link
Contributor

inducer commented Jun 23, 2022

Thanks for the report. Just tried, I am not able to reproduce this.

@inducer
Copy link
Contributor

inducer commented Jun 23, 2022

And thanks for the pointer about the admin notes, fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants