-
Notifications
You must be signed in to change notification settings - Fork 9
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
2082: Allow for custom compiler version in NVCC builds #2103
Conversation
Pipelines resultsPR tests (gcc-8, ubuntu, mpich, address sanitizer) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (gcc-10, ubuntu, openmpi, no LB) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (nvidia cuda 11.0, gcc-9, ubuntu, mpich) Build for 42899eb (2023-04-04 09:54:23 UTC)
PR tests (gcc-7, ubuntu, mpich, trace runtime, LB) Build for 1d7f99b (2023-03-30 08:22:33 UTC)
PR tests (gcc-9, ubuntu, mpich, zoltan) Build for 1d7f99b (2023-03-30 08:22:33 UTC)
PR tests (clang-9, ubuntu, mpich) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (clang-11, ubuntu, mpich) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (clang-12, ubuntu, mpich) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (clang-14, ubuntu, mpich) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (nvidia cuda 11.2, gcc-9, ubuntu, mpich) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (gcc-12, ubuntu, mpich) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (clang-13, ubuntu, mpich) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (gcc-11, ubuntu, mpich, json schema test) Build for 1d7f99b (2023-03-30 08:22:33 UTC)
PR tests (clang-10, ubuntu, mpich) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (intel icpc, ubuntu, mpich) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (gcc-9, ubuntu, mpich, zoltan, json schema test) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage) Build for ad8dfbb (2023-05-10 08:39:04 UTC)
|
982eb83
to
7efacb7
Compare
c5e638b
to
ceda80c
Compare
b67cb56
to
91ffdd1
Compare
91ffdd1
to
fd6fb01
Compare
fd6fb01
to
8c167ba
Compare
Looks like this effectvely incorporated #2116. That'll get merged and this can be rebased to not duplicate the changes. |
8c167ba
to
7f31e00
Compare
c2f6067
to
42899eb
Compare
# Match `nvcc_wrapper` and also a path ending with 'nvcc_wrapper' | ||
case $CXX in | ||
*nvcc_wrapper) | ||
NVCC_WRAPPER_DEFAULT_COMPILER="$(which g++-"$(echo "${HOST_COMPILER}" | cut -d- -f2)")" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't work with Clang or Intel as the host compiler, but I don't think we care right now. Just noting it.
Let's rebase this and get it merged. |
42899eb
to
70a55bc
Compare
@lifflander PR is now rebased and ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
@thearusable If you rebase this again, we can get it merged. |
70a55bc
to
ad8dfbb
Compare
@nlslatt Ok, rebased |
Closes #2082