-
Notifications
You must be signed in to change notification settings - Fork 159
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
NVHPC compiler failure when building #247
Comments
The CMake Any other issues with NVHPC may or may not be related to #112, #163, though as best I can tell this is purely a CMake issue. Or perhaps try |
The issue can be solved by adding following flags:
ref: |
@R0n12 Glad to hear you found a workaround. Since this appears to be a problem with NVHPC rather than zfp, I'm closing the issue. |
Currently we are testing the installation on TACC Vista. However, the NVHPC compiler doesn't seem to work well with compilation.
using
CC=nvc
will have the following errors:using
CC=nvcc
will have the following errors:I noticed the
ABI info failure
fornvcc
The text was updated successfully, but these errors were encountered: