We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
With this:
$ module list Currently Loaded Modules: 1) StdEnv (S) 4) sparc-tools/aerotools/3 7) sparc-cmake/3.19.4 10) cuda/10.1.243 13) cmake/3.18.0 2) sparc-tools/python/3.7.9 5) sparc-tools/taos/2020.09.04 8) gcc/7.3.1 11) lapack/3.8.0-gcc-4.9.3 14) git/2.20.0 3) sparc-tools/exodus/2021.11.26 6) bsub-wrapper/1.0 9) spectrum-mpi/rolling-release 12) sparc-dev/cuda-10.1.243_gcc-7.3.1_spmpi-rolling 15) null
Compilation of vt fails with an ICE in GCC:
./../src/vt/vrt/collection/manager.impl.h:1586:1: internal compiler error: in maybe_undo_parenthesized_ref, at cp/semantics.c:1705
This is a known issue in which nvcc generates host code that triggers a bug in GCC.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I just tested that module swap gcc gcc/8.3.1 lets the build succeed
module swap gcc gcc/8.3.1
Sorry, something went wrong.
#1790: Use more recent gcc to avoid ICE from nvcc-generated code
5442b8a
ee99cb1
#1790: CI: increase wall clock time for builds
aa573d5
Merge pull request #1791 from DARMA-tasking/1790-gcc-nvcc-ice
2439860
PhilMiller
Successfully merging a pull request may close this issue.
Describe the bug
With this:
Compilation of vt fails with an ICE in GCC:
This is a known issue in which nvcc generates host code that triggers a bug in GCC.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: